HomeSort by: relevance | last modified time | path
    Searched refs:alt_format (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
tm.c 68 if ((alt_format & ~(x)) != 0) \
143 int alt_format, i, split_year = 0; local
155 alt_format = 0;
186 alt_format |= ALT_E;
191 alt_format |= ALT_O;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
tm.c 68 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;
  /src/external/bsd/nsd/dist/compat/
strptime.c 111 int c, alt_format, ret; local
115 alt_format = 0;
  /src/lib/libc/time/
strptime.c 66 #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 24 milliseconds