Home
last modified time | relevance | path

Searched full:dot (Results 1 – 25 of 1005) sorted by relevance

12345678910>>...41

/freebsd/contrib/libpcap/
H A DCREDITS4 Denis Ovsienko <denis at ovsienko dot info>
5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
6 Guy Harris <gharris at sonic dot net>
7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
10 Adrian Budau <adbudau at bitdefender dot com>
11 Akos Vandra <axos88 at gmail dot com>
12 Alan Bawden <Alan at LCS dot MIT dot EDU>
13 Albert Chin <china at thewrittenword dot com>
14 Alexander Galanin <al at galanin dot nnov dot ru>
15 Alexander 'Leo' Bergolth <Leo dot Bergolth at wu-wien dot ac dot at>
[all …]
/freebsd/contrib/tcpdump/
H A DCREDITS4 Denis Ovsienko <denis at ovsienko dot info>
5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
6 Guy Harris <gharris at sonic dot net>
7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
10 Aaron Campbell <aaron at arbor dot net>
11 ABHIMANYU <agupta07 at sourceforge dot net>
12 A Costa <agcosta at gis dot net>
13 Adam Sampson <ats at offog dot org>
14 Ahmed Abdelsalam <ahabdels at gmail dot com>
15 Ajith Adapa <adapa dot ajith at gmail dot com>
[all …]
/freebsd/crypto/openssl/doc/life-cycles/
H A DMakefile1 GRAPHS=cipher.dot digest.dot kdf.dot mac.dot pkey.dot rand.dot
5 png: $(subst .dot,.png,$(GRAPHS))
6 txt: $(subst .dot,.txt,$(GRAPHS))
12 # for the dot program:
14 %.png: %.dot
15 dot -Tpng -O $<
21 %.txt: %.dot
22 graph-easy --from=dot --as_ascii < $< > $@
/freebsd/contrib/bmake/
H A DFILES791 unit-tests/varname-dot-alltargets.exp
792 unit-tests/varname-dot-alltargets.mk
793 unit-tests/varname-dot-curdir.exp
794 unit-tests/varname-dot-curdir.mk
795 unit-tests/varname-dot-includedfromdir.exp
796 unit-tests/varname-dot-includedfromdir.mk
797 unit-tests/varname-dot-includedfromfile.exp
798 unit-tests/varname-dot-includedfromfile.mk
799 unit-tests/varname-dot-includes.exp
800 unit-tests/varname-dot-includes.mk
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dgnode-submake.mk14 all: braces-dot braces-no-dot
15 all: braces-no-dot-modifier
16 all: parentheses-dot parentheses-no-dot
27 braces-dot:
30 braces-no-dot:
33 braces-no-dot-modifier:
38 parentheses-dot:
41 parentheses-no-dot:
H A Dvarname-dot-shell.exp1 Parsing varname-dot-shell.mk:10: ORIG_SHELL:= ${.SHELL}
7 Parsing varname-dot-shell.mk:12: .SHELL= overwritten
9 Parsing varname-dot-shell.mk:13: .if ${.SHELL} != ${ORIG_SHELL}
14 Parsing varname-dot-shell.mk:19: .MAKEFLAGS: .SHELL+=appended
17 Parsing varname-dot-shell.mk:20: .if ${.SHELL} != ${ORIG_SHELL}
22 Parsing varname-dot-shell.mk:27: .undef .SHELL
24 Parsing varname-dot-shell.mk:28: .SHELL= newly overwritten
26 Parsing varname-dot-shell.mk:29: .if ${.SHELL} != ${ORIG_SHELL}
31 Parsing varname-dot-shell.mk:33: .MAKEFLAGS: -d0
H A Dcond-func-make-main.mk37 .MAIN: dot-main-target-1a dot-main-target-1b
39 .if !make(dot-main-target-1a)
42 .if !make(dot-main-target-1b)
46 dot-main-target-{1,2}{a,b}:
56 .MAIN: dot-main-target-2a dot-main-target-2b
60 .if make(dot-main-target-2a)
H A Dvarname-dot-makeflags.exp1 make: varname-dot-makeflags.mk:11: MAKEFLAGS=<undefined>
2 make: varname-dot-makeflags.mk:13: .MAKEFLAGS=< -r -k>
3 make: varname-dot-makeflags.mk:15: .MAKEOVERRIDES=<>
4 make: varname-dot-makeflags.mk:21: MAKEFLAGS=<undefined>
5 make: varname-dot-makeflags.mk:23: .MAKEFLAGS=< -r -k -D VARNAME -r>
6 make: varname-dot-makeflags.mk:25: .MAKEOVERRIDES=< VAR>
H A DMakefile420 TESTS+= varname-dot-alltargets
421 TESTS+= varname-dot-curdir
422 TESTS+= varname-dot-includes
423 TESTS+= varname-dot-includedfromdir
424 TESTS+= varname-dot-includedfromfile
425 TESTS+= varname-dot-libs
426 TESTS+= varname-dot-make-dependfile
427 TESTS+= varname-dot-make-expand_variables
428 TESTS+= varname-dot-make-exported
429 TESTS+= varname-dot-make-jobs
[all …]
H A Dvarname-dot-path.mk1 # $NetBSD: varname-dot-path.mk,v 1.3 2020/10/02 18:46:54 rillig Exp $
5 _!= mkdir -p varname-dot-path.d
33 .PATH: varname-dot-path.d /
34 .if ${.PATH} != ". ${.CURDIR} / varname-dot-path.d"
40 .if ${.PATH} != ". ${.CURDIR} / varname-dot-path.d ./."
49 .if ${.PATH} != ".DOTLAST / varname-dot-path.d ./. . ${.CURDIR}"
53 _!= rmdir varname-dot-path.d
H A Dgnode-submake.exp5 # braces-dot, unmade, type OP_DEPENDS|OP_SUBMAKE|OP_HAS_COMMANDS, flags none
6 # braces-no-dot, unmade, type OP_DEPENDS|OP_SUBMAKE|OP_HAS_COMMANDS, flags none
7 # braces-no-dot-modifier, unmade, type OP_DEPENDS|OP_HAS_COMMANDS, flags none
8 # parentheses-dot, unmade, type OP_DEPENDS|OP_SUBMAKE|OP_HAS_COMMANDS, flags none
9 # parentheses-no-dot, unmade, type OP_DEPENDS|OP_SUBMAKE|OP_HAS_COMMANDS, flags none
H A Dvarname-dot-parsefile.mk1 # $NetBSD: varname-dot-parsefile.mk,v 1.7 2023/06/21 07:30:50 rillig Exp $
7 # varname-dot-includedfromdir.mk
8 # varname-dot-includedfromfile.mk
9 # varname-dot-parsedir.mk
14 .if ${.PARSEFILE} != "varname-dot-parsefile.mk"
/freebsd/share/skel/
H A DMakefile1 FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
2 dot.shrc dot.mail_aliases
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h1 //===- llvm/Support/GraphWriter.h - Write graph to a .dot file --*- C++ -*-===//
10 // LLVM graphs to ".dot" files. "dot" is a tool that is part of the AT&T
38 namespace DOT { // Private functions...
46 } // end namespace DOT
51 DOT, enumerator
61 GraphProgram::Name program = GraphProgram::DOT);
105 O << "<s" << i << ">" << DOT::EscapeString(label); in getEdgeSourceLabels()
143 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
145 O << "digraph \"" << DOT::EscapeString(GraphName) << "\" {\n"; in writeHeader()
153 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp1 //===- DomPrinter.cpp - DOT printer for the dominance trees ------------===//
9 // This file defines '-dot-dom' and '-dot-postdom' analysis passes, which emit
10 // a dom.<fnname>.dot or postdom.<fnname>.dot file for each function in the
15 // '-view-postdom'). By appending '-only' like '-dot-dom-only' only the
190 INITIALIZE_PASS(DomPrinterWrapperPass, "dot-dom",
191 "Print dominance tree of function to 'dot' file", false, false)
194 INITIALIZE_PASS(DomOnlyPrinterWrapperPass, "dot-dom-only",
195 "Print dominance tree of function to 'dot' file "
200 INITIALIZE_PASS(PostDomPrinterWrapperPass, "dot-postdom",
201 "Print postdominance tree of function to 'dot' file", false,
[all …]
H A DDDGPrinter.cpp1 //===- DDGPrinter.cpp - DOT printer for the data dependence graph ----------==//
11 // This file defines the `-dot-ddg` analysis pass, which emits DDG in DOT format
12 // in a file named `ddg.<graph-name>.dot` for each loop in a function.
21 static cl::opt<bool> DotOnly("dot-ddg-only", cl::Hidden,
22 cl::desc("simple ddg dot graph"));
24 "dot-ddg-filename-prefix", cl::init("ddg"), cl::Hidden,
25 cl::desc("The prefix used for the DDG dot file names."));
30 // Implementation of DDG DOT Printer for a loop
41 Twine(DDGDotFilenamePrefix + "." + G.getName() + ".dot").str(); in writeDDGToDotFile()
57 // DDG DOT Printer Implementation
/freebsd/usr.bin/mail/
H A Dcmd2.c46 * following dot, otherwise, go to the next applicable message.
60 * first applicable one following dot using in next()
64 mdot = dot - &message[0] + 1; in next()
68 * message list which follows dot. in next()
80 dot = mp; in next()
101 * Just find the next good message after dot, no in next()
105 for (mp = dot+1; mp < &message[msgCount]; mp++) in next()
112 dot = mp; in next()
115 * Print dot. in next()
118 list[0] = dot - &message[0] + 1; in next()
[all …]
H A Dcmd1.c43 * Don't change dot if invoker didn't give an argument.
68 if (dot != &message[n-1]) in headers()
69 dot = mp; in headers()
151 dot = &message[*ip - 1]; in from()
176 curind = dot == mp ? '>' : ' '; in printhead()
203 * Print out the value of dot.
208 printf("%td\n", dot - &message[0] + 1); in pdot()
323 dot = mp; in type1()
378 dot = mp; in top()
406 dot = &message[*ip-1]; in stouch()
[all …]
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile423 TESTS+= varname-dot-alltargets
424 TESTS+= varname-dot-curdir
425 TESTS+= varname-dot-includes
426 TESTS+= varname-dot-includedfromdir
427 TESTS+= varname-dot-includedfromfile
428 TESTS+= varname-dot-libs
429 TESTS+= varname-dot-make-dependfile
430 TESTS+= varname-dot-make-expand_variables
431 TESTS+= varname-dot-make-exported
432 TESTS+= varname-dot-make-jobs
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp1 //===- MachineCFGPrinter.cpp - DOT Printer for Machine Functions ----------===//
10 // This file defines the `-dot-machine-cfg` analysis pass, which emits
11 // Machine Function in DOT format in file titled `<prefix>.<function-name>.dot.
25 #define DEBUG_TYPE "dot-machine-cfg"
33 "mcfg-dot-filename-prefix", cl::Hidden,
34 cl::desc("The prefix used for the Machine CFG dot file names."));
37 CFGOnly("dot-mcfg-only", cl::init(false), cl::Hidden,
42 (MCFGDotFilenamePrefix + "." + MF.getName() + ".dot").str(); in writeMCFGToDotFile()
/freebsd/contrib/ntp/libntp/
H A Ddecodenetnum.c112 char *dot = strchr(haddr, '.'); in decodenetnum() local
113 if (col == dot) { in decodenetnum()
114 /* no dot, no colon: bad! */ in decodenetnum()
117 /* no colon, only dot: IPv4! */ in decodenetnum()
119 } else if (!dot || col < dot) { in decodenetnum()
120 /* no dot or 1st colon before 1st dot: IPv6! */ in decodenetnum()
123 /* 1st dot before 1st colon: must be IPv4 with port */ in decodenetnum()
/freebsd/share/man/man5/
H A Ddir.557 called dot
59 and the other a pointer to its parent directory called dot-dot
61 Dot and dot-dot
65 has no parent and dot-dot points to itself like dot.
/freebsd/share/man/man7/
H A Dhostname.735 Hostnames are domains, where a domain is a hierarchical, dot-separated
41 (with no trailing dot).
50 If the name consists of a single component, i.e., contains no dot,
63 If the input name ends with a trailing dot,
64 the trailing dot is removed,
67 If the input name does not end with a trailing dot, it is looked up
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE35 View dot(1) language output describing bsdconfig(8) layout/make-up:
39 Render dot(1) output in SVG format (displays in most modern browsers):
41 bsdconfig @PROGRAM_NAME@ | dot -Tsvg -o bsdconfig.svg
77 Render dot(1) output as PostScript print output consisting of multiple
81 bsdconfig @PROGRAM_NAME@ | dot -Teps -o bsdconfig.eps
90 Render dot(1) output as PostScript scaled to fit on a poster consisting
93 bsdconfig @PROGRAM_NAME@ | dot -Teps -o bsdconfig.eps
/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT38 E: theraven at theravensnest dot org
120 E: aep at exys dot org
162 E: vanboxem dot ruben at gmail dot com
166 E: r1mikey at gmail dot com
172 E: klaas at klaasgaaf dot nl
176 E: koraq at xs4all dot nl

12345678910>>...41