Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/freebsd/contrib/tcpdump/
H A DCREDITS5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
24 Andrea Bittau <a dot bittau at cs dot ucl dot ac dot uk>
40 Armando L. Caro Jr. <acaro at mail dot eecis dot udel dot edu>
46 Ben Smithurst <ben at scientia dot demon dot co dot uk>
79 Darren Reed <darrenr at reed dot wattle dot id dot au>
116 Gerrit Renker <gerrit at erg dot abdn dot ac dot uk>
170 Kazushi Sugyo <sugyo at pb dot jp dot nec dot com>
173 Ken Hornstein <kenh at cmf dot nrl dot navy dot mil>
189 Maciej W. Rozycki <macro at ds2 dot pg dot gda dot pl>
[all …]
/freebsd/contrib/libpcap/
H A DCREDITS5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca>
15 Alexander 'Leo' Bergolth <Leo dot Bergolth at wu-wien dot ac dot at>
16 Alexey Kuznetsov <kuznet at ms2 dot inr dot ac dot ru>
30 Armando L. Caro Jr. <acaro at mail dot eecis dot udel dot edu>
63 David Ward <david dot ward at ll dot mit dot edu>
75 Erik de Castro Lopo <erik dot de dot castro dot lopo at sensorynetworks dot com>
96 Gregor Maier <gregor at net dot in dot tum dot de>
130 Julien Moutinho <julm at savines dot alpes dot fr dot eu dot org>
132 Kazushi Sugyo <sugyo at pb dot jp dot nec 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))
14 %.png: %.dot
15 dot -Tpng -O $<
21 %.txt: %.dot
22 graph-easy --from=dot --as_ascii < $< > $@
/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 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 DMakefile407 TESTS+= varname-dot-curdir
408 TESTS+= varname-dot-includes
411 TESTS+= varname-dot-libs
437 TESTS+= varname-dot-make-pid
442 TESTS+= varname-dot-newline
443 TESTS+= varname-dot-objdir
444 TESTS+= varname-dot-parsedir
446 TESTS+= varname-dot-path
447 TESTS+= varname-dot-shell
448 TESTS+= varname-dot-suffixes
[all …]
H A Dcond-func-make.mk10 .if make(via-dot-makeflags)
14 .MAKEFLAGS: via-dot-makeflags
19 .if !make(via-dot-makeflags)
28 via-cmdline via-dot-makeflags:
H A Dvarname-dot-path.mk5 _!= mkdir -p varname-dot-path.d
33 .PATH: varname-dot-path.d /
53 _!= rmdir varname-dot-path.d
/freebsd/share/skel/
H A DMakefile2 FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
3 dot.shrc dot.mail_aliases
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile410 TESTS+= varname-dot-curdir
411 TESTS+= varname-dot-includes
414 TESTS+= varname-dot-libs
440 TESTS+= varname-dot-make-pid
445 TESTS+= varname-dot-newline
446 TESTS+= varname-dot-objdir
447 TESTS+= varname-dot-parsedir
449 TESTS+= varname-dot-path
450 TESTS+= varname-dot-shell
451 TESTS+= varname-dot-suffixes
[all …]
/freebsd/usr.bin/mail/
H A Dcmd1.c68 if (dot != &message[n-1]) in headers()
69 dot = mp; in headers()
151 dot = &message[*ip - 1]; in from()
323 dot = mp; in type1()
378 dot = mp; in top()
406 dot = &message[*ip-1]; in stouch()
407 dot->m_flag |= MTOUCH; in stouch()
408 dot->m_flag &= ~MPRESERVE; in stouch()
423 dot = &message[*ip-1]; in mboxit()
425 dot->m_flag &= ~MPRESERVE; in mboxit()
[all …]
H A Dcmd2.c64 mdot = dot - &message[0] + 1; in next()
80 dot = mp; in next()
112 dot = mp; in next()
118 list[0] = dot - &message[0] + 1; in next()
279 lastdot = dot - &message[0] + 1; in deltype()
281 list[0] = dot - &message[0] + 1; in deltype()
283 touch(dot); in deltype()
313 dot = &message[last-1]; in delm()
316 dot = &message[last-1]; in delm()
320 dot = &message[0]; in delm()
[all …]
/freebsd/contrib/bmake/
H A DFILES774 unit-tests/varname-dot-curdir.exp
775 unit-tests/varname-dot-curdir.mk
782 unit-tests/varname-dot-libs.exp
783 unit-tests/varname-dot-libs.mk
829 unit-tests/varname-dot-newline.mk
830 unit-tests/varname-dot-objdir.exp
831 unit-tests/varname-dot-objdir.mk
836 unit-tests/varname-dot-path.exp
837 unit-tests/varname-dot-path.mk
838 unit-tests/varname-dot-shell.exp
[all …]
H A Ddir.c251 static CachedDir *dot = NULL; variable
499 CachedDir_Assign(&dot, dir); in Dir_InitDot()
510 CachedDir_Assign(&dot, NULL); in Dir_End()
541 if (dot != NULL) in Dir_SetPATH()
551 if (dir == dot && seenDotLast) in Dir_SetPATH()
557 if (dot != NULL) in Dir_SetPATH()
968 char *file = dir == dot in DirLookupSubdir()
1029 dot->hits++; in DirFindDot()
1054 if (dot != NULL) { in FindFileRelative()
1068 if (dir == dot) { in FindFileRelative()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp179 if (val < dot && inSec) { in setDot()
191 dot = val; in setDot()
993 dot = 0; in assignOffsets()
1019 sec->addr = dot; in assignOffsets()
1024 dot = alignToPowerOf2(dot, sec->addralign); in assignOffsets()
1025 sec->addr = dot; in assignOffsets()
1070 dot += data->size; in assignOffsets()
1081 dot = alignToPowerOf2(dot, isec->addralign); in assignOffsets()
1095 expandOutputSection(alignToPowerOf2(dot, config->commonPageSize) - dot); in assignOffsets()
1100 dot = savedDot; in assignOffsets()
[all …]
/freebsd/usr.bin/caesar/
H A Dcaesar.c67 int ch, dot, i, nread, winnerdot = 0; in main() local
105 dot = 0; in main()
107 dot += obs[i] * stdf[(i + try) % 26]; in main()
110 winnerdot = dot; in main()
111 if (dot > winnerdot) { in main()
114 winnerdot = dot; in main()
/freebsd/bin/pax/
H A Dsel_subs.c321 int dot = 0; in trng_add() local
343 dot = 0; in trng_add()
350 if ((*stpt == '.') && (!dot)) { in trng_add()
351 ++dot; in trng_add()
528 const char *dot, *t; in str_sec() local
536 for (t = p, dot = NULL; *t; ++t) { in str_sec()
539 if (*t == '.' && dot == NULL) { in str_sec()
540 dot = t; in str_sec()
548 if (dot != NULL) { /* .SS */ in str_sec()
549 if (strlen(++dot) != 2) in str_sec()
[all …]
/freebsd/share/misc/
H A DMakefile6 FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
7 committers-src.dot flowers init.ee \
10 organization.dot
/freebsd/contrib/libpcap/testprogs/
H A Dvisopts.py240 dot = ""
250 dot = line
252 dot += line
266 svg = p.communicate(dot)[0]
273 dot = ""
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c183 int dot, len; in openpam_dynamic() local
231 *path, modname, &dot); in openpam_dynamic()
234 *path, modname, &dot, LIB_MAJ); in openpam_dynamic()
237 *path, modname, PAM_SOEXT, &dot, LIB_MAJ); in openpam_dynamic()
246 if (errno == ENOENT && modpath[dot] != '\0') { in openpam_dynamic()
248 modpath[dot] = '\0'; in openpam_dynamic()
/freebsd/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot; in load() local
94 dot = strrchr(shortname, '.'); in load()
95 if (dot) in load()
96 *dot = 0; in load()
/freebsd/bin/date/
H A Ddate.c253 const char *dot, *t; in setthetime() local
272 for (t = p, dot = NULL; *t; ++t) { in setthetime()
275 if (*t == '.' && dot == NULL) { in setthetime()
276 dot = t; in setthetime()
282 if (dot != NULL) { /* .ss */ in setthetime()
283 dot++; /* *dot++ = '\0'; */ in setthetime()
284 if (strlen(dot) != 2) in setthetime()
286 lt->tm_sec = ATOI2(dot); in setthetime()
294 switch (strlen(p) - ((dot != NULL) ? 3 : 0)) { in setthetime()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c77 char *dot; in guess_domain() local
83 dot = strchr (hostname_str, '.'); in guess_domain()
84 if (dot != NULL) in guess_domain()
85 return dot + 1; in guess_domain()
100 dot = strchr (hostname_str, '.'); in guess_domain()
101 if (dot != NULL) in guess_domain()
102 return dot + 1; in guess_domain()
/freebsd/contrib/ntp/libntp/
H A Ddecodenetnum.c112 char *dot = strchr(haddr, '.'); in decodenetnum() local
113 if (col == dot) { in decodenetnum()
119 } else if (!dot || col < dot) { in decodenetnum()
/freebsd/contrib/kyua/utils/format/
H A Dformatter.cpp138 const std::string::size_type dot = partial.find('.'); in new_ostringstream() local
139 if (dot != 0) in new_ostringstream()
140 output->width(to_int(format, partial.substr(0, dot), "width")); in new_ostringstream()
141 if (dot != std::string::npos) { in new_ostringstream()
143 output->precision(to_int(format, partial.substr(dot + 1), in new_ostringstream()

12345678910>>...13