Searched refs:find_field (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texindex.c | 113 char *find_field (struct keyfield *keyfield, char *str, long int *lengthptr); 360 char *start1 = find_field (&keyfields[i], *line1, &length1); in compare_full() 361 char *start2 = find_field (&keyfields[i], *line2, &length2); in compare_full() 421 char *start1 = find_field (&keyfields[i], text1, &length1); in compare_prepared() 422 char *start2 = find_field (&keyfields[i], text2, &length2); in compare_prepared() 456 char *start1 = find_field (&keyfields[i], str1, &length1); in compare_general() 457 char *start2 = find_field (&keyfields[i], str2, &length2); in compare_general() 476 find_field (struct keyfield *keyfield, char *str, long int *lengthptr) in find_field() function 815 lp->key.text = find_field (keyfields, *p, &lp->keylen); in sort_in_core()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | driver-aarch64.cc | 144 find_field (const std::string &field, const std::string &key) in find_field() function 308 if (find_field (buf, "implementer") != std::string::npos) in host_detect_local_cpu() 320 else if (find_field (buf, "variant") != std::string::npos) in host_detect_local_cpu() 332 else if (find_field (buf, "part") != std::string::npos) in host_detect_local_cpu() 345 && (sep_pos = find_field (buf, "Features")) != std::string::npos) in host_detect_local_cpu()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | driver-aarch64.c | 144 find_field (const std::string &field, const std::string &key) in find_field() function 308 if (find_field (buf, "implementer") != std::string::npos) in host_detect_local_cpu() 320 else if (find_field (buf, "variant") != std::string::npos) in host_detect_local_cpu() 332 else if (find_field (buf, "part") != std::string::npos) in host_detect_local_cpu() 345 && (sep_pos = find_field (buf, "Features")) != std::string::npos) in host_detect_local_cpu()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2016 | 548 * d-typeinfo.cc (TypeInfoVisitor::find_field): Move method...
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2010 | 8695 (find_field): Remove. 8699 of find_field.
|
| H A D | ChangeLog-1998 | 5546 * ax-gdb.c (gen_fetch, gen_var_ref, gen_deref, find_field,
|
| H A D | ChangeLog-2007 | 4533 * ax-gdb.c (find_field): Guard against null ptr.
|
| H A D | ChangeLog-2002 | 13571 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2010 | 8695 (find_field): Remove. 8699 of find_field.
|
| H A D | ChangeLog-1998 | 5546 * ax-gdb.c (gen_fetch, gen_var_ref, gen_deref, find_field,
|
| H A D | ChangeLog-2007 | 4533 * ax-gdb.c (find_field): Guard against null ptr.
|
| H A D | ChangeLog-2002 | 13571 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2020 | 17222 (split_words, readline, find_field): New.
|