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

/freebsd-11-stable/contrib/sendmail/mailstats/
H A DMakefile.m419 bldPRODUCT_START(`manpage', `mailstats')
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.h91 struct manpage { struct
116 struct manpage **res, /* results */
118 void mansearch_free(struct manpage *, size_t);
H A Dmansearch.c88 struct manpage **res, size_t *sz)
94 struct manpage *mpage;
215 qsort(*res, cur, sizeof(struct manpage), manpage_compare);
383 mansearch_free(struct manpage *res, size_t sz)
398 const struct manpage *mp1, *mp2;
H A Dmain.c94 struct manpage **, size_t *);
97 struct manpage **, size_t *);
124 struct manpage *res, *resp;
628 struct manpage **res, size_t *ressz)
631 struct manpage *page;
685 *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage));
699 int argc, char **argv, struct manpage **res, size_t *ressz)
H A Dcgi.c82 struct manpage *, size_t);
572 pg_searchres(const struct req *req, struct manpage *r, size_t sz)
938 struct manpage *res;
/freebsd-11-stable/usr.bin/man/
H A Dman.sh136 manpage=$found
137 setup_cattool $manpage
138 decho " Found manpage $manpage"
144 elif exists "$2" && is_newer $found $manpage; then
286 line=$($cattool $manpage | head -1)
289 decho "$manpage includes $tstr"
304 # Display either the manpage or catpage depending on the use_cat variable
316 echo "$catpage (source: $manpage)"
330 # Okay, we are using the manpage, d
[all...]
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.inc76 .for manpage in ${MAN}
77 @(sec=${manpage:E}; \
78 pod=${manpage:R}.pod; \
85 $$pod > ${.CURDIR}/man/${manpage}; \
87 ${ECHO} ${manpage})
/freebsd-11-stable/crypto/heimdal/doc/
H A DMakefile.am72 install-data-hook: install-doxygen-manpage
73 uninstall-hook: uninstall-doxygen-manpage
76 install-doxygen-manpage:
88 uninstall-doxygen-manpage:
H A DMakefile.in1093 install-data-hook: install-doxygen-manpage
1094 uninstall-hook: uninstall-doxygen-manpage
1097 install-doxygen-manpage:
1109 uninstall-doxygen-manpage:
/freebsd-11-stable/crypto/openssh/
H A DMakefile.in202 manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
204 manpage=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
207 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) | \
210 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) > $@; \
/freebsd-11-stable/contrib/openpam/
H A Dmkpkgng.in122 while read manpage ; do
123 gzip "$manpage"
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp105 const std::string& manpage) :
110 m_manpage(manpage)
104 app(const std::string& description, const std::string& manpage) argument
/freebsd-11-stable/share/mk/
H A Dplain.test.mk20 # manpage.
H A Datf.test.mk20 # manpage.
H A Dtap.test.mk22 # manpage.
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m499 bldPRODUCT_START(`manpage', `sendmail')
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk47 # --without-manpage-renames
93 # configure --without-manpage-renames
96 # If that conflicts with the --without-manpage-renames, you can install those
H A Dconfigure779 --with-manpage-format specify manpage-format: gzip/compress/BSDI/normal and
781 --with-manpage-renames specify manpage-renaming
782 --with-manpage-aliases specify manpage-aliases using .so
783 --with-manpage-symlinks specify manpage-aliases using symlinks
784 --with-manpage-tbl specify manpage processin
[all...]
/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl147 my ($manpage) = @_;
159 open(MANPAGE, "$manpage") || die("$!: Could not open $manpage in ", __LINE__, ".\n");
188 dlog(2, "Warning: Bad Nm call in $manpage");
341 close(MANPAGE) || die("$!: Could not close $manpage in ", __LINE__, ".\n");
343 dlog(2, "Hardware list not found in $manpage");
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi57 Copies the info-formatted and manpage documentation into the source
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl790 # LREF: a manpage(3f)
791 s:L<([a-zA-Z][^\s\/]+)(\([^\)]+\))?>:the I<$1>$2 manpage:g;
793 # LREF: an =item on another manpage
803 } {the C<$2> entry in the I<$1> manpage}gx;
805 # LREF: an =item on this manpage
819 # LREF: a =head2 (head1?), maybe on a manpage, maybe right here
831 ? "the section on I<$2> in the I<$1> manpage"
/freebsd-11-stable/
H A DMakefile.inc1294 # install/distribute so they build the whatis file after every manpage is
2468 read manpage; \
2469 if [ ! -e "$${manpage}" ]; then \
2494 read manpage; \
2495 if [ ! -e "$${manpage}" ]; then \
/freebsd-11-stable/contrib/ldns/
H A DMakefile.in287 install-config-manpage:
292 uninstall-config-manpage:
H A Dconfigure13246 INSTALL_CONFIG_MANPAGE=install-config-manpage
13250 UNINSTALL_CONFIG_MANPAGE=uninstall-config-manpage

Completed in 400 milliseconds