Searched refs:dots (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/lib/libc/resolv/
H A Dres_query.c221 u_int dots; local
229 dots = 0;
231 dots += (*cp == '.');
236 /* If there aren't any dots, it could be a user-level alias. */
237 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
241 * If there are enough dots in the name, let's just give it a
246 if (dots >= statp->ndots || trailing_dot) {
276 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
277 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
374 * unless RES_NOTLDQUERY is set and there were no dots
[all...]
H A Dres_init.c184 int dots; local
564 dots = 0;
566 dots += (*cp == '.');
570 if (dots < LOCALDOMAINPARTS)
574 dots--;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c85 char dots[128]; local
101 memset(dots, '.', 32 - l);
102 dots[32 - l] = '\0';
104 dots[0] = '.';
105 dots[1] = '\0';
108 printf("Node Description:%s%s\n", dots, nodename);
/freebsd-11-stable/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-11-stable/contrib/sendmail/libsm/
H A Dmpeix.c265 int dots = 0; local
279 /* upshift the username parameter and count the dots */
284 dots++;
292 if (dots != 1)
294 /* prevent bug when dots == 0 */
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c687 int dots; local
707 dots = 0;
775 if (dots & 1)
782 ++dots;
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi123 @item stage@var{N}-bubble (@var{N} = 1@dots{}4)
127 @item all-stage@var{N} (@var{N} = 1@dots{}4)
148 @item stage@var{N}-start (@var{N} = 1@dots{}4)
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvga.c261 int dots, offset, bit, font_offset; local
265 dots = sc->vga_seq.seq_cm_dots;
268 offset += (y / 16 * sc->gc_width / dots) * 2 + (x / dots) * 2;
270 bit = 7 - (x % dots > 7 ? 7 : x % dots);
/freebsd-11-stable/libexec/rshd/
H A Drshd.c599 int dots = 0; local
603 if (++dots == 2)
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c806 int dots = 0; local
820 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
842 ++dots;
854 * there must be at least two dots after the star.
856 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2)
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dfields.c1315 char dots[128]; local
1326 memset(dots, '.', 32 - l);
1327 dots[32 - l] = 0;
1330 n = snprintf(buf, bufsz, "%s:%s", name, dots);
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c2827 u_int dots; local
2836 dots = 0;
2838 dots += (*cp == '.');
2844 * if there aren't any dots, it could be a user-level alias
2846 if (!dots &&
2851 * If there are enough dots in the name, let's just give it a
2856 if (dots >= res->ndots || trailing_dot) {
2885 if ((!dots && (res->options & RES_DEFNAMES)) ||
2886 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {
2964 * unless RES_NOTLDQUERY is set and there were no dots
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dmeta.c205 eat_dots(char *buf, size_t bufsz, int dots) argument
212 switch (dots) {
229 if (dots == 2 && cp > buf) {
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c190 int i, dots = 0; local
198 if (dots)
201 dots++;
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex83 \let\ptexdots=\dots
1101 % @dots{} outputs an ellipsis using the current font.
1105 \def\dots{%
1117 \dots
3328 \definedummyword{dots}%
3467 \def\dots{...}%
3716 % baselineskips increases the chance of the dots lining up from column
3758 % dots pretty far over on the line. Unfortunately, a large
3787 % The following is kludged to not output a line of dots in the index if
4879 \let\dots
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex83 \let\ptexdots=\dots
1078 % @dots{} outputs an ellipsis using the current font.
1082 \def\dots{%
1094 \dots
3226 \definedummyword{dots}%
3365 \def\dots{...}%
3614 % baselineskips increases the chance of the dots lining up from column
3656 % dots pretty far over on the line. Unfortunately, a large
3685 % The following is kludged to not output a line of dots in the index if
4756 \let\dots
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex81 \let\ptexdots=\dots
2634 % cmtt at least, especially for dots.
2980 % @dots{} outputs an ellipsis using the current font.
2986 \def\dots{%
3005 \dots
4495 \definedummyword\dots
4668 \def\dots{...}%
4948 % baselineskips increases the chance of the dots lining up from column
4989 % dots pretty far over on the line. Unfortunately, a large
5025 % The following is kludged to not output a line of dots i
[all...]

Completed in 176 milliseconds