Lines Matching refs:colon
133 char *colon;
147 colon = strchr(p, ':');
148 if (colon != NULL)
150 *colon = '\0';
206 *colon++ = ':';
210 colon = p;
241 at = colon;
242 len = strlen(colon) + 1;
247 name, colon);
250 (void) sm_strlcpy(addr.sunix.sun_path, colon,
253 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
261 name, colon);
284 at = strchr(colon, '@');
305 if (isascii(*colon) && isdigit(*colon))
306 port = htons((unsigned short) atoi(colon));
311 name, colon);
316 sp = getservbyname(colon, "tcp");
321 name, colon);
484 if (stat(colon, &s) != 0)
490 name, colon, sm_errstring(errno));
499 name, colon);
503 else if (unlink(colon) != 0)
507 name, colon, sm_errstring(errno));
542 (void) sm_strlcpy(sockpath, colon, len);