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

/macosx-10.10/man-16/man/misc/
H A Dman-preformat.c295 char *man_page_source_fn; /* pointer within pathname to filename */ local
303 man_page_source_fn = just_filename(man_page_source_path);
304 if (man_page_source_fn == NULL)
308 dot_p = strrchr(man_page_source_fn, '.');
311 man_page_source_fn);
314 "after the last period: %s\n", man_page_source_fn);
323 mandir, man_section, man_page_source_fn);

Completed in 60 milliseconds