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

  /src/lib/libc/time/
strptime.c 54 static const u_char *find_string(const u_char *, int *, const char * const *,
258 bp = find_string(bp, &tm->tm_wday,
267 bp = find_string(bp, &tm->tm_mon,
336 bp = find_string(bp, &i, _TIME_LOCALE(loc)->am_pm,
557 ep = find_string(bp, &i, nast, NULL, 4);
568 ep = find_string(bp, &i, nadt, NULL, 4);
583 ep = find_string(bp, &i,
763 find_string(const u_char *bp, int *tgt, const char * const *n1, function in typeref:typename:const u_char *
  /src/sys/kern/
kern_history.c 369 * find_string()
378 find_string(struct addr_xlt table[], size_t *count, const char *string, function in typeref:typename:int
402 if (find_string(table, count, string, len) == 0) {
494 j = find_string(xlate_t, &xlate_c, h->name, h->namelen);
517 j = find_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen);
519 j = find_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen);

Completed in 11 milliseconds