Home
last modified time | relevance | path

Searched refs:man (Results 1 - 25 of 129) sorted by relevance

123456

/third_party/curl/tests/
H A Dtest1140.pl27 # codes or references to non-existing curl man pages.
44 my ($man) = @_;
45 if($manp{$man}) {
48 elsif(-r "$docsroot/$man" ||
49 -r "$docsroot/libcurl/$man" ||
50 -r "$docsroot/libcurl/opts/$man") {
51 $manp{$man}=1;
76 my $man = "$1.3";
77 $man =~ s/\\//g; # cut off backslashes
78 if(!manpresent($man)) {
[all...]
/third_party/libbpf/src/
H A Dusdt.c259 struct usdt_manager *man; in usdt_manager_new() local
269 man = calloc(1, sizeof(*man)); in usdt_manager_new()
270 if (!man) in usdt_manager_new()
273 man->specs_map = specs_map; in usdt_manager_new()
274 man->ip_to_spec_id_map = ip_to_spec_id_map; in usdt_manager_new()
280 man->has_bpf_cookie = kernel_supports(obj, FEAT_BPF_COOKIE); in usdt_manager_new()
286 man->has_sema_refcnt = faccessat(AT_FDCWD, ref_ctr_sysfs_path, F_OK, AT_EACCESS) == 0; in usdt_manager_new()
292 man->has_uprobe_multi = kernel_supports(obj, FEAT_UPROBE_MULTI_LINK); in usdt_manager_new()
293 return man; in usdt_manager_new()
296 usdt_manager_free(struct usdt_manager *man) usdt_manager_free() argument
578 collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *path, pid_t pid, const char *usdt_provider, const char *usdt_name, __u64 usdt_cookie, struct usdt_target **out_targets, size_t *out_target_cnt) collect_usdt_targets() argument
824 struct usdt_manager *man = usdt_link->usdt_man; bpf_link_usdt_detach() local
900 allocate_spec_id(struct usdt_manager *man, struct hashmap *specs_hash, struct bpf_link_usdt *link, struct usdt_target *target, int *spec_id, bool *is_new) allocate_spec_id() argument
955 usdt_manager_attach_usdt(struct usdt_manager *man, const struct bpf_program *prog, pid_t pid, const char *path, const char *usdt_provider, const char *usdt_name, __u64 usdt_cookie) usdt_manager_attach_usdt() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DerrorsOnUnionsOfOverlappingObjects01.js33 interface ManBearPig { man: any, bear: any, pig: any }
44 addToZoo({ man: "Manny", bear: "Coffee" });
46 const manBeer = { man: "Manny", beer: "Coffee" };
47 addToZoo({ man: "Manny", beer: "Coffee" });
63 addToZoo({ man: "Manny", bear: "Coffee" });
64 var manBeer = { man: "Manny", beer: "Coffee" };
65 addToZoo({ man: "Manny", beer: "Coffee" });
/third_party/selinux/secilc/
H A DMakefile3 MANDIR ?= $(PREFIX)/share/man
31 all: $(SECILC) $(SECIL2CONF) $(SECIL2TREE) man
48 man: $(SECILC_MANPAGE) $(SECIL2CONF_MANPAGE) $(SECIL2TREE_MANPAGE)
51 $(XMLTO) man $(SECILC_MANPAGE).xml
54 $(XMLTO) man $(SECIL2CONF_MANPAGE).xml
57 $(XMLTO) man $(SECIL2TREE_MANPAGE).xml
59 install: all man
90 .PHONY: all clean test install doc relabel man
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js7 const man = {}
12 man[`man${num}`] = {}
16 man[`man${num}`][`${name}.${section}`] = `.TH "${name.toUpperCase()}" "${num}"`
26 // man directory name is hardcoded in the command
27 return { fixtures: { man }, pages: [...resPages.values()] }
31 man = {
44 viewer: browser ? 'browser' : woman ? 'woman' : 'man',
57 const manPages = genManPages(man)
[all...]
/third_party/ltp/tools/sparse/sparse-src/Documentation/
H A DMakefile13 targets += man
23 %.1: %.rst man
24 @mv build/man/$@ $@
/third_party/lz4/programs/
H A DMakefile126 man: lz4.1
128 clean-man:
131 preview-man: clean-man man
132 man ./lz4.1
168 MANDIR ?= $(datarootdir)/man
180 @echo Installing man pages in $(DESTDIR)$(man1dir)
/third_party/fsverity-utils/
H A DMakefile28 # Define MANDIR to override where to install man pages, like './configure
29 # --mandir' in autotools-based projects (default: PREFIX/share/man)
80 MANDIR ?= $(PREFIX)/share/man
208 man/fsverity.1:man/fsverity.1.md
209 $(QUIET_PANDOC) pandoc $+ -s -t man > $@
211 MAN_PAGES := man/fsverity.1
231 SPECIAL_TARGETS := all test_programs check install install-man uninstall \
276 install-man:$(MAN_PAGES)
/third_party/libcoap/scripts/
H A Dbuild.sh78 # invoke man page examples code compiles checks
80 make -C man
81 EXEC_FILE=man/examples-code-check
82 $EXEC_FILE man
/third_party/ffmpeg/doc/
H A DMakefile110 install-doc: install-html install-man
114 install-man:
125 install-progs-$(CONFIG_DOC): install-man
127 install-man: $(MANPAGES)
136 uninstall-doc: uninstall-html uninstall-man
141 uninstall-man:
/third_party/pcre2/pcre2/
H A D132html3 # Script to turn PCRE2 man pages into HTML
64 <h1>$ARGV[0] man page</h1>
70 automatically from the original man page. If there is any nonsense in it,
71 please consult the man page, in case the conversion went wrong.
85 # Some of the PCRE2 man pages used to contain instances of .br. However,
87 # (other) automated systems that translate man pages to HTML. Complain if
220 # displays where two lines are needed for the "man" version. JOINSH works
/third_party/nghttp2/doc/
H A Dmake.bat30 echo. man to make manual pages
136 if "%1" == "man" (
137 %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
140 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv.go368 man := h.roundedInteger()
369 if (man >> (manBits + 1)) > 0 {
370 man >>= 1
376 man &= (uint64(1) << manBits) - 1
377 return (uint64(e) << manBits) | man
/third_party/FreeBSD/lib/libc/include/
H A Dfpmath.h76 unsigned int man : 23; member
82 unsigned int man : 23;
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile13 # DB2XHTML = opengl-man.xsl
14 DB2XHTML = egl-man.xsl
17 .PHONY: man html pdf tex
19 # We now generate the EGL man pages as .html instead of .xml
28 # EGL man pages
66 # XML man page source and XHTML targets
H A Dmaketoc.pl9 where xhtmldir contains a directory full of OpenGL .xml XHTML man pages -AND-
10 where xmldir contains a directory full of OpenGL .xml source XML man pages
179 # filter out entrypoint variations that don't have their own man pages
191 # it has its own man page
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile13 # DB2XHTML = opengl-man.xsl
14 DB2XHTML = egl-man.xsl
17 .PHONY: man html pdf tex
19 # We now generate the EGL man pages as .html instead of .xml
28 # EGL man pages
66 # XML man page source and XHTML targets
H A Dmaketoc.pl9 where xhtmldir contains a directory full of OpenGL .xml XHTML man pages -AND-
10 where xmldir contains a directory full of OpenGL .xml source XML man pages
179 # filter out entrypoint variations that don't have their own man pages
191 # it has its own man page
/third_party/libuv/docs/
H A Dmake.bat33 echo. man to make manual pages
177 if "%1" == "man" (
178 %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
181 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js305 // expand directories.man
306 if (steps.includes('mans') && !data.man && data.directories?.man) {
307 const manDir = data.directories.man
310 data.man = files.map(man =>
311 path.relative(pkg.path, path.join(cwd, man)).split(path.sep).join('/')
/third_party/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl52 This man page details version information for public symbols provided in the
63 This man page is automatically generated from the symbols-in-versions file.
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm56 The value MUST be a number, and will be the man section number
78 The man section number this .pod file belongs to. Often the same as
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm56 The value MUST be a number, and will be the man section number
78 The man section number this .pod file belongs to. Often the same as
/third_party/ltp/doc/man1/
H A DMakefile27 include $(top_srcdir)/include/mk/man.mk
/third_party/ltp/doc/man3/
H A DMakefile27 include $(top_srcdir)/include/mk/man.mk

Completed in 8 milliseconds

123456