Searched refs:colon (Results 1 - 25 of 48) sorted by relevance

12

/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/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/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/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/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterUtil.java437 int colon = 0;
439 while ((colon = o.indexOf(":\n", colon + 1)) != -1) {
440 nextcolon = o.indexOf(":\n", colon + 1);
444 i = colon;
449 printername = o.substring(i, colon);
451 printername = o.substring(i + 1, colon);
462 i = o.indexOf("bsdaddr=", colon);
477 i = o.indexOf("description=", colon);
/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/cmd/make/bin/
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 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 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/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/cmd/sh/
H A Derror.c58 prs(colon);
H A Dmsg.c144 const char colon[] = ": "; variable
H A Dprint.c65 prs((unsigned char *)colon);
/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/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/auditrecord/
H A Dmkmsg.pl132 $text =~ s/&colon;/:/g;
/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/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c387 volatile short colon; local
793 c_count = colon = acting_on_inode = 0;
807 colon = 0;
831 colon++;
839 colon = star = 0;
855 colon = 0;
906 colon = 0;
956 colon = 0;
967 colon = 0;
1119 colon
[all...]
/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/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/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/cmd/sendmail/src/
H A Dmilter.c654 char *colon; local
678 colon = strchr(p, ':');
679 if (colon != NULL)
681 *colon = '\0';
741 *colon++ = ':';
747 colon = p;
755 at = colon;
756 if (strlen(colon) >= sizeof(addr.sunix.sun_path))
760 m->mf_name, colon);
764 m->mf_name, colon);
[all...]
/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/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/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...]

Completed in 134 milliseconds

12