Home
last modified time | relevance | path

Searched refs:tmpbuffer (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c489 char tmpbuffer[MAXPATHLEN+1]; in calculate_path() local
490 int linklen = readlink(progpath, tmpbuffer, MAXPATHLEN); in calculate_path()
493 tmpbuffer[linklen] = '\0'; in calculate_path()
494 if (tmpbuffer[0] == SEP) in calculate_path()
497 strncpy(argv0_path, tmpbuffer, MAXPATHLEN); in calculate_path()
501 joinpath(argv0_path, tmpbuffer); in calculate_path()
503 linklen = readlink(argv0_path, tmpbuffer, MAXPATHLEN); in calculate_path()