Searched refs:whatpath (Results 1 – 1 of 1) sorted by relevance
| /titanic_53/usr/src/cmd/man/ |
| H A D | man.c | 698 char whatpath[MAXPATHLEN]; in whatapro() local 706 (void) snprintf(whatpath, sizeof (whatpath), in whatapro() 708 search_whatis(whatpath, word); in whatapro() 712 (void) snprintf(whatpath, sizeof (whatpath), "%s/%s", b->path, in whatapro() 714 search_whatis(whatpath, word); in whatapro() 719 search_whatis(char *whatpath, char *word) in search_whatis() argument 730 if ((fp = fopen(whatpath, "r")) == NULL) { in search_whatis() 731 perror(whatpath); in search_whatis() 735 DPRINTF("-- Found %s: %s\n", WHATIS, whatpath); in search_whatis()
|