Searched refs:alt_format (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dstrptime.c89 #define _LEGAL_ALT(x) { if (alt_format & ~(x)) return (0); }
116 int alt_format, i; local
121 alt_format = 0;
150 alt_format |= _ALT_E;
155 alt_format |= _ALT_O;

Completed in 51 milliseconds