Home
last modified time | relevance | path

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

12345678910>>...13

/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))
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 DMakefile413 TESTS+= varname-dot-alltargets
414 TESTS+= varname-dot-curdir
415 TESTS+= varname-dot-includes
416 TESTS+= varname-dot-includedfromdir
417 TESTS+= varname-dot-includedfromfile
418 TESTS+= varname-dot-libs
419 TESTS+= varname-dot-make-dependfile
420 TESTS+= varname-dot-make-expand_variables
421 TESTS+= varname-dot-make-exported
422 TESTS+= varname-dot-make-jobs
[all …]
H A Dcond-func-make.mk10 .if make(via-dot-makeflags)
14 .MAKEFLAGS: via-dot-makeflags
19 .if !make(via-dot-makeflags)
33 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 DMakefile1 FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
2 dot.shrc dot.mail_aliases
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile416 TESTS+= varname-dot-alltargets
417 TESTS+= varname-dot-curdir
418 TESTS+= varname-dot-includes
419 TESTS+= varname-dot-includedfromdir
420 TESTS+= varname-dot-includedfromfile
421 TESTS+= varname-dot-libs
422 TESTS+= varname-dot-make-dependfile
423 TESTS+= varname-dot-make-expand_variables
424 TESTS+= varname-dot-make-exported
425 TESTS+= varname-dot-make-jobs
[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()
176 curind = dot == mp ? '>' : ' '; in printhead()
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()
407 dot->m_flag |= MTOUCH; in stouch()
408 dot->m_flag &= ~MPRESERVE; in stouch()
[all …]
H A Dcmd2.c64 mdot = dot - &message[0] + 1; in next()
80 dot = mp; in next()
105 for (mp = dot+1; mp < &message[msgCount]; 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()
[all …]
/freebsd/contrib/bmake/
H A DFILES776 unit-tests/varname-dot-alltargets.exp
777 unit-tests/varname-dot-alltargets.mk
778 unit-tests/varname-dot-curdir.exp
779 unit-tests/varname-dot-curdir.mk
780 unit-tests/varname-dot-includedfromdir.exp
781 unit-tests/varname-dot-includedfromdir.mk
782 unit-tests/varname-dot-includedfromfile.exp
783 unit-tests/varname-dot-includedfromfile.mk
784 unit-tests/varname-dot-includes.exp
785 unit-tests/varname-dot-includes.mk
[all …]
H A Ddir.c251 static CachedDir *dot = NULL; variable
499 CachedDir_Assign(&dot, dir); in Dir_InitDot()
520 CachedDir_Assign(&dot, NULL); in Dir_End()
551 if (dot != NULL) in Dir_SetPATH()
552 Global_Append(".PATH", dot->name); in Dir_SetPATH()
561 if (dir == dot && seenDotLast) in Dir_SetPATH()
567 if (dot != NULL) in Dir_SetPATH()
568 Global_Append(".PATH", dot->name); in Dir_SetPATH()
907 DirMatchFiles(pattern, dot, expansions); in SearchPath_Expand()
979 char *file = dir == dot in DirLookupSubdir()
[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/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp181 if (val < dot && inSec) { in setDot()
183 Twine::utohexstr(dot) + ") backward to 0x" + in setDot()
190 expandOutputSection(val - dot); in setDot()
192 dot = val; in setDot()
1035 const uint64_t savedDot = dot; in assignOffsets()
1042 dot = 0; in assignOffsets()
1047 state->tbssAddr = dot; in assignOffsets()
1049 dot = state->tbssAddr; in assignOffsets()
1052 dot = state->memRegion->curPos; in assignOffsets()
1060 if (state->memRegion && state->memRegion->curPos < dot) in assignOffsets()
[all …]
/freebsd/share/misc/
H A DMakefile5 FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
6 committers-src.dot flowers init.ee \
9 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/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/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/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/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h628 half dot(half, half);
631 half dot(half2, half2);
634 half dot(half3, half3);
637 half dot(half4, half4);
642 int16_t dot(int16_t, int16_t);
645 int16_t dot(int16_t2, int16_t2);
648 int16_t dot(int16_t3, int16_t3);
651 int16_t dot(int16_t4, int16_t4);
655 uint16_t dot(uint16_t, uint16_t);
658 uint16_t dot(uint16_t2, uint16_t2);
[all …]
/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()

12345678910>>...13