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

/freebsd-11.0-release/usr.bin/catman/
H A Dcatman.c269 char *cat_section; local
271 cat_section = strdup(section);
273 memcpy(cat_section, "cat", 3);
274 return cat_section;
458 scan_section(char *mandir, char *section, char *cat_section) argument
502 cat_section, page_name);
524 cat_section, page_name);
539 npages = scandir(cat_section, &entries, NULL, alphasort);
558 snprintf(cat_path, sizeof cat_path, "%s/%s", cat_section,
585 char *cat_section; local
[all...]

Completed in 57 milliseconds