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

  /src/crypto/external/bsd/heimdal/dist/lib/base/
bsearch.c 156 size_t key_start, key_len; /* key string in buf */ local
200 for (key_start = i, key_len = 0, val_len = 0, k = i; k < rmax; k++) {
233 if (key_start == 0 && !buf_is_start) {
244 (!val_len && buf[key_start + key_len] != '\n')) {
256 key_cmp = strncmp(key, &buf[key_start], key_len);
264 *location = key_start;
276 *location = key_start;
  /src/external/gpl3/gcc/dist/gcc/
plugin.cc 257 const char *ptr, *name_start = arg, *key_start = NULL, *value_start = NULL; local
274 key_start = ptr + 1;
293 if (!key_start)
322 strncpy (key, key_start, key_len);
  /src/external/gpl3/gcc.old/dist/gcc/
plugin.cc 255 const char *ptr, *name_start = arg, *key_start = NULL, *value_start = NULL; local
272 key_start = ptr + 1;
291 if (!key_start)
320 strncpy (key, key_start, key_len);
  /src/external/gpl3/gdb/dist/gdb/
linespec.c 3032 size_t key_start;
3035 key_start
3040 if (key_start != -1
3044 parser.completion_word += key_start;
3031 size_t key_start; local
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.c 3008 size_t key_start;
3011 key_start
3016 if (key_start != -1
3020 parser.completion_word += key_start;
3007 size_t key_start; local

Completed in 31 milliseconds