/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | osdefs.h | 32 #define DELIM ';' macro 39 #define DELIM ',' macro 59 #ifndef DELIM 61 #define DELIM ';' macro 64 #define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | osdefs.h | 32 #define DELIM ';' macro 39 #define DELIM ',' macro 59 #ifndef DELIM 61 #define DELIM ';' macro 64 #define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
D | osdefs.h | 34 #define DELIM ';' macro 41 #define DELIM ',' macro 69 #ifndef DELIM 71 # define DELIM ';' macro 74 # define DELIM ':'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | osdefs.h | 22 #define DELIM ';' macro 29 #define DELIM ',' macro 56 #ifndef DELIM 57 #define DELIM ':' macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | getpath.c | 58 #ifdef DELIM 395 static char delimiter[2] = {DELIM, '\0'}; in calculate_path() 424 char *delim = strchr(path, DELIM); in calculate_path() 523 char *delim = strchr(defpath, DELIM); in calculate_path() 568 char *delim = strchr(defpath, DELIM); in calculate_path()
|
D | main.c | 124 fprintf(f, usage_4, DELIM); in usage() 125 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP); in usage()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getpath.c | 271 delim = strchr(prefix, DELIM); in search_for_prefix() 328 delim = strchr(home, DELIM); in search_for_exec_prefix() 375 static char delimiter[2] = {DELIM, '\0'}; in calculate_path() 423 char *delim = strchr(path, DELIM); in calculate_path() 559 char *delim = strchr(defpath, DELIM); in calculate_path() 604 char *delim = strchr(defpath, DELIM); in calculate_path()
|
D | main.c | 119 fprintf(f, usage_4, DELIM); in usage() 120 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP); in usage()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | getpath.c | 51 #ifdef DELIM 464 static char delimiter[2] = {DELIM, '\0'}; in calculate_path() 493 char *delim = strchr(path, DELIM); in calculate_path() 592 char *delim = strchr(defpath, DELIM); in calculate_path() 637 char *delim = strchr(defpath, DELIM); in calculate_path()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | main.c | 124 fprintf(f, usage_4, DELIM); in usage() 125 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP); in usage()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | sysmodule.c | 1549 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | sysmodule.c | 1570 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
|