| /freebsd-11-stable/usr.bin/man/ |
| HD | man.sh | 136 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" 316 echo "$catpage (source: $manpage)" 333 echo "$manpage" 348 if ! eval "$cattool $manpage | $testline" ;then 361 decho "Command: $cattool $manpage | $pipeline" [all …]
|
| /freebsd-11-stable/secure/lib/libcrypto/ |
| HD | Makefile.inc | 76 .for manpage in ${MAN} 77 @(sec=${manpage:E}; \ 78 pod=${manpage:R}.pod; \ 85 $$pod > ${.CURDIR}/man/${manpage}; \ 87 ${ECHO} ${manpage})
|
| /freebsd-11-stable/release/doc/share/misc/ |
| HD | man2hwnotes.pl | 147 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/mdocml/ |
| HD | mansearch.h | 91 struct manpage { struct 116 struct manpage **res, /* results */ argument 118 void mansearch_free(struct manpage *, size_t);
|
| HD | main.c | 94 struct manpage **, size_t *); 97 struct manpage **, size_t *); 124 struct manpage *res, *resp; in main() 628 struct manpage **res, size_t *ressz) in fs_lookup() 631 struct manpage *page; in fs_lookup() 685 *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage)); in fs_lookup() 699 int argc, char **argv, struct manpage **res, size_t *ressz) in fs_search()
|
| HD | mansearch.c | 88 struct manpage **res, size_t *sz) in mansearch() 94 struct manpage *mpage; in mansearch() 215 qsort(*res, cur, sizeof(struct manpage), manpage_compare); in mansearch() 383 mansearch_free(struct manpage *res, size_t sz) in mansearch_free() 398 const struct manpage *mp1, *mp2; in manpage_compare()
|
| /freebsd-11-stable/crypto/heimdal/doc/ |
| HD | Makefile.am | 72 install-data-hook: install-doxygen-manpage 73 uninstall-hook: uninstall-doxygen-manpage 76 install-doxygen-manpage: 88 uninstall-doxygen-manpage:
|
| HD | apps.texi | 180 @manpage{afslog,1} will obtains AFS tokens for a number of cells. What cells to get 183 magic @manpage{kafs,3} decides upon. 185 If not told what cell to get credentials for, @manpage{kafs,3} will 187 specified in @manpage{kafs,3} and try to get tokens for these cells 195 the directories searched by @manpage{kafs,3} on every AFS client machine. 201 See manpage for @manpage{kafs,3} for search locations of ThisCell and TheseCells.
|
| /freebsd-11-stable/contrib/openpam/ |
| HD | mkpkgng.in | 122 while read manpage ; do 123 gzip "$manpage"
|
| /freebsd-11-stable/contrib/libxo/doc/ |
| HD | howto.rst | 121 :manpage:`atexit(3)` function:: 128 The second task is inspecting code for :manpage:`printf(3)` calls and 230 :manpage:`err(3)` and :manpage:`warn(3)`. There are two variants, one 249 explicitly call it, or use :manpage:`atexit(3)` to have 279 invoking the standard :manpage:`gettext(3)` functions. 364 libxo calls :manpage:`gettext(3)` with that string to get a localized 377 translated using :manpage:`gettext(3)`. In this example, "web" would 384 use by calling :manpage:`ngettext(3)`.
|
| HD | xopo.rst | 6 :manpage:`xgettext(1)` utility to remove formatting information 9 the fields modifiers, the string passed to :manpage:`gettext(3)` is
|
| HD | api.rst | 600 :manpage:`atexit(3)` to ensure that `xo_finish` is called 1119 environments where the standard :manpage:`realloc(3)` and 1120 :manpage:`free(3)` functions are not appropriate. 1128 :manpage:`realloc(3)` and return a pointer to memory following the 1130 :manpage:`free(3)` and should release it, as appropriate for the 1133 By default, the standard :manpage:`realloc(3)` and :manpage:`free(3)` 1175 :manpage:`err(3)` and :manpage:`warn(3)` to generate errors and 1330 LOG_AUTH The authorization system (e.g. :manpage:`login(1)`) 1332 LOG_CRON The cron daemon: :manpage:`cron(8)` 1339 LOG_SECURITY Security subsystems, such as :manpage:`ipfw(4)` [all …]
|
| HD | index.rst | 23 :manpage:`humanized(3)` output, internationalization, and UTF-8. The
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | Makefile.in | 207 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) | \ 210 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) > $@; \
|
| /freebsd-11-stable/crypto/heimdal/appl/afsutil/ |
| HD | ChangeLog | 31 * pagsh.1: manpage for pagsh 76 * Makefile.am: add afslog manpage 78 * afslog.1: manpage
|
| /freebsd-11-stable/contrib/atf/atf-c++/detail/ |
| D | application.cpp | 105 const std::string& manpage) : in app() argument 110 m_manpage(manpage) in app()
|
| /freebsd-11-stable/contrib/sendmail/mailstats/ |
| HD | Makefile.m4 | 19 bldPRODUCT_START(`manpage', `mailstats')
|
| /freebsd-11-stable/contrib/ncurses/man/ |
| HD | manlinks.sed | 29 # Given a manpage (nroff) as input, writes a list of the names that are 31 # as aliases for the manpage -T.Dickey
|
| /freebsd-11-stable/usr.bin/fortune/datfiles/ |
| HD | freebsd-tips.sp.ok | 42 manpage
|
| /freebsd-11-stable/usr.bin/diff/ |
| HD | TODO | 15 --help (We have a manpage already)
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | tcsh.man2html | 12 # Designed for tcsh manpage. Guaranteed not to work on manpages not written 13 # in the exact same style of nroff -man, i.e. any other manpage. 144 # Slurp manpage 154 # Print manpage to HTML directory (can't use cp if we're reading from STDIN) 367 Here are the <A HREF="$outfile">nroff manpage</A> (175K) 377 wrote the manpage and the HTML conversion script. 642 # It's not followed by (, i.e. it's not a manpage reference
|
| /freebsd-11-stable/contrib/libpcap/ |
| HD | TODO | 34 + the manpage has a brief description of each function but where is the
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | Makefile.m4 | 99 bldPRODUCT_START(`manpage', `sendmail')
|
| /freebsd-11-stable/usr.sbin/apmd/ |
| HD | README | 81 refer to the manpage of apmd. 203 Documentation is also sparse, and the manpage have just written.
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | lh_stats.pod | 58 This manpage is derived from the SSLeay documentation.
|