Searched refs:dot (Results 26 - 50 of 138) sorted by relevance

123456

/freebsd-current/bin/pax/
H A Dsel_subs.c321 int dot = 0; local
343 dot = 0;
348 * allow only one dot per range (secs)
350 if ((*stpt == '.') && (!dot)) {
351 ++dot;
528 const char *dot, *t; local
536 for (t = p, dot = NULL; *t; ++t) {
539 if (*t == '.' && dot == NULL) {
540 dot = t;
548 if (dot !
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp177 // report it if this is the last assignAddresses iteration. dot may be smaller
179 if (val < dot && inSec) {
181 (loc + ": unable to move location counter (0x" + Twine::utohexstr(dot) +
189 expandOutputSection(val - dot);
191 dot = val;
282 if (assign->sym) // sym is nullptr for dot.
987 const uint64_t savedDot = dot;
993 dot = 0;
998 state->tbssAddr = dot;
1000 dot
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.mk1 # $NetBSD: varname-dot-parsedir.mk,v 1.8 2023/06/21 07:30:50 rillig Exp $
7 # varname-dot-includedfromdir.mk
8 # varname-dot-includedfromfile.mk
9 # varname-dot-parsefile.mk
H A Dvarname-dot-makeflags.mk1 # $NetBSD: varname-dot-makeflags.mk,v 1.8 2023/06/01 20:56:35 rillig Exp $
8 # varname-dot-makeoverrides.mk
H A Dvarname-dot-alltargets.mk1 # $NetBSD: varname-dot-alltargets.mk,v 1.3 2020/08/25 22:51:54 rillig Exp $
H A Dvarname-dot-shell.mk1 # $NetBSD: varname-dot-shell.mk,v 1.7 2021/02/04 21:42:47 rillig Exp $
H A Dvarparse-undef-partial.mk26 VAR.= var-dot without parameter
27 ${:UVAR.\:Q}= var-dot with parameter :Q
32 .if ${EVAL} != "defined var-dot\\ without\\ parameter end"
41 .if ${EVAL} != "defined var-dot with parameter :Q end"
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c77 char *dot; local
83 dot = strchr (hostname_str, '.');
84 if (dot != NULL)
85 return dot + 1;
100 dot = strchr (hostname_str, '.');
101 if (dot != NULL)
102 return dot + 1;
/freebsd-current/bin/date/
H A Ddate.c253 const char *dot, *t; local
272 for (t = p, dot = NULL; *t; ++t) {
275 if (*t == '.' && dot == NULL) {
276 dot = t;
282 if (dot != NULL) { /* .ss */
283 dot++; /* *dot++ = '\0'; */
284 if (strlen(dot) != 2)
286 lt->tm_sec = ATOI2(dot);
294 switch (strlen(p) - ((dot !
[all...]
/freebsd-current/usr.bin/mail/
H A Dglob.h63 extern struct message *dot; /* Pointer to current message */
/freebsd-current/contrib/libarchive/cpio/
H A Dcpio.h52 int dot; /* -V */ member in struct:cpio
/freebsd-current/contrib/kyua/utils/format/
H A Dformatter.cpp138 const std::string::size_type dot = partial.find('.'); local
139 if (dot != 0)
140 output->width(to_int(format, partial.substr(0, dot), "width"));
141 if (dot != std::string::npos) {
143 output->precision(to_int(format, partial.substr(dot + 1),
/freebsd-current/usr.bin/jot/
H A Djot.c403 int dot, hash, space, sign, numbers = 0; local
434 dot = hash = space = sign = numbers = 0;
439 } else if ((*p == '#' && !(numbers|dot|sign|space|
441 (*p == ' ' && !(numbers|dot|space++)) ||
442 ((*p == '+' || *p == '-') && !(numbers|dot|sign++))
443 || (*p == '.' && !(dot++)))
/freebsd-current/tools/tools/switch_tls/
H A Dswitch_tls.c136 char *dot, *colon; local
139 dot = strrchr(arg, '.');
141 if (dot == NULL)
144 return (dot);
145 if (dot < colon)
148 return (dot);
/freebsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c144 char *dot, *colon; local
147 dot = strrchr(arg, '.');
149 if (dot == NULL)
152 return (dot);
153 if (dot < colon)
156 return (dot);
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_remove.sh83 atf_test_case dot
123 atf_add_test_case dot
/freebsd-current/sbin/setkey/
H A Dtoken.l77 dot \.
90 hostname {name}(({dot}{name})+{dot}?)?
/freebsd-current/sys/compat/linux/
H A Dlinux_xattr.c103 char uname[LINUX_XATTR_NAME_MAX + 1], *dot; local
112 dot = strchr(uname, '.');
113 if (dot == NULL)
115 *dot = '\0';
120 dot - uname + 1) == 0) {
121 dot++;
122 len = strlen(dot) + 1;
123 bcopy(dot, attrname, len);
/freebsd-current/contrib/bmake/
H A Ddir.c82 * Dir_InitDot Set the dot CachedDir.
251 static CachedDir *dot = NULL; variable
485 * (Re)initialize "dot" (the current/object directory).
499 CachedDir_Assign(&dot, dir);
510 CachedDir_Assign(&dot, NULL);
541 if (dot != NULL)
542 Global_Append(".PATH", dot->name);
551 if (dir == dot && seenDotLast)
557 if (dot != NULL)
558 Global_Append(".PATH", dot
[all...]
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c235 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
259 sign = 0; dot = 0; dwidth = 0; upper = 0;
263 dot = 1;
278 if (!dot) {
289 if (!dot) {
301 if (dot)
405 if (!dot)
/freebsd-current/stand/libsa/
H A Dprintf.c263 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
294 sign = 0; dot = 0; dwidth = 0; upper = 0;
298 dot = 1;
313 if (!dot) {
324 if (!dot) {
336 if (dot)
440 if (!dot)
/freebsd-current/libexec/rtld-elf/
H A Drtld_printf.c130 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
154 sign = 0; dot = 0; dwidth = 0; upper = 0;
158 dot = 1;
173 if (!dot) {
184 if (!dot) {
197 if (dot)
301 if (!dot)
/freebsd-current/contrib/byacc/test/
H A Dvarsyntax_calc1.y214 int dot = 0, expr = 0;
224 if (dot++ || expr)
H A Dcalc1.y212 int dot = 0, expr = 0;
222 if (dot++ || expr)
H A Dbtyacc_calc1.y227 int dot = 0, expr = 0;
237 if (dot++ || expr)

Completed in 221 milliseconds

123456