/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathcanon.c | 56 register int dots; in pathcanon() local 66 dots = loop = 0; in pathcanon() 80 dots++; in pathcanon() 87 switch (dots) in pathcanon() 151 dots = pathgetlink(phys, buf, sizeof(buf)); in pathcanon() 153 if (dots > 0) in pathcanon() 156 strcpy(buf + dots, s - (*s != 0)); in pathcanon() 161 else if (dots < 0 && errno == ENOENT) in pathcanon() 170 dots = 4; in pathcanon() 174 …if (dots >= 4 && (flags & PATH_EXISTS) && (t - 1) >= v && (t > path + 1 || t > path && *(t - 1) &&… in pathcanon() [all …]
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | getcwd.c | 84 pushdir(register struct dirlist* d, char* dots, char* path, char* end) 88 if (!(p = newof(0, struct dirlist, 1, 0)) || chdir(dots)) 129 char dots[PATH_MAX]; 145 …FS3D_TEST) && (namlen = mount(".", dots, FS3D_GET|FS3D_VIEW|FS3D_SIZE(sizeof(dots)), NiL)) > 1 && … 147 p = dots; 180 d = dots; 189 if ((d - dots) > (PATH_MAX - 4)) 191 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE); 192 d = dots; 197 if (!(dirp = opendir(dots))) ERROR(errno); [all …]
|
/titanic_44/usr/src/lib/libast/common/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()
|
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_query.c | 221 u_int dots; in res_nsearch() local 229 dots = 0; in res_nsearch() 231 dots += (*cp == '.'); in res_nsearch() 237 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL) in res_nsearch() 246 if (dots >= statp->ndots || trailing_dot) { in res_nsearch() 261 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch() 262 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch() 329 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
|
H A D | res_init.c | 194 int dots; in __res_vinit() local 588 dots = 0; in __res_vinit() 590 dots += (*cp == '.'); in __res_vinit() 594 if (dots < LOCALDOMAINPARTS) in __res_vinit() 598 dots--; in __res_vinit()
|
/titanic_44/usr/src/tools/scripts/ |
H A D | flg.flp.sh | 166 dots= 169 dots=../$dots 173 echo ${dots}${srcfile##$tree/}
|
/titanic_44/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
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/krb5/kadmin/server/ |
H A D | misc.h | 76 void trunc_name(size_t *len, char **dots);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 1168 int base, colons, dots, alphas, double_colon; in next() local 1220 dots = alphas = 0; in next() 1223 dots++; in next() 1233 } else if (dots) { in next() 1236 if (dots == 1 && size == size1) { in next() 1239 if (dots != 3 || size != size1) { in next()
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 116 set dots [string range {......................................} $len end] 122 puts "$title$dots $value$sp2$extra"
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 84 int dots = 0, i, j, len, k; in uaddr2sockaddr() local 93 dots++; in uaddr2sockaddr() 95 if (dots == 2) { in uaddr2sockaddr()
|
/titanic_44/usr/src/lib/krb5/kadm5/ |
H A D | admin.h | 846 void trunc_name(size_t *len, char **dots);
|
/titanic_44/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
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | caps | 111 dot_horz_spacing, "spinh" "Yc" Spacing of dots horizontally in dots per inch
|
/titanic_44/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
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 124 dot_horz_spacing spinh Yc number Spacing of dots horizontally in dots per inch
|
/titanic_44/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
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | NEWS | 74 * The netboot code goes back to the progress bars instead of dots, for
|
/titanic_44/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
|