Searched refs:bindirs (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/whereis/
H A Dwhereis.c60 ccharp *bindirs, *mandirs, *sourcedirs; variable
111 dirlist = &bindirs;
269 if (!bindirs) {
278 decolonify(b, &bindirs, &nele);
279 bindirs = realloc(bindirs, (nele + 3) * sizeof(char *));
280 if (bindirs == NULL)
282 bindirs[nele++] = PATH_LIBEXEC;
283 bindirs[nele++] = PATH_GAMES;
284 bindirs[nel
[all...]

Completed in 41 milliseconds