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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrptime.c77 #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;

Completed in 45 milliseconds