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

12

/freebsd-11.0-release/contrib/sendmail/mailstats/
H A DMakefile.m419 bldPRODUCT_START(`manpage', `mailstats')
/freebsd-11.0-release/secure/lib/libcrypto/
H A DMakefile.inc57 .for manpage in ${MAN}
58 @(sec=${manpage:E}; \
59 pod=${manpage:R}.pod; \
63 $$pod > ${.CURDIR}/man/${manpage}; \
65 ${ECHO} ${manpage})
/freebsd-11.0-release/contrib/mdocml/
H A Dmansearch.h80 struct manpage { struct
106 struct manpage **res, /* results */
108 void mansearch_free(struct manpage *, size_t);
H A Dmansearch.c89 struct manpage *, sqlite3 *,
160 struct manpage **res, size_t *sz)
166 struct manpage *mpage;
333 maxres, sizeof(struct manpage));
365 qsort(*res, cur, sizeof(struct manpage), manpage_compare);
375 mansearch_free(struct manpage *res, size_t sz)
390 const struct manpage *mp1, *mp2;
401 buildnames(const struct mansearch *search, struct manpage *mpage,
H A Dmain.c89 struct manpage **, size_t *);
92 struct manpage **, size_t *);
124 struct manpage *res, *resp;
620 struct manpage **res, size_t *ressz)
623 struct manpage *page;
667 *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage));
681 int argc, char **argv, struct manpage **res, size_t *ressz)
H A DMakefile83 manpage.c \
263 MANPAGE_OBJS = manpage.o mansearch.o mansearch_const.o manpath.o
340 rm -f manpage $(MANPAGE_OBJS)
412 manpage: $(MANPAGE_OBJS) libmandoc.a
H A Dmanpage.c1 /* $Id: manpage.c,v 1.13 2015/11/07 17:58:55 schwarze Exp $ */
43 struct manpage *res;
H A Dcgi.c73 struct manpage *, size_t);
552 pg_searchres(const struct req *req, struct manpage *r, size_t sz)
914 struct manpage *res;
H A DMakefile.depend38 manpage.o: manpage.c config.h manconf.h mansearch.h
/freebsd-11.0-release/usr.bin/man/
H A Dman.sh111 manpage=$found
112 setup_cattool $manpage
113 decho " Found manpage $manpage"
119 elif exists "$2" && is_newer $found $manpage; then
262 line=$($cattool $manpage | head -1)
265 decho "$manpage includes $tstr"
280 # Display either the manpage or catpage depending on the use_cat variable
292 echo "$catpage (source: $manpage)"
306 # Okay, we are using the manpage, d
[all...]
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/contrib/sendmail/src/
H A DMakefile.m499 bldPRODUCT_START(`manpage', `sendmail')
/freebsd-11.0-release/share/mk/
H A Datf.test.mk20 # manpage.
H A Dplain.test.mk20 # manpage.
H A Dtap.test.mk22 # manpage.
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/contrib/gcc/doc/
H A Dmakefile.texi57 Copies the info-formatted and manpage documentation into the source
/freebsd-11.0-release/
H A DMakefile.inc1255 # install/distribute so they build the whatis file after every manpage is
2267 read manpage; \
2268 if [ ! -e "$${manpage}" ]; then \
2293 read manpage; \
2294 if [ ! -e "$${manpage}" ]; then \
/freebsd-11.0-release/contrib/ldns/
H A DMakefile.in287 install-config-manpage:
292 uninstall-config-manpage:

Completed in 154 milliseconds

12