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

/macosx-10.10/man-16/man/misc/
H A Dman-preformat.c296 char *dot_p; /* pointer within filename to last dot */ local
308 dot_p = strrchr(man_page_source_fn, '.');
309 if (dot_p == NULL) {
312 } else if (*(dot_p+1) == '\0') {
320 man_section = *(dot_p+1);

Completed in 106 milliseconds