HomeSort by: relevance | last modified time | path
    Searched defs:alt_format (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
strptime.c 66 #define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
161 int alt_format, i, split_year = 0, neg = 0, state = 0, local in function:strptime_l
169 alt_format = 0;
197 alt_format |= ALT_E;
202 alt_format |= ALT_O;
strptime.c 66 #define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
161 int alt_format, i, split_year = 0, neg = 0, state = 0, local in function:strptime_l
169 alt_format = 0;
197 alt_format |= ALT_E;
202 alt_format |= ALT_O;
strptime.c 66 #define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
161 int alt_format, i, split_year = 0, neg = 0, state = 0, local in function:strptime_l
169 alt_format = 0;
197 alt_format |= ALT_E;
202 alt_format |= ALT_O;

Completed in 36 milliseconds