HomeSort by relevance Sort by last modified time
    Searched refs:alt_format (Results 1 - 4 of 4) sorted by null

  /bionic/libc/tzcode/
strptime.c 91 #define _LEGAL_ALT(x) { if (alt_format & ~(x)) return (0); }
118 int alt_format, i; local
123 alt_format = 0;
152 alt_format |= _ALT_E;
157 alt_format |= _ALT_O;
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strptime.c 77 #define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
89 int alt_format, i, split_year = 0; local
96 alt_format = 0;
124 alt_format |= ALT_E;
129 alt_format |= ALT_O;
  /external/openssh/openbsd-compat/
strptime.c 53 #define _LEGAL_ALT(x) { if (alt_format & ~(x)) return (0); }
72 int alt_format, i; local
83 alt_format = 0;
112 alt_format |= _ALT_E;
117 alt_format |= _ALT_O;
  /external/epid-sdk/ext/argtable3/
argtable3.c 1160 int alt_format, i, split_year = 0; local
    [all...]

Completed in 3345 milliseconds