Searched defs:separator (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dperror.c61 const char *separator; local
66 separator = "";
68 separator = ": ";
71 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf);
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dns_addr.c66 char separator; local
80 separator = '#';
86 separator = ':';
88 separator = '.';
96 return (addr); /* No separator means net only */
98 socketname = strchr(hostname, separator);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dgetpath.c87 /** Determine if "ch" is a separator character.
91 @retval TRUE ch is a separator character.
92 @retval FALSE ch is NOT a separator character.
106 The last element (everything to the right of the last separator character)
465 static char separator[2] = {SEP, '\0'}; local
641 strcat(buf, separator);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dgetpath.c93 /** Determine if "ch" is a separator character.
97 @retval TRUE ch is a separator character.
98 @retval FALSE ch is NOT a separator character.
108 The last element (everything to the right of the last separator character)
396 static char separator[2] = {SEP, '\0'}; local
572 strcat(buf, separator);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetpath.c376 static char separator[2] = {SEP, '\0'}; local
608 strcat(buf, separator);
643 strcpy(prefix, separator);
653 strcpy(exec_prefix, separator);
H A D_collectionsmodule.c836 char *emit = ""; /* No separator emitted on first pass */
837 char *separator = ", "; local
861 emit = separator;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_collectionsmodule.c885 char *emit = ""; /* No separator emitted on first pass */
886 char *separator = ", "; local
910 emit = separator;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dsetobject.c580 char *emit = ""; /* No separator emitted on first pass */
581 char *separator = ", "; local
600 emit = separator;
H A Dunicodeobject.c5637 PyUnicode_Join(PyObject *separator, PyObject *seq) argument
5683 if (separator == NULL) {
5688 internal_separator = PyUnicode_FromObject(separator);
5726 /* Make sure we have enough space for the separator and the item. */
5750 /* Copy item, and maybe the separator. */
6995 iterable. The separator between elements is S.");
7472 whitespace string is a separator and empty strings are\n\
7550 Search for the separator sep in S, and return the part before it,\n\
7551 the separator itself, and the part after it. If the separator i
7555 unicode_partition(PyUnicodeObject *self, PyObject *separator) argument
7568 unicode_rpartition(PyUnicodeObject *self, PyObject *separator) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dsetobject.c581 char *emit = ""; /* No separator emitted on first pass */
582 char *separator = ", "; local
601 emit = separator;
H A Dunicodeobject.c5542 PyUnicode_Join(PyObject *separator, PyObject *seq) argument
5588 if (separator == NULL) {
5593 internal_separator = PyUnicode_FromObject(separator);
5631 /* Make sure we have enough space for the separator and the item. */
5655 /* Copy item, and maybe the separator. */
6887 iterable. The separator between elements is S.");
7364 whitespace string is a separator and empty strings are\n\
7442 Search for the separator sep in S, and return the part before it,\n\
7443 the separator itself, and the part after it. If the separator i
7447 unicode_partition(PyUnicodeObject *self, PyObject *separator) argument
7460 unicode_rpartition(PyUnicodeObject *self, PyObject *separator) argument
[all...]

Completed in 499 milliseconds