Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcanon.c68 register int dots; in pathcanon_20100601() local
78 dots = loop = 0; in pathcanon_20100601()
95 dots++; in pathcanon_20100601()
102 switch (dots) in pathcanon_20100601()
166 dots = pathgetlink(phys, buf, sizeof(buf)); in pathcanon_20100601()
168 if (dots > 0) in pathcanon_20100601()
171 strcpy(buf + dots, s - (*s != 0)); in pathcanon_20100601()
176 else if (dots < 0 && errno == ENOENT) in pathcanon_20100601()
185 dots = 4; in pathcanon_20100601()
215 dots = 0; in pathcanon_20100601()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dgetcwd.c130 if (!(p = newof(0, struct dirlist, 1, 0)) || chdir(dots))
171 char dots[PATH_MAX];
187 …FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)) > 1 && …
189 p = dots;
222 d = dots;
231 if ((d - dots) > (PATH_MAX - 4))
234 d = dots;
239 if (!(dirp = opendir(dots))) ERROR(errno);
243 if (stat(dots, par)) ERROR(errno);
289 if ((d - dots) > (PATH_MAX - 1 - namlen))
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/preroot/
H A Dgetpreroot.c78 char dots[PATH_MAX]; in getpreroot() local
89 d = dots; in getpreroot()
98 if ((d - dots) > (PATH_MAX - 4)) ERROR(ERANGE); in getpreroot()
102 if (!(dirp = opendir(dots))) ERROR(errno); in getpreroot()
106 if (stat(dots, par)) ERROR(errno); in getpreroot()
143 if ((d - dots) > (PATH_MAX - 1 - namlen)) ERROR(ERANGE); in getpreroot()
145 if (stat(dots, &tstst)) ERROR(errno); in getpreroot()
/illumos-gate/usr/src/lib/libresolv2/common/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()
256 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch()
257 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
324 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
H A Dres_init.c189 int dots; in __res_vinit() local
583 dots = 0; in __res_vinit()
585 dots += (*cp == '.'); in __res_vinit()
589 if (dots < LOCALDOMAINPARTS) in __res_vinit()
593 dots--; in __res_vinit()
/illumos-gate/usr/src/tools/scripts/
H A Dflg.flp.sh168 dots=
171 dots=../$dots
175 echo ${dots}${srcfile##$tree/}
/illumos-gate/usr/src/boot/forth/
H A Ddelay.4th40 variable delay_showdots \ whether continually print dots while waiting
79 \ throw some dots up on the screen if desired
81 ." ." \ dots visually aid in the perception of time
106 \ if we were throwing up dots, throw up a line-break
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m441 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
60 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
75 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
110 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c205 trunc_name(size_t *len, char **dots) in trunc_name() argument
207 *dots = *len > MAXPRINCLEN ? "..." : ""; in trunc_name()
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dmisc.h76 void trunc_name(size_t *len, char **dots);
/illumos-gate/usr/src/cmd/bhyve/
H A Dvga.c264 int dots, offset, bit, font_offset; in vga_get_text_pixel() local
268 dots = sc->vga_seq.seq_cm_dots; in vga_get_text_pixel()
271 offset += (y / 16 * sc->gc_width / dots) * 2 + (x / dots) * 2; in vga_get_text_pixel()
273 bit = 7 - (x % dots > 7 ? 7 : x % dots); in vga_get_text_pixel()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1170 int base, colons, dots, alphas, double_colon; in next() local
1222 dots = alphas = 0; in next()
1225 dots++; in next()
1235 } else if (dots) { in next()
1238 if (dots == 1 && size == size1) { in next()
1241 if (dots != 3 || size != size1) { in next()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh78 dots='............................................'
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl113 set dots [string range {......................................} $len end]
119 puts "$title$dots $value$sp2$extra"
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c82 int dots = 0, i, j, len, k; in uaddr2sockaddr() local
91 dots++; in uaddr2sockaddr()
93 if (dots == 2) { in uaddr2sockaddr()
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h846 void trunc_name(size_t *len, char **dots);
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4305 # ignore dots as terminators in incoming messages?
936 dnl remove superfluous dots (maybe repeatedly) which may have been added
1688 R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots
1886 R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots
2064 R$* < @ $* . > $1 < @ $2 > strip trailing dots',
2282 R$* . $1 strip trailing dots
2672 dnl strip trailing dots
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps109 dot_horz_spacing, "spinh" "Yc" Spacing of dots horizontally in dots per inch
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps124 dot_horz_spacing spinh Yc number Spacing of dots horizontally in dots per inch
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps122 dot_horz_spacing spinh Yc number Spacing of dots horizontally in dots per inch
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.texi365 around@dots{} GRUB!
1901 @code{[@var{offset}]+@var{length}[,[@var{offset}]+@var{length}]@dots{}}.
2180 @deffn Command title name @dots{}
2880 @deffn Command help @option{--all} [pattern @dots{}]
2905 @deffn Command initrd file @dots{}
2982 @deffn Command kernel [@option{--type=type}] [@option{--no-mem-option}] file @dots{}
3067 @deffn Command module file @dots{}
3080 @deffn Command modulenounzip file @dots{}
3089 @deffn Command pause message @dots{}
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=\ptexdots
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c9957 int dots = 0; in GetValueForIPv4Addr() local
9966 if (val > 255 || dots >= 3) in GetValueForIPv4Addr()
9968 …gMsg("GetValueForIPv4Addr: something wrong ptr(%p) %c, limit %p, dots %d", ptr, *ptr, limit, dots); in GetValueForIPv4Addr()
9971 v4->b[dots++] = val; in GetValueForIPv4Addr()
9977 if (*ptr == 0 && ptr == limit - 1 && dots == 3) in GetValueForIPv4Addr()
9979 v4->b[dots] = val; in GetValueForIPv4Addr()
9982 …v4Addr: something wrong ptr(%p) %c, limit %p, dots %d", ptr, *ptr, limit, dots); return mDNSNULL; } in GetValueForIPv4Addr()
9985 …if (dots != 3) { LogMsg("GetValueForIPv4Addr: Address malformed dots %d", dots); return mDNSNULL; } in GetValueForIPv4Addr()
9986 v4->b[dots] = val; in GetValueForIPv4Addr()
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS74 * The netboot code goes back to the progress bars instead of dots, for
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3084 If you have FEATURE(`nocanonify'), you may need to omit the dots after
3172 dots) the "%1" may be used to interpolate the wildcarded part of

12