Searched defs:colon (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/libwrap/
H A Dmisc.c176 char *obr, *cbr, *colon; local
181 if ((colon = strchr(p, ':')) == NULL)
183 if ((obr = strchr(p, '[')) == NULL || obr > colon)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c99 const char *psev = NULL, *colon; local
105 colon = __gtxt(fmt_cat, def_colonid, def_colon);
111 if ((status = fputs(colon, stream)) < 0)
149 if ((status = fputs(colon, stream)) < 0)
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c160 * colon separated string suitable for runtime processing. These colon
170 const char *colon = MSG_ORIG(MSG_STR_COLON); local
179 if ((arg = strtok_r(arg, colon, &lasts)) != NULL) {
190 (*(str - 1) == *colon)) &&
192 ((*str == '\0') || (*str == *colon))))
230 } while ((arg = strtok_r(NULL, colon, &lasts)) != NULL);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c97 char *colon; local
103 if (ddi_strtol(pval, &colon, 10, &lport) != 0 || lport <= 0 ||
104 lport > USHRT_MAX || *colon != ':') {
107 if (ddi_strtol(colon + 1, NULL, 10, &ratio) != 0 || ratio <= 0)
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc351 wchar_t *colon; local
361 colon = (wchar_t *) wcschr(rp->oldline, (int) colon_char);
362 (void) printf("%s", colon + 1);
H A Drep.cc75 wchar_t *colon; local
118 colon = (wchar_t *) wcschr(line, (int) colon_char);
119 if (colon == NULL) {
124 if (IS_WEQUALN(&colon[2], wcb,
147 *colon = (int) nul_char;
H A Dread2.cc1689 if (name->colon) {
1745 if (name->colon) {
1793 wchar_t *colon; local
1809 colon = (wchar_t *) wcsrchr(wcb, (int) colon_char);
1810 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) {
1817 if (IS_WEQUAL(colon, colon_shell)) {
1830 *colon = (int) nul_char;
1832 *colon
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dpraliases.c238 char *colon; local
247 colon = strchr(filename, PATH_SEPARATOR);
248 if (colon == NULL)
255 *colon = '\0';
256 db_name = colon + 1;
290 if (colon != NULL)
291 *colon = ':';
395 if (colon != NULL)
396 *colon = ':';
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c116 char *colon; local
122 if (ddi_strtol(pval, &colon, 10, &lport) != 0 || lport <= 0 ||
123 lport > USHRT_MAX || *colon != ':') {
126 if (ddi_strtol(colon + 1, NULL, 10, &ratio) != 0 || ratio <= 0)
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c318 /* Skip the colon at (*q) */
777 char *colon; local
868 if ((colon = strchr(instr, ':')) != 0) {
869 *colon = '\0'; /* terminate field to extract name */
957 if (colon != 0)
958 *colon = ':'; /* restoration */
986 char *colon = 0; /* <=== need comment re lifetime */ local
1050 if ((colon = strchr(instr, ':')) != 0) {
1051 *colon = '\0';
1071 if (colon !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c794 colon(cp) function
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c133 char *colon; local
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,
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c363 char *colon = strchr(nextHeader, ':'); local
365 if (colon == NULL) {
369 *colon = '\0';
371 value = colon + 1;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c319 char *colon; local
358 colon = strchr(addrdata, ':');
359 if (colon == NULL || colon[1] == '\0') {
362 *colon = '\0';
363 nfsdir = strdup(colon + 1);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c321 * 1) An item without a colon can be a module,
323 * 2) An item with a colon, and no command part is
329 * 3) An item with a colon and a command part can only be
354 const char *colon = strchr(argv[i], ':'); local
356 if (colon == NULL) { /* No colon: sys: cmd or module */
372 } else if (*(colon + 1) == '\0') {
373 /* Just colon: Module (and maybe default command) */
376 int len = colon - str;
379 /* Strip off the colon */
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c144 const char colon[] = ": "; variable
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc273 wchar_t *colon = (wchar_t *)NULL; local
464 if ((colon = (wchar_t *) wcschr(string.buffer.start,
472 colon - string.buffer.start);
475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) {
478 ((percent = (wchar_t *) wcschr(colon + 1,
480 while (colon != NULL) {
481 if ((eq = (wchar_t *) wcschr(colon + 1,
485 left_tail_len = eq - colon - 1;
491 colon
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c770 const char *colon, *slash; local
772 colon = strchr(auth + 1, ':');
775 if (colon == NULL && slash == NULL)
778 if (colon == NULL)
780 else if (slash < colon)
783 return (colon);
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c464 char *colon, *raw; local
489 colon = strchr(path, ':');
490 if (colon != NULL)
491 raw = strstr(colon + 1, ",raw");
492 if (colon != NULL && raw != NULL) {
496 devpath, colon);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c82 static CONST_UCHAR colon[] = ":"; variable
224 MD5Update(&ctx, colon, 1);
231 MD5Update(&ctx, colon, 1);
252 MD5Update(&ctx, colon, 1);
254 MD5Update(&ctx, colon, 1);
285 MD5Update(&ctx, colon, 1);
290 MD5Update(&ctx, colon, 1);
305 MD5Update(&ctx, colon, 1);
308 MD5Update(&ctx, colon, 1);
310 MD5Update(&ctx, colon,
[all...]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c506 const wcat_t *colon; local
511 if ((colon = g_strchr(pattern, COLON)) == NULL ||
512 colon[1].w_wc != RBRACKET)
515 len = (size_t)(colon - pattern);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h329 FNPROTO(colon); variable
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1416 char *slash, *colon, *dev_addr; local
1439 colon = strrchr(slash, ':');
1440 if (colon != NULL)
1441 *colon = '\0';
1923 char *colon; local
1925 if ((colon = strrchr(alias_name, ':')) != NULL) {
1931 *colon = '\0';
1934 if ((colon = strrchr(prom_path, ':')) != NULL) {
1935 (void) strcat(alias_name, colon);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1725 char *colon; local
1732 if ((colon = strchr(arg, ':')) == NULL)
1738 * If colon first character, then no local addr.
1740 if (colon != arg) {
1741 *colon = '\0';
1758 *colon = ':';
1762 * If colon last character, then no remote addr.
1764 if (*++colon != '\0') {
1765 if ((remote = inet_addr(colon)) == (u_int32_t) -1) {
1766 if ((hp = gethostbyname(colon))
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c92 static char *colon(char *);
526 if (targ = colon(argv[argc - 1]))
568 src = colon(argv[i]);
802 if (!(src = colon(argv[i]))) { /* local to local */
1011 colon(char *cp) function
2217 if (target = colon(cur_argv[cur_argc - 1])) {

Completed in 121 milliseconds

12