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

  /src/external/gpl3/gcc/dist/contrib/header-tools/
reduce-headers 40 ignore_list = list()
412 if dep in src_requires and dep not in ignore_list:
510 ignore_list.append(x[2:])
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
reduce-headers 41 ignore_list = list()
413 if dep in src_requires and dep not in ignore_list:
511 ignore_list.append(x[2:])
  /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)

Completed in 65 milliseconds