Home
last modified time | relevance | path

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

123

/freebsd-14.2/lib/libc/resolv/
H A Dres_query.c220 u_int dots; in res_nsearch() local
228 dots = 0; in res_nsearch()
230 dots += (*cp == '.'); in res_nsearch()
236 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL) in res_nsearch()
245 if (dots >= statp->ndots || trailing_dot) { in res_nsearch()
275 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch()
276 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
375 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
H A Dres_init.c183 int dots; in __res_vinit() local
555 dots = 0; in __res_vinit()
557 dots += (*cp == '.'); in __res_vinit()
561 if (dots < LOCALDOMAINPARTS) in __res_vinit()
565 dots--; in __res_vinit()
/freebsd-14.2/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr52 …="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…
63 …RROR! One or more individual fields within the subnet mask\n(separated by dots) contains one or mo…
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dboe,bf060y8m-aj0.yaml17 Each pixel is divided into red and green dots, or blue and
18 green dots, and two pixels share red or blue dots which are
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/sendmail/libsm/
H A Dmpeix.c265 int dots = 0; local
284 dots++;
292 if (dots != 1)
/freebsd-14.2/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-14.2/usr.sbin/bhyve/amd64/
H A Dvga.c259 int dots, offset, bit, font_offset; in vga_get_text_pixel() local
263 dots = sc->vga_seq.seq_cm_dots; in vga_get_text_pixel()
266 offset += (y / 16 * sc->gc_width / dots) * 2 + (x / dots) * 2; in vga_get_text_pixel()
268 bit = 7 - (x % dots > 7 ? 7 : x % dots); in vga_get_text_pixel()
/freebsd-14.2/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-14.2/contrib/file/magic/Magdir/
H A Ddigital47 0 string \377\377\174 ddis/dots archive
/freebsd-14.2/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-14.2/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-14.2/usr.bin/bmake/unit-tests/
H A DMakefile303 TESTS+= sh-dots
591 SED_CMDS.sh-dots= -e 's,^.*\.\.\.:.*,<not found: ...>,'
593 SED_CMDS.sh-dots+= -e 's,^make: exec(\(.*\)) failed (.*)$$,<not found: \1>,'
594 SED_CMDS.sh-dots+= -e 's,^\(\*\*\* Error code \)[1-9][0-9]*,\1<nonzero>,'
/freebsd-14.2/contrib/bmake/unit-tests/
H A DMakefile300 TESTS+= sh-dots
588 SED_CMDS.sh-dots= -e 's,^.*\.\.\.:.*,<not found: ...>,'
590 SED_CMDS.sh-dots+= -e 's,^make: exec(\(.*\)) failed (.*)$$,<not found: \1>,'
591 SED_CMDS.sh-dots+= -e 's,^\(\*\*\* Error code \)[1-9][0-9]*,\1<nonzero>,'
/freebsd-14.2/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-14.2/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-14.2/tests/sys/fs/fusefs/
H A Dreaddir.cc67 TEST_F(Readdir, dots) in TEST_F() argument
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4247 # sanitizes the test-name: replaces with underscores: dashes and dots

123