Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/time/
H A Dstrptime.c81 static const u_char *_find_string(const u_char *, int *, const char * const *,
425 ep = _find_string(bp, &i, in _strptime()
478 ep = _find_string(bp, &i, nast, NULL, 4); in _strptime()
485 ep = _find_string(bp, &i, nadt, NULL, 4); in _strptime()
634 _find_string(const u_char *bp, int *tgt, const char * const *n1, in _find_string() function