Searched refs:whatpath (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/man/ |
H A D | man.c | 696 char whatpath[MAXPATHLEN]; in whatapro() local 704 (void) snprintf(whatpath, sizeof (whatpath), in whatapro() 706 search_whatis(whatpath, word); in whatapro() 710 (void) snprintf(whatpath, sizeof (whatpath), "%s/%s", b->path, in whatapro() 712 search_whatis(whatpath, word); in whatapro() 717 search_whatis(char *whatpath, char *word) in search_whatis() argument 728 if ((fp = fopen(whatpath, "r")) == NULL) { in search_whatis() 729 perror(whatpath); in search_whatis() 733 DPRINTF("-- Found %s: %s\n", WHATIS, whatpath); in search_whatis()
|