Searched refs:manpage (Results 1 – 25 of 98) sorted by relevance
1234
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | .gitignore | 1 manpage.links 2 manpage.refs
|
D | Makefile | 26 rm -f manpage.links manpage.refs
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | data.py | 150 for manpage in files: 151 normalized = _os.path.normpath(manpage) 155 mpmap.setdefault(ext, []).append(manpage)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | data.py | 150 for manpage in files: 151 normalized = _os.path.normpath(manpage) 155 mpmap.setdefault(ext, []).append(manpage)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | data.py | 150 for manpage in files: 151 normalized = _os.path.normpath(manpage) 155 mpmap.setdefault(ext, []).append(manpage)
|
/external/python/cpython2/Doc/library/ |
D | crypt.rst | 17 This module implements an interface to the :manpage:`crypt(3)` routine, which is 26 the :manpage:`crypt(3)` routine in the running system. Therefore, any 42 Since a few :manpage:`crypt(3)` extensions allow different values, with
|
D | sunaudio.rst | 20 :manpage:`audio(7I)` manual page. 43 to open the device only for the activity needed. See :manpage:`audio(7I)` for 46 As per the manpage, this module first looks in the environment variable 94 the :manpage:`audio(7I)` manual page. Member names are slightly different from
|
D | signal.rst | 73 :manpage:`signal(2)`, on others the list is in :manpage:`signal(7)`). Note that 143 the Unix man page :manpage:`alarm(2)`.) Availability: Unix. 161 :manpage:`signal(2)`.) 217 the man page :manpage:`siginterrupt(3)` for further information). 232 above). (See the Unix man page :manpage:`signal(2)`.)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | data.py | 150 for manpage in files: 151 normalized = _os.path.normpath(manpage) 155 mpmap.setdefault(ext, []).append(manpage)
|
/external/python/cpython3/Doc/library/ |
D | signal.rst | 99 :manpage:`signal(2)`, on others the list is in :manpage:`signal(7)`). Note that 196 the Unix man page :manpage:`alarm(2)`.) 216 :manpage:`signal(2)`.) 239 .. availability:: Unix (see the man page :manpage:`pthread_kill(3)` for further 270 .. availability:: Unix. See the man page :manpage:`sigprocmask(3)` and 271 :manpage:`pthread_sigmask(3)` for further information. 357 .. availability:: Unix (see the man page :manpage:`siginterrupt(3)` 371 above). (See the Unix man page :manpage:`signal(2)`.) 397 .. availability:: Unix (see the man page :manpage:`sigpending(2)` for further 411 .. availability:: Unix (see the man page :manpage:`sigwait(3)` for further [all …]
|
D | crypt.rst | 20 This module implements an interface to the :manpage:`crypt(3)` routine, which is 29 the :manpage:`crypt(3)` routine in the running system. Therefore, any 111 Since a few :manpage:`crypt(3)` extensions allow different values, with
|
D | resource.rst | 42 described in the :manpage:`getrlimit(2)` man page. The resources listed below 104 The Unix man page for :manpage:`getrlimit(2)` lists the available resources. 237 Please see :manpage:`tuning(7)` for a complete description of this sysctl. 275 remaining values are integers. Consult the :manpage:`getrusage(2)` man page for
|
/external/curl/tests/ |
D | manpage-scan.pl | 203 my @manpage; # store all parsed parameters 219 push @manpage, $combo;
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ManPage.py | 209 manpage = ManPage(root, relief=SUNKEN, borderwidth=2) 210 manpage.pack(expand=1, fill=BOTH) 215 manpage.parsefile(fp)
|
/external/openssh/ |
D | Makefile.in | 207 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) | \ 210 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) > $@; \
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | Makefile | 61 pod2html --css=manpage.css --htmlroot=. \ 89 $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
|
/external/selinux/python/sepolicy/sepolicy/templates/ |
D | script.py | 77 manpage="""\ variable
|
/external/python/cpython2/Doc/c-api/ |
D | conversion.rst | 14 *format* and the extra arguments. See the Unix man page :manpage:`snprintf(2)`. 21 :manpage:`vsnprintf(2)`. 97 See the Unix man page :manpage:`strtod(2)` for details. 160 See the Unix man page :manpage:`atof(2)` for details.
|
/external/libnl/doc/stylesheets/ |
D | asciidoc-manpage.css | 1 /* Overrides for manpage documents */
|
/external/curl/tests/data/ |
D | test1139 | 23 %SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/..
|
/external/ltp/testcases/kernel/security/securebits/ |
D | README | 1 For more information on securebits, see the capabilities.7 manpage,
|
/external/iptables/extensions/ |
D | libxt_state.man | 8 description, see the "conntrack" heading in this manpage.
|
D | libip6t_REJECT.t | 3 # manpage for IPv6 variant of REJECT does not show up for some reason?
|
D | libxt_multiport.t | 19 # fix manpage, it says "up to 15 ports supported"
|
/external/autotest/client/tests/ltp/ |
D | control.full | 6 individual test case is written from the system call's manpage.
|
1234