Home | History | Annotate | Download | only in apropos

Lines Matching refs:found

63 static bool *found;
116 if ((found = malloc(argc * sizeof(*found))) == NULL)
118 (void)memset(found, 0, argc * sizeof(*found));
149 errx(EXIT_FAILURE, "no %s file found", _PATH_WHATIS);
153 if (found[p - argv])
191 /* for each file found */
214 found[p - argv] = true;
219 found[p - argv] = true;