Searched refs:cat_section (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/catman/
H A Dcatman.c267 char *cat_section; local
269 cat_section = strdup(section);
270 strncpy(cat_section, "cat", 3);
271 return cat_section;
452 scan_section(char *mandir, char *section, char *cat_section) argument
496 cat_section, page_name);
518 cat_section, page_name);
533 npages = scandir(cat_section, &entries, NULL, alphasort);
552 snprintf(cat_path, sizeof cat_path, "%s/%s", cat_section,
579 char *cat_section; local
[all...]

Completed in 118 milliseconds