Searched defs:mandir (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/man/ |
H A D | makewhatis.c | 350 open_whatis(char *mandir) argument 354 (void) snprintf(filename, MAXPATHLEN, "%s/%s", mandir, WHATIS); 359 finish_whatis(FILE *output, char *mandir) argument 363 (void) snprintf(filename, MAXPATHLEN, "%s/%s", mandir, WHATIS);
|
H A D | man.c | 133 char *mandir; member in struct:pathmap 147 char *path; /* mandir path */ 187 static void mandir(char **, char *, char *, int); 425 char *mandir = DEFMANDIR; local 482 if (p == &mandir) 488 p = &mandir; 499 * Store the mandir path into the manp structure. 516 * Store the mandir's corresponding sections (submandir 562 * Get suffices of all sub-mandir directories in a mandir 1007 mandir(char **secv, char *path, char *name, int lspec) function [all...] |
Completed in 61 milliseconds