OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_field
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
driver-aarch64.cc
159
find_field
(const std::string &field, const std::string &key)
function
324
if (
find_field
(buf, "implementer") != std::string::npos)
336
else if (
find_field
(buf, "variant") != std::string::npos)
348
else if (
find_field
(buf, "part") != std::string::npos)
361
&& (sep_pos =
find_field
(buf, "Features")) != std::string::npos)
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc
144
find_field
(const std::string &field, const std::string &key)
function
308
if (
find_field
(buf, "implementer") != std::string::npos)
320
else if (
find_field
(buf, "variant") != std::string::npos)
332
else if (
find_field
(buf, "part") != std::string::npos)
345
&& (sep_pos =
find_field
(buf, "Features")) != std::string::npos)
/src/external/gpl2/texinfo/dist/util/
texindex.c
113
char *
find_field
(struct keyfield *keyfield, char *str, long int *lengthptr);
363
char *start1 =
find_field
(&keyfields[i], *line1, &length1);
364
char *start2 =
find_field
(&keyfields[i], *line2, &length2);
424
char *start1 =
find_field
(&keyfields[i], text1, &length1);
425
char *start2 =
find_field
(&keyfields[i], text2, &length2);
459
char *start1 =
find_field
(&keyfields[i], str1, &length1);
460
char *start2 =
find_field
(&keyfields[i], str2, &length2);
479
find_field
(struct keyfield *keyfield, char *str, long int *lengthptr)
819
lp->key.text =
find_field
(keyfields, *p, &lp->keylen);
476
find_field
(struct keyfield *keyfield, char *str, long int *lengthptr)
function
Completed in 117 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026