Searched refs:find_string (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/examples/
H A Dstreaming_parser.c27 void find_string(void* _ctx, cbor_data buffer, size_t len) { function
49 callbacks.string = find_string;
/netbsd-current/lib/libc/time/
H A Dstrptime.c54 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
/netbsd-current/sys/kern/
H A Dkern_history.c369 * find_string()
378 find_string(struct addr_xlt table[], size_t *count, const char *string, function
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 83 milliseconds