Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dosdefs.h32 #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/
Dosdefs.h32 #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/
Dosdefs.h34 #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/
Dosdefs.h22 #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/
Dgetpath.c58 #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()
Dmain.c124 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/
Dgetpath.c271 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()
Dmain.c119 fprintf(f, usage_4, DELIM); in usage()
120 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP); in usage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c51 #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/
Dmain.c124 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/
Dsysmodule.c1549 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c1570 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()