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

/freebsd-11.0-release/usr.bin/catman/
H A Dcatman.c467 char page_path[MAXPATHLEN]; local
489 snprintf(page_path, sizeof page_path, "%s/%s", section,
492 if (!(test_path(page_path, NULL) & TEST_DIR)) {
493 junk(mandir, page_path,
505 process_page(mandir, page_path, cat_path, zipped);
513 page_path, GZ_EXT);
515 junk(mandir, page_path,
521 page_path);
529 process_page(mandir, page_path, cat_pat
[all...]

Completed in 35 milliseconds