Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-13-stable/contrib/libpcap/
HDCREDITS4 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-13-stable/contrib/tcpdump/
HDCREDITS4 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-13-stable/contrib/bmake/unit-tests/
HDgnode-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:
HDcond-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)
HDMakefile391 TESTS+= varname-dot-alltargets
392 TESTS+= varname-dot-curdir
393 TESTS+= varname-dot-includes
394 TESTS+= varname-dot-includedfromdir
395 TESTS+= varname-dot-includedfromfile
396 TESTS+= varname-dot-libs
397 TESTS+= varname-dot-make-dependfile
398 TESTS+= varname-dot-make-expand_variables
399 TESTS+= varname-dot-make-exported
400 TESTS+= varname-dot-make-jobs
[all …]
HDcond-func-make.mk10 .if make(via-dot-makeflags)
14 .MAKEFLAGS: via-dot-makeflags
19 .if !make(via-dot-makeflags)
23 via-cmdline via-dot-makeflags:
HDvarname-dot-path.mk5 _!= mkdir -p varname-dot-path.d
33 .PATH: varname-dot-path.d /
53 _!= rmdir varname-dot-path.d
/freebsd-13-stable/share/skel/
HDMakefile3 FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
4 dot.shrc dot.mail_aliases
/freebsd-13-stable/usr.bin/bmake/unit-tests/
HDMakefile394 TESTS+= varname-dot-alltargets
395 TESTS+= varname-dot-curdir
396 TESTS+= varname-dot-includes
397 TESTS+= varname-dot-includedfromdir
398 TESTS+= varname-dot-includedfromfile
399 TESTS+= varname-dot-libs
400 TESTS+= varname-dot-make-dependfile
401 TESTS+= varname-dot-make-expand_variables
402 TESTS+= varname-dot-make-exported
403 TESTS+= varname-dot-make-jobs
[all …]
/freebsd-13-stable/usr.bin/mail/
HDcmd1.c74 if (dot != &message[n-1]) in headers()
75 dot = mp; in headers()
157 dot = &message[*ip - 1]; in from()
182 curind = dot == mp ? '>' : ' '; in printhead()
214 printf("%td\n", dot - &message[0] + 1); in pdot()
329 dot = mp; in type1()
384 dot = mp; in top()
412 dot = &message[*ip-1]; in stouch()
413 dot->m_flag |= MTOUCH; in stouch()
414 dot->m_flag &= ~MPRESERVE; in stouch()
[all …]
HDcmd2.c70 mdot = dot - &message[0] + 1; in next()
86 dot = mp; in next()
111 for (mp = dot+1; mp < &message[msgCount]; mp++) in next()
118 dot = mp; in next()
124 list[0] = dot - &message[0] + 1; in next()
285 lastdot = dot - &message[0] + 1; in deltype()
287 list[0] = dot - &message[0] + 1; in deltype()
289 touch(dot); in deltype()
319 dot = &message[last-1]; in delm()
322 dot = &message[last-1]; in delm()
[all …]
/freebsd-13-stable/contrib/bmake/
HDFILES763 unit-tests/varname-dot-alltargets.exp
764 unit-tests/varname-dot-alltargets.mk
765 unit-tests/varname-dot-curdir.exp
766 unit-tests/varname-dot-curdir.mk
767 unit-tests/varname-dot-includedfromdir.exp
768 unit-tests/varname-dot-includedfromdir.mk
769 unit-tests/varname-dot-includedfromfile.exp
770 unit-tests/varname-dot-includedfromfile.mk
771 unit-tests/varname-dot-includes.exp
772 unit-tests/varname-dot-includes.mk
[all …]
HDdir.c264 static CachedDir *dot = NULL; variable
515 CachedDir_Assign(&dot, dir); in Dir_InitDot()
526 CachedDir_Assign(&dot, NULL); in Dir_End()
557 if (dot != NULL) in Dir_SetPATH()
558 Global_Append(".PATH", dot->name); in Dir_SetPATH()
567 if (dir == dot && seenDotLast) in Dir_SetPATH()
573 if (dot != NULL) in Dir_SetPATH()
574 Global_Append(".PATH", dot->name); in Dir_SetPATH()
914 DirMatchFiles(pattern, dot, expansions); in SearchPath_Expand()
987 char *file = dir == dot in DirLookupSubdir()
[all …]
/freebsd-13-stable/usr.bin/caesar/
HDcaesar.c79 int ch, dot, i, nread, winnerdot = 0; in main() local
117 dot = 0; in main()
119 dot += obs[i] * stdf[(i + try) % 26]; in main()
122 winnerdot = dot; in main()
123 if (dot > winnerdot) { in main()
126 winnerdot = dot; in main()
/freebsd-13-stable/bin/pax/
HDsel_subs.c327 int dot = 0; in trng_add() local
349 dot = 0; in trng_add()
356 if ((*stpt == '.') && (!dot)) { in trng_add()
357 ++dot; in trng_add()
534 const char *dot, *t; in str_sec() local
542 for (t = p, dot = NULL; *t; ++t) { in str_sec()
545 if (*t == '.' && dot == NULL) { in str_sec()
546 dot = t; in str_sec()
554 if (dot != NULL) { /* .SS */ in str_sec()
555 if (strlen(++dot) != 2) in str_sec()
[all …]
/freebsd-13-stable/bin/date/
HDdate.c255 const char *dot, *t; in setthetime() local
274 for (t = p, dot = NULL; *t; ++t) { in setthetime()
277 if (*t == '.' && dot == NULL) { in setthetime()
278 dot = t; in setthetime()
284 if (dot != NULL) { /* .ss */ in setthetime()
285 dot++; /* *dot++ = '\0'; */ in setthetime()
286 if (strlen(dot) != 2) in setthetime()
288 lt->tm_sec = ATOI2(dot); in setthetime()
296 switch (strlen(p) - ((dot != NULL) ? 3 : 0)) { in setthetime()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.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-13-stable/share/misc/
HDMakefile7 FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
8 committers-src.dot flowers init.ee \
11 organization.dot
/freebsd-13-stable/contrib/libpcap/testprogs/
HDvisopts.py240 dot = ""
250 dot = line
252 dot += line
266 svg = p.communicate(dot)[0]
273 dot = ""
/freebsd-13-stable/contrib/openpam/lib/libpam/
HDopenpam_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-13-stable/contrib/netbsd-tests/modules/k_helper3/
HDk_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-13-stable/crypto/heimdal/appl/ftp/ftp/
HDruserpass.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-13-stable/contrib/llvm-project/clang/lib/Headers/hlsl/
HDhlsl_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-13-stable/contrib/ntp/libntp/
HDdecodenetnum.c112 char *dot = strchr(haddr, '.'); in decodenetnum() local
113 if (col == dot) { in decodenetnum()
119 } else if (!dot || col < dot) { in decodenetnum()
/freebsd-13-stable/contrib/kyua/utils/format/
HDformatter.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