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

/illumos-gate/usr/src/cmd/man/
H A Dman.c698 char whatpath[MAXPATHLEN]; local
706 (void) snprintf(whatpath, sizeof (whatpath),
708 search_whatis(whatpath, word);
712 (void) snprintf(whatpath, sizeof (whatpath), "%s/%s", b->path,
714 search_whatis(whatpath, word);
719 search_whatis(char *whatpath, char *word) argument
730 if ((fp = fopen(whatpath, "r")) == NULL) {
731 perror(whatpath);
[all...]

Completed in 71 milliseconds