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