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

/bionic/libc/tzcode/
H A Dstrptime.c91 #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;

Completed in 52 milliseconds