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

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtm.c68 if ((alt_format & ~(x)) != 0) \
144 int alt_format, i, split_year = 0; local
156 alt_format = 0;
187 alt_format |= ALT_E;
192 alt_format |= ALT_O;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtm.c68 if ((alt_format & ~(x)) != 0) \
144 int alt_format, i, split_year = 0; local
156 alt_format = 0;
187 alt_format |= ALT_E;
192 alt_format |= ALT_O;
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dstrptime.c111 int c, alt_format, ret; local
115 alt_format = 0;
/netbsd-current/lib/libc/time/
H A Dstrptime.c66 #define LEGAL_ALT(x) { if (alt_format & ~(x)) return NULL; }
161 int alt_format, i, split_year = 0, neg = 0, state = 0, local
169 alt_format = 0;
197 alt_format |= ALT_E;
202 alt_format |= ALT_O;

Completed in 146 milliseconds