Home | History | Annotate | Download | only in man

Lines Matching defs:suffix

481 	ENTRY *suffix;
490 * Expand both '*' and suffix to force an actual
495 TAILQ_FOREACH(suffix, &mp->buildlist->entrylist, q) {
496 for (p = suffix->s, suflen = 0;
503 (void)snprintf(buf, sizeof(buf), "*%.*s", suflen, suffix->s);
520 ENTRY *suffix;
528 TAILQ_FOREACH(suffix, &mp->buildlist->entrylist, q) {
529 for (p = suffix->s, suflen = 0;
537 prefix, escpage, suflen, suffix->s);
556 ENTRY *suffix, *mdir;
638 * match any suffix here, as we will check that later.
657 * don't want. then verify the suffix is valid, and build
658 * the page if we have a _build suffix.
686 TAILQ_FOREACH(suffix, &mp->suffixlist->entrylist, q) {
689 suffix->s);
800 /* advance fmt past the suffix spec to the printf format string */