Searched refs:section_dir (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/man/ |
H A D | makewhatis.c | 626 process_page(struct page_info *page, char *section_dir) argument 713 no_page_exists(section_dir, names, page->suffix)) { 751 process_section(char *section_dir) argument 761 nentries = scandir(section_dir, &entries, NULL, alphasort); 767 struct page_info *info = new_page_info(section_dir, entries[i]); 780 process_page(page, section_dir); 828 char section_dir[MAXPATHLEN]; local 830 (void) snprintf(section_dir, MAXPATHLEN, "%s/%s", 832 process_section(section_dir);
|
Completed in 57 milliseconds