Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrptime.c90 static const u_char *_find_string(const u_char *, int *, const char * const *,
441 ep = _find_string(bp, &i, in _strptime()
494 ep = _find_string(bp, &i, nast, NULL, 4); in _strptime()
501 ep = _find_string(bp, &i, nadt, NULL, 4); in _strptime()
650 _find_string(const u_char *bp, int *tgt, const char * const *n1, in _find_string() function