OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alt_format
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/tzcode/
strptime.c
89
#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;
/external/openssh/openbsd-compat/
strptime.c
53
#define _LEGAL_ALT(x) { if (
alt_format
& ~(x)) return (0); }
72
int
alt_format
, i;
local
83
alt_format
= 0;
112
alt_format
|= _ALT_E;
117
alt_format
|= _ALT_O;
Completed in 25 milliseconds