Searched refs:key_start (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | bsearch.c | 156 size_t key_start, key_len; /* key string in buf */ in bsearch_common() local 200 for (key_start = i, key_len = 0, val_len = 0, k = i; k < rmax; k++) { in bsearch_common() 233 if (key_start == 0 && !buf_is_start) { in bsearch_common() 244 (!val_len && buf[key_start + key_len] != '\n')) { in bsearch_common() 256 key_cmp = strncmp(key, &buf[key_start], key_len); in bsearch_common() 264 *location = key_start; in bsearch_common() 276 *location = key_start; in bsearch_common()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | plugin.cc | 255 const char *ptr, *name_start = arg, *key_start = NULL, *value_start = NULL; in parse_plugin_arg_opt() local 272 key_start = ptr + 1; in parse_plugin_arg_opt() 291 if (!key_start) in parse_plugin_arg_opt() 320 strncpy (key, key_start, key_len); in parse_plugin_arg_opt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | plugin.c | 255 const char *ptr, *name_start = arg, *key_start = NULL, *value_start = NULL; in parse_plugin_arg_opt() local 272 key_start = ptr + 1; in parse_plugin_arg_opt() 291 if (!key_start) in parse_plugin_arg_opt() 320 strncpy (key, key_start, key_len); in parse_plugin_arg_opt()
|