HomeSort by: relevance | last modified time | path
    Searched defs:ignore_list (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
os_unix.c 550 const char *ignore_list[] = { local
576 for (j = 0; j < ARRAY_SIZE(ignore_list) && i < res; j++) {
577 if (os_strcmp(func[i], ignore_list[j]) == 0)
os_unix.c 550 const char *ignore_list[] = { local
576 for (j = 0; j < ARRAY_SIZE(ignore_list) && i < res; j++) {
577 if (os_strcmp(func[i], ignore_list[j]) == 0)

Completed in 30 milliseconds