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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_query.c222 u_int dots; local
230 dots = 0;
232 dots += (*cp == '.');
237 /* If there aren't any dots, it could be a user-level alias. */
238 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
242 * If there are enough dots in the name, let's just give it a
247 if (dots >= statp->ndots || trailing_dot) {
277 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
278 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
375 * unless RES_NOTLDQUERY is set and there were no dots
[all...]
H A Dres_init.c185 int dots; local
565 dots = 0;
567 dots += (*cp == '.');
571 if (dots < LOCALDOMAINPARTS)
575 dots--;
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dsmpquery.c98 char dots[128]; local
114 memset(dots, '.', 32 - l);
115 dots[32 - l] = '\0';
117 dots[0] = '.';
118 dots[1] = '\0';
121 printf("Node Description:%s%s\n", dots, nodename);
/freebsd-10-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-10-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-10-stable/contrib/ofed/management/libibmad/src/
H A Ddump.c747 char dots[128]; local
758 memset(dots, '.', 32 - l);
759 dots[32 - l] = 0;
762 n = snprintf(buf, bufsz, "%s:%s", name, dots);
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c687 int dots; local
707 dots = 0;
775 if (dots & 1)
782 ++dots;
/freebsd-10-stable/contrib/sendmail/cf/cf/
H A Dsubmit.cf178 # ignore dots as terminators in incoming messages?
982 R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
1064 R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
1185 R$* . $1 strip trailing dots
/freebsd-10-stable/libexec/rshd/
H A Drshd.c568 int dots = 0; local
572 if (++dots == 2)
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c2830 u_int dots; local
2839 dots = 0;
2841 dots += (*cp == '.');
2847 * if there aren't any dots, it could be a user-level alias
2849 if (!dots &&
2854 * If there are enough dots in the name, let's just give it a
2859 if (dots >= res->ndots || trailing_dot) {
2888 if ((!dots && (res->options & RES_DEFNAMES)) ||
2889 (dots && !trailing_dot && (res->options & RES_DNSRCH))) {
2967 * unless RES_NOTLDQUERY is set and there were no dots
[all...]
/freebsd-10-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-10-stable/sbin/ipfw/
H A Ddummynet.c190 int i, dots = 0; local
198 if (dots)
201 dots++;
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps296 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
642 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
H A DCaps.aix4296 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
744 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
H A DCaps.hpux11298 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
650 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
H A DCaps.keys298 dot_horz_spacing spinh num Yc - - ----- spacing of dots horizontally in dots per inch
732 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
/freebsd-10-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-10-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-10-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 220 milliseconds