/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathcanon.c | 68 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() 189 …if (dots >= 4 && (flags & PATH_EXISTS) && (t - 1) >= v && (t > path + 1 || t > path && *(t - 1) &&… in pathcanon_20100601() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | getcwd.c | 126 pushdir(register struct dirlist* d, char* dots, char* path, char* end) 130 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)) 233 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE); 234 d = dots; 239 if (!(dirp = opendir(dots))) ERROR(errno); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/preroot/ |
H A D | getpreroot.c | 78 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 D | res_query.c | 216 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 D | res_init.c | 189 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 D | flg.flp.sh | 168 dots= 171 dots=../$dots 175 echo ${dots}${srcfile##$tree/}
|
/illumos-gate/usr/src/boot/forth/ |
H A D | delay.4th | 40 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 D | uucp.m4 | 41 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 D | server_misc.c | 205 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 D | misc.h | 76 void trunc_name(size_t *len, char **dots);
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | vga.c | 263 int dots, offset, bit, font_offset; in vga_get_text_pixel() local 267 dots = sc->vga_seq.seq_cm_dots; in vga_get_text_pixel() 270 offset += (y / 16 * sc->gc_width / dots) * 2 + (x / dots) * 2; in vga_get_text_pixel() 272 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 D | snoop_filter.c | 1170 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 D | rt.sh | 78 dots='............................................'
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 113 set dots [string range {......................................} $len end] 119 puts "$title$dots $value$sp2$extra"
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 82 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 D | admin.h | 846 void trunc_name(size_t *len, char **dots);
|
/illumos-gate/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 305 # 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 D | caps | 109 dot_horz_spacing, "spinh" "Yc" Spacing of dots horizontally in dots per inch
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 122 dot_horz_spacing spinh Yc number Spacing of dots horizontally in dots per inch
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 124 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 D | grub.texi | 365 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 D | texinfo.tex | 83 \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 D | mDNS.c | 9957 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 D | NEWS | 74 * The netboot code goes back to the progress bars instead of dots, for
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 3084 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
|