Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/lib/libc/resolv/
H A Dres_query.c216 u_int dots; in res_nsearch() local
224 dots = 0; in res_nsearch()
226 dots += (*cp == '.'); in res_nsearch()
232 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL) in res_nsearch()
241 if (dots >= statp->ndots || trailing_dot) { in res_nsearch()
271 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch()
272 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
371 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
H A Dres_init.c179 int dots; in __res_vinit() local
551 dots = 0; in __res_vinit()
553 dots += (*cp == '.'); in __res_vinit()
557 if (dots < LOCALDOMAINPARTS) in __res_vinit()
561 dots--; in __res_vinit()
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr51 …="ERROR! One or more individual labels within the hostname\n(separated by dots) contains one or mo…
52 …="ERROR! One or more individual labels within the hostname\n(separated by dots) exceeds the maximu…
53 …="ERROR! One or more individual labels within the hostname\n(separated by dots) are null.\n\nInval…
54 …="ERROR! One or more individual labels within the hostname\n(separated by dots) starts or ends wit…
57 …ROR! One or more individual octets within the IPv4 address\n(separated by dots) contains one or mo…
58 …ROR! One or more individual octets within the IPv4 address\n(separated by dots) exceeds the maximu…
59 …ROR! One or more individual octets within the IPv4 address\n(separated by dots) are null and/or mi…
60 …o few (less than\nfour) or too many (more than four) octets, separated by dots.\n\nInvalid IP Addr…
61 …RROR! One or more individual fields within the subnet mask\n(separated by dots) contains one or mo…
62 …RROR! One or more individual fields within the subnet mask\n(separated by dots) exceeds the maximu…
[all …]
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c85 char dots[128]; in node_desc() local
101 memset(dots, '.', 32 - l); in node_desc()
102 dots[32 - l] = '\0'; in node_desc()
104 dots[0] = '.'; in node_desc()
105 dots[1] = '\0'; in node_desc()
108 printf("Node Description:%s%s\n", dots, nodename); in node_desc()
/freebsd/stand/forth/
H A Ddelay.4th39 variable delay_showdots \ whether continually print dots while waiting
78 \ throw some dots up on the screen if desired
80 ." ." \ dots visually aid in the perception of time
105 \ if we were throwing up dots, throw up a line-break
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di118 pass out on longNICname0 from test.host.dots to test\.host.dots
H A Din269 rdr le0 0/0 -> test.host.dots
70 rdr le0 any -> test.host.dots,test.host.dots
H A Din2_669 rdr le0 inet6 0/0 -> test.host.dots
70 rdr le0 inet6 any -> test.host.dots,test.host.dots
/freebsd/contrib/sendmail/libsm/
H A Dmpeix.c265 int dots = 0; local
284 dots++;
292 if (dots != 1)
/freebsd/contrib/sendmail/cf/mailer/
H A Duucp.m440 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
59 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
74 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
109 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_readdir.sh32 atf_test_case dots
112 atf_add_test_case dots
H A Dt_rmdir.sh96 atf_test_case dots
199 atf_add_test_case dots
H A Dt_rename.sh33 atf_test_case dots
269 atf_add_test_case dots
/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c258 int dots, offset, bit, font_offset; in vga_get_text_pixel() local
262 dots = sc->vga_seq.seq_cm_dots; in vga_get_text_pixel()
265 offset += (y / 16 * sc->gc_width / dots) * 2 + (x / dots) * 2; in vga_get_text_pixel()
267 bit = 7 - (x % dots > 7 ? 7 : x % dots); in vga_get_text_pixel()
/freebsd/contrib/ofed/libibmad/
H A Dfields.c1315 char dots[128]; in _mad_dump_field() local
1326 memset(dots, '.', 32 - l); in _mad_dump_field()
1327 dots[32 - l] = 0; in _mad_dump_field()
1330 n = snprintf(buf, bufsz, "%s:%s", name, dots); in _mad_dump_field()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c748 int dots = 0; in valid_star() local
763 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star()
785 ++dots; in valid_star()
800 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2) in valid_star()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2832 u_int dots; in res_searchN() local
2841 dots = 0; in res_searchN()
2843 dots += (*cp == '.'); in res_searchN()
2851 if (!dots && in res_searchN()
2861 if (dots >= res->ndots || trailing_dot) { in res_searchN()
2890 if ((!dots && (res->options & RES_DEFNAMES)) || in res_searchN()
2891 (dots && !trailing_dot && (res->options & RES_DNSRCH))) { in res_searchN()
2971 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) && in res_searchN()
/freebsd/contrib/file/magic/Magdir/
H A Ddigital65 0 string \377\377\174 ddis/dots archive
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile308 TESTS+= sh-dots
632 SED_CMDS.sh-dots= -e 's,^.*\.\.\.:.*,<not found: ...>,'
634 SED_CMDS.sh-dots+= -e 's,^make: exec(\(.*\)) failed (.*)$$,<not found: \1>,'
635 SED_CMDS.sh-dots+= -e 's,^\(\*\*\* Error code \)[1-9][0-9]*,\1<nonzero>,'
/freebsd/contrib/bmake/unit-tests/
H A DMakefile305 TESTS+= sh-dots
629 SED_CMDS.sh-dots= -e 's,^.*\.\.\.:.*,<not found: ...>,'
631 SED_CMDS.sh-dots+= -e 's,^make: exec(\(.*\)) failed (.*)$$,<not found: \1>,'
632 SED_CMDS.sh-dots+= -e 's,^\(\*\*\* Error code \)[1-9][0-9]*,\1<nonzero>,'
/freebsd/sbin/ipfw/
H A Ddummynet.c189 int i, dots = 0; in time_to_us() local
197 if (dots) in time_to_us()
200 dots++; in time_to_us()
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf181 # ignore dots as terminators in incoming messages?
994 R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
1076 R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
1197 R$* . $1 strip trailing dots
/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc67 TEST_F(Readdir, dots) in TEST_F() argument
/freebsd/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4247 # sanitizes the test-name: replaces with underscores: dashes and dots
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3490.txt268 shown separated by dots; for example, the domain name
381 1) Whenever dots are used as label separators, the following
382 characters MUST be recognized as dots: U+002E (full stop), U+3002
399 ToASCII operation (see section 4) to each label and, if dots are
518 5) If ToASCII was applied in step 4 and dots are used as label

123