Home
last modified time | relevance | path

Searched refs:special_paths (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c113 static const char *special_paths[] = { variable
524 for (uint_t i = 0; i < ARRAY_SIZE(special_paths); i++) { in is_special()
525 if (strcmp(special_paths[i], name) == 0) in is_special()