Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dstrptime.c53 #define _LEGAL_ALT(x) { if (alt_format & ~(x)) return (0); }
72 int alt_format, i; in _strptime() local
83 alt_format = 0; in _strptime()
112 alt_format |= _ALT_E; in _strptime()
117 alt_format |= _ALT_O; in _strptime()
/external/epid-sdk/ext/argtable3/
Dargtable3.c1094 #define LEGAL_ALT(x) { if (alt_format & ~(x)) return (0); }
1160 int alt_format, i, split_year = 0; in arg_strptime() local
1166 alt_format = 0; in arg_strptime()
1196 alt_format |= ALT_E; in arg_strptime()
1201 alt_format |= ALT_O; in arg_strptime()