HomeSort by relevance Sort by last modified time
    Searched refs:DELIM (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
osdefs.h 32 #define DELIM ';'
39 #define DELIM ','
59 #ifndef DELIM
61 #define DELIM ';'
64 #define DELIM ':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
osdefs.h 32 #define DELIM ';'
39 #define DELIM ','
59 #ifndef DELIM
61 #define DELIM ';'
64 #define DELIM ':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
osdefs.h 34 #define DELIM ';'
41 #define DELIM ','
69 #ifndef DELIM
71 # define DELIM ';'
74 # define DELIM ':'
  /external/python/cpython3/Include/
osdefs.h 14 #define DELIM L';'
40 #ifndef DELIM
41 #define DELIM L':'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
osdefs.h 22 #define DELIM ';'
29 #define DELIM ','
56 #ifndef DELIM
57 #define DELIM ':'
  /external/python/cpython2/Include/
osdefs.h 22 #define DELIM ';'
29 #define DELIM ','
56 #ifndef DELIM
57 #define DELIM ':'
  /external/bcc/src/cc/
table_storage.h 35 static const std::string DELIM;
40 size_t len = parts.size() * DELIM.size();
45 path_ += DELIM + s;
table_storage.cc 29 const string Path::DELIM = "/";
  /external/python/cpython2/PC/os2emx/
getpathp.c 226 char *delim = strchr(path, DELIM); local
228 if (delim) {
229 size_t len = delim - path;
247 if (!delim) {
251 path = delim + 1;
312 if (*p == DELIM)
313 bufsz++; /* number of DELIM plus one */
343 *buf++ = DELIM;
348 *buf++ = DELIM;
    [all...]
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 271 char *delim = strchr(path, DELIM); local
273 if (delim) {
274 int len = delim - path;
285 if (!delim) {
289 path = delim + 1;
328 char *delim; local
334 delim = strchr(prefix, DELIM);
335 if (delim) {
    [all...]
  /external/python/cpython2/PC/
getpathp.c 434 char *delim = strchr(path, DELIM); local
436 if (delim) {
437 size_t len = delim - path;
451 if (!delim) {
455 path = delim + 1;
542 if (*p == DELIM)
543 bufsz++; /* number of DELIM plus one */
585 *buf++ = DELIM;
591 *buf++ = DELIM;
    [all...]
  /external/python/cpython2/Modules/
getpath.c 252 char *delim; local
254 delim = strchr(prefix, DELIM);
255 if (delim)
256 *delim = '\0';
310 char *delim; local
311 delim = strchr(home, DELIM);
312 if (delim)
313 strncpy(exec_prefix, delim+1, MAXPATHLEN)
419 char *delim = strchr(path, DELIM); local
555 char *delim = strchr(defpath, DELIM); local
606 char *delim = strchr(defpath, DELIM); local
    [all...]
main.c 133 fprintf(f, usage_4, DELIM);
134 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 51 #ifdef DELIM
433 directories separated by the DELIM character.
464 static char delimiter[2] = {DELIM, '\0'};
493 char *delim = strchr(path, DELIM); local
495 if (delim) {
496 size_t len = delim - path;
509 if (!delim) {
513 path = delim + 1;
592 char *delim = strchr(defpath, DELIM); local
637 char *delim = strchr(defpath, DELIM); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 58 #ifdef DELIM
364 directories separated by the DELIM character.
395 static char delimiter[2] = {DELIM, '\0'};
424 char *delim = strchr(path, DELIM); local
426 if (delim) {
427 size_t len = delim - path;
440 if (!delim) {
444 path = delim + 1;
523 char *delim = strchr(defpath, DELIM); local
568 char *delim = strchr(defpath, DELIM); local
    [all...]
main.c 124 fprintf(f, usage_4, DELIM);
125 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 269 char *delim; local
271 delim = strchr(prefix, DELIM);
272 if (delim)
273 *delim = '\0';
327 char *delim; local
328 delim = strchr(home, DELIM);
329 if (delim)
330 strncpy(exec_prefix, delim+1, MAXPATHLEN);
423 char *delim = strchr(path, DELIM); local
559 char *delim = strchr(defpath, DELIM); local
604 char *delim = strchr(defpath, DELIM); local
    [all...]
main.c 119 fprintf(f, usage_4, DELIM);
120 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 201 DELIM,
440 // <bad-url>, <delim>, <number>, <percentage>,
464 type = TokenType.DELIM;
473 type = TokenType.DELIM;
479 type = TokenType.DELIM;
487 type = TokenType.DELIM;
498 type = TokenType.DELIM;
526 type = TokenType.DELIM;
549 type = TokenType.DELIM;
554 type = TokenType.DELIM;
    [all...]
CssGrammar.java 143 case DELIM:
  /external/python/cpython3/Modules/
getpath.c 133 static const wchar_t delimiter[2] = {DELIM, '\0'};
348 wchar_t *delim = wcschr(prefix, DELIM); local
349 if (delim) {
350 *delim = L'\0';
457 wchar_t *delim = wcschr(core_config->home, DELIM); local
458 if (delim) {
459 wcsncpy(exec_prefix, delim+1, MAXPATHLEN);
611 wchar_t *delim = wcschr(path, DELIM) local
814 wchar_t *delim = wcschr(defpath, DELIM); local
856 wchar_t *delim = wcschr(defpath, DELIM); local
    [all...]
main.c 163 fprintf(f, usage_4, (wint_t)DELIM);
164 fprintf(f, usage_5, (wint_t)DELIM, PYTHONHOMEHELP);
2232 const wchar_t delim = DELIM; local
    [all...]
  /external/python/cpython3/PC/
getpathp.c 806 if (*p == DELIM) {
807 bufsz++; /* number of DELIM plus one */
848 *buf++ = DELIM;
855 *buf++ = DELIM;
862 *buf++ = DELIM;
869 *buf++ = DELIM;
877 *buf++ = DELIM;
884 q = wcschr(p, DELIM);
901 *buf++ = DELIM;
911 *buf++ = DELIM;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 124 fprintf(f, usage_4, DELIM);
125 fprintf(f, usage_5, DELIM, PYTHONHOMEHELP);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 190 CssTokens.TokenType.DELIM,
286 case DELIM:

Completed in 952 milliseconds

1 2