Searched defs:dots (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libast/common/path/
H A Dpathcanon.c68 register int dots; local
78 dots = loop = 0;
95 dots++;
102 switch (dots)
166 dots = pathgetlink(phys, buf, sizeof(buf));
168 if (dots > 0)
171 strcpy(buf + dots, s - (*s != 0));
176 else if (dots < 0 && errno == ENOENT)
185 dots = 4;
189 if (dots >
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c205 trunc_name(size_t *len, char **dots) argument
207 *dots = *len > MAXPRINCLEN ? "..." : "";
/osnet-11/usr/src/lib/libresolv2/common/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) {
261 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
262 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
327 * unless RES_NOTLDQUERY is set and there were no dots
[all...]
H A Dres_init.c198 int dots; local
602 dots = 0;
604 dots += (*cp == '.');
608 if (dots < LOCALDOMAINPARTS)
612 dots--;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_prop.c763 int *dots)
773 } else if (dots != NULL) {
774 *dots = ndots;
783 err = xprop_validate_name(name, namelen, dots);
762 zfs_xprop_validate_name(const char *name, boolean_t external, int *namelen, int *dots) argument

Completed in 65 milliseconds