Searched refs:notematch (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | readelf.c | 288 static int notematch(int namesz, char **p, char *expected, int len) in notematch() function 314 if (notematch(namesz, &p, "GNU", 4)) { in show_notes() 324 } else if (notematch(namesz, &p, "Android", 8)) { in show_notes() 329 } else if (notematch(namesz, &p, "CORE", 5)) { in show_notes() 331 } else if (notematch(namesz, &p, "LINUX", 6)) { in show_notes()
|