| /src/external/mit/libcbor/dist/examples/ |
| streaming_parser.c | 27 void find_string(void* _ctx, cbor_data buffer, size_t len) { function 49 callbacks.string = find_string;
|
| streaming_parser.c | 27 void find_string(void* _ctx, cbor_data buffer, size_t len) { function 49 callbacks.string = find_string;
|
| /src/sys/kern/ |
| kern_history.c | 372 * find_string() 381 find_string(struct addr_xlt table[], size_t *count, const char *string, function 405 if (find_string(table, count, string, len) == 0) { 497 j = find_string(xlate_t, &xlate_c, h->name, h->namelen); 520 j = find_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen); 522 j = find_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen);
|
| kern_history.c | 372 * find_string() 381 find_string(struct addr_xlt table[], size_t *count, const char *string, function 405 if (find_string(table, count, string, len) == 0) { 497 j = find_string(xlate_t, &xlate_c, h->name, h->namelen); 520 j = find_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen); 522 j = find_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen);
|
| /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
|
| 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
|