Home
last modified time | relevance | path

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

/netbsd-src/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, in strptime_l()
267 bp = find_string(bp, &tm->tm_mon, in strptime_l()
336 bp = find_string(bp, &i, _TIME_LOCALE(loc)->am_pm, in strptime_l()
557 ep = find_string(bp, &i, nast, NULL, 4); in strptime_l()
568 ep = find_string(bp, &i, nadt, NULL, 4); in strptime_l()
583 ep = find_string(bp, &i, in strptime_l()
763 find_string(const u_char *bp, int *tgt, const char * const *n1, in find_string() function
/netbsd-src/sys/kern/
H A Dkern_history.c378 find_string(struct addr_xlt table[], size_t *count, const char *string, in find_string() function
402 if (find_string(table, count, string, len) == 0) { in add_string()
494 j = find_string(xlate_t, &xlate_c, h->name, h->namelen); in sysctl_kernhist_helper()
517 j = find_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen); in sysctl_kernhist_helper()
519 j = find_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen); in sysctl_kernhist_helper()
/netbsd-src/external/mit/libcbor/dist/examples/
H A Dstreaming_parser.c27 void find_string(void* _ctx, cbor_data buffer, size_t len) { in find_string() function
49 callbacks.string = find_string; in main()
/netbsd-src/external/mit/libcbor/dist/doc/source/streaming/
H A Ddecoding.rst27 void find_string(void * _ctx, cbor_data buffer, size_t len)
49 callbacks.string = find_string;
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dusing.rst142 void find_string(void * _ctx, cbor_data buffer, size_t len)
164 callbacks.string = find_string;