HomeSort by: relevance | last modified time | path
    Searched refs:manpage (Results 1 - 24 of 24) sorted by relevancy

  /src/share/man/man8/
MAKEDEV2manpage.sh 48 manpage="MAKEDEV.8";
49 tmpfile="${manpage}.$$";
53 if ${DIFF} -I'^\.Dd ' -I'^\.\\" $NetBSD' -q ${manpage} ${tmpfile} \
60 if [ `wc -l < ${tmpfile}` -ne `wc -l < ${manpage}` ]; then
63 date=`sed -n 's/^\.Dd //p' ${manpage}`
67 mv ${tmpfile}.2 ${manpage}
69 echo "$manpage: ${result}"
  /src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
Makefile 4 manpage:
  /src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/
Makefile 26 rm -f manpage.links manpage.refs
  /src/usr.sbin/catman/
catman.c 343 char manpage[2 * PATH_MAX]; local
383 snprintf(manpage, sizeof(manpage), "%s/%s", mandir, dp->d_name);
394 if (!fnmatch(match, manpage, 0))
408 if (!fnmatch(match, manpage, 0))
412 if (lstat(manpage, &manstat) <0) {
413 warn("can't stat %s", manpage);
420 len = readlink(manpage, buffer,
424 manpage);
431 strlcpy(tmp, manpage, sizeof(tmp))
    [all...]
  /src/external/bsd/mdocml/dist/
mansearch.h 91 struct manpage { struct
116 struct manpage **res, /* results */
118 void mansearch_free(struct manpage *, size_t);
main.c 99 struct manpage **, size_t *);
102 struct manpage **, size_t *);
105 struct manpage **, size_t *);
111 static void process_onefile(struct mparse *, struct manpage *,
130 struct manpage *res; /* Complete list of search results. */
131 struct manpage *resn; /* Search results for one name. */
712 const char *sec, enum form form, struct manpage **res, size_t *ressz)
714 struct manpage *page;
737 struct manpage **res, size_t *ressz)
842 const char *name, struct manpage **res, size_t *ressz
    [all...]
mansearch.c 87 struct manpage **res, size_t *sz)
93 struct manpage *mpage;
224 qsort(*res, cur, sizeof(struct manpage), manpage_compare);
392 mansearch_free(struct manpage *res, size_t sz)
407 const struct manpage *mp1, *mp2;
cgi.c 87 struct manpage *, size_t);
626 pg_searchres(const struct req *req, struct manpage *r, size_t sz)
980 struct manpage *res;
  /src/external/bsd/byacc/dist/package/pkgsrc/
Makefile 16 CONFIGURE_ARGS+= --with-manpage-format=normal
  /src/external/gpl2/texinfo/dist/info/
man.c 59 static void clean_manpage (char *manpage);
377 clean_manpage (char *manpage)
383 newpage = (char *)xmalloc (1 + strlen (manpage));
385 for (i = 0, j = 0; (newpage[j] = manpage[i]); i++, j++)
387 if (manpage[i] == '\n')
401 if (manpage[i] == '\b' || (manpage[i] == '\f' && j > 0))
408 if (manpage[i] == '\033' && manpage[i + 1] == '['
409 && isdigit (manpage[i + 2])
    [all...]
  /src/external/gpl2/lvm2/dist/
lvm2netbsd 99 $m > `dirname $m`/$base && echo did manpage mods for $base
  /src/external/bsd/pam-u2f/bin/pamu2fcfg/
Makefile 23 asciidoc -b docbook45 -d manpage -o pamu2fcfg.1.xml ../../dist/man/pamu2fcfg.1.txt
  /src/external/bsd/pam-u2f/lib/security/pam-u2f/
Makefile 23 asciidoc -b docbook45 -d manpage -o pam_u2f.8.xml ../../../dist/man/pam_u2f.8.txt
  /src/external/bsd/atf/dist/atf-c++/detail/
application.cpp 108 const std::string& manpage) :
113 m_manpage(manpage)
  /src/external/bsd/file/
file2netbsd 91 mv /tmp/file4$$ $m && echo did manpage mods for $m
  /src/external/mpl/dhcp/
dhcp2netbsd 93 mv /tmp/dhcp2$$ $m && echo did manpage mods for $m
  /src/external/public-domain/sqlite/sqlite2mdoc/
README.md 12 See the [sqlite2mdoc.1](sqlite2mdoc.1) manpage for syntax details.
  /src/libexec/makewhatis/
makewhatis.c 73 typedef struct manpagestruct manpage; typedef in typeref:struct:manpagestruct
75 manpage *mp_left, *mp_right;
96 static void addmanpage(manpage **, ino_t, char *, size_t, size_t);
106 static void processmanpages(manpage **, whatis **);
201 * for manpage search.
248 manpage *source;
264 * Get manpage subdirectory prefix. Most
504 addmanpage(manpage **tree, ino_t inode, char *name, size_t sdoff, size_t sdlen)
506 manpage *mp;
514 mp = emalloc(sizeof(manpage) + strlen(name))
    [all...]
  /src/external/bsd/atf/dist/tools/
application.cpp 99 const std::string& manpage,
106 m_manpage(manpage),
  /src/usr.sbin/postinstall/
postinstall.in 1066 while read manpage; do
1067 manpage="${manpage#./}"
1068 case "$manpage" in
1070 catname="$catdir/${manpage%.*.Z}.0"
1073 catname="$catdir/${manpage%.*.gz}.0"
1076 catname="$catdir/${manpage%.*}.0"
1079 test -e "$catname" -a "$catname" -ot "$mandir/$manpage" || continue
  /src/usr.sbin/sysinst/
msg.mi.en 454 reading the afterboot(8) manpage; it contains a list of things to be
465 Remember to (re)read the afterboot(8) manpage as it may contain new
474 The afterboot(8) manpage can also be of some help.
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 680 'manpage' => 'man page',
717 # Search manpage for words that have a different preferred use.
740 # Perform all sorts of nit/error checks on a manpage
1019 # Collect all the names in a manpage.
1127 # Check the flags of a command and see if everything is in the manpage
1181 # See what's in the command not the manpage.
1187 # See what's in the manpage not the command.
1223 # See if each has a manpage.
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 637 'manpage' => 'man page',
674 # Search manpage for words that have a different preferred use.
697 # Perform all sorts of nit/error checks on a manpage
966 # Collect all the names in a manpage.
1065 # Check the flags of a command and see if everything is in the manpage
1119 # See what's in the command not the manpage.
1125 # See what's in the command not the manpage.
1161 # See if each has a manpage.
  /src/external/bsd/byacc/dist/
configure 719 --with-manpage-format specify man page format: gzip/compress/bzip2/xz,
7035 # Check whether --with-manpage-format or --without-manpage-format was given.
7488 echo "$as_me:7488: checking for program to convert manpage to html" >&5
7489 echo $ECHO_N "checking for program to convert manpage to html... $ECHO_C" >&6

Completed in 70 milliseconds