Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 76) sorted by relevance

1234

/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/cmd/sendmail/util/
H A Dpraliases.c239 char *colon; local
248 colon = strchr(filename, PATH_SEPARATOR);
249 if (colon == NULL)
256 *colon = '\0';
257 db_name = colon + 1;
291 if (colon != NULL)
292 *colon = ':';
396 if (colon != NULL)
397 *colon = ':';
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc273 wchar_t *colon = (wchar_t *)NULL; in expand_macro() local
464 if ((colon = (wchar_t *) wcschr(string.buffer.start, in expand_macro()
472 colon - string.buffer.start); in expand_macro()
475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) { in expand_macro()
478 ((percent = (wchar_t *) wcschr(colon + 1, in expand_macro()
480 while (colon != NULL) { in expand_macro()
481 if ((eq = (wchar_t *) wcschr(colon + 1, in expand_macro()
485 left_tail_len = eq - colon - 1; in expand_macro()
491 colon + 1, in expand_macro()
492 eq - colon - 1); in expand_macro()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c97 const char *psev = NULL, *colon; in __pfmt_print() local
103 colon = __gtxt(fmt_cat, def_colonid, def_colon); in __pfmt_print()
109 if ((status = fputs(colon, stream)) < 0) in __pfmt_print()
147 if ((status = fputs(colon, stream)) < 0) in __pfmt_print()
/illumos-gate/usr/src/common/ficl/softcore/
H A Djhlocal.fr54 \ If you don't specify anything after the colon, like "f2:",
61 0 0 0 locals| stop-loop colon-offset flags u c-addr |
63 \ if the first character is a colon, remove the colon and return 0.
78 [char] : of i 1+ to colon-offset 1 to stop-loop endof
84 colon-offset 0=
85 colon-offset u =
92 c-addr colon-offset +
93 u colon-offset -
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c80 static CONST_UCHAR colon[] = ":"; variable
222 MD5Update(&ctx, colon, 1); in digest_hash_pass()
229 MD5Update(&ctx, colon, 1); in digest_hash_pass()
250 MD5Update(&ctx, colon, 1); in digest_hash_a1()
252 MD5Update(&ctx, colon, 1); in digest_hash_a1()
283 MD5Update(&ctx, colon, 1); in digest_calc_resp()
288 MD5Update(&ctx, colon, 1); in digest_calc_resp()
303 MD5Update(&ctx, colon, 1); in digest_calc_resp()
306 MD5Update(&ctx, colon, 1); in digest_calc_resp()
308 MD5Update(&ctx, colon, 1); in digest_calc_resp()
[all …]
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c171 const char *colon = MSG_ORIG(MSG_STR_COLON); in addlib() local
180 if ((arg = strtok_r(arg, colon, &lasts)) != NULL) { in addlib()
191 (*(str - 1) == *colon)) && in addlib()
193 ((*str == '\0') || (*str == *colon)))) in addlib()
231 } while ((arg = strtok_r(NULL, colon, &lasts)) != NULL); in addlib()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt114 # must end with a colon. The array starts at 1. (If the comment
115 # contains a colon, use "&colon;" without the quotes.)
342 comment=2, "setclass&colon;ec_event", event number:
343 comment=3, "setclass&colon;ec_class", class mask
377 comment=3, "setsmask&colon;as_success", session ID mask:
378 comment=3, "setsmask&colon;as_failure", session ID mask
407 comment=3, "setumask&colon;as_success", audit ID mask:
408 comment=3, "setumask&colon;as_failure", audit ID mask
440 comment=3, "setqctrl&colon;aq_hiwater", queue control param.:
441 comment=3, "setqctrl&colon;aq_lowater", queue control param.:
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Drep.cc75 wchar_t *colon; in report_recursive_init() local
118 colon = (wchar_t *) wcschr(line, (int) colon_char); in report_recursive_init()
119 if (colon == NULL) { in report_recursive_init()
124 if (IS_WEQUALN(&colon[2], wcb, in report_recursive_init()
147 *colon = (int) nul_char; in report_recursive_init()
H A Dnse_printdep.cc349 wchar_t *colon; in print_rec_info() local
359 colon = (wchar_t *) wcschr(rp->oldline, (int) colon_char); in print_rec_info()
360 (void) printf("%s", colon + 1); in print_rec_info()
H A Dread2.cc1693 if (name->colon) { in enter_conditional()
1749 if (name->colon) { in enter_equal()
1797 wchar_t *colon; in sh_transform() local
1813 colon = (wchar_t *) wcsrchr(wcb, (int) colon_char); in sh_transform()
1814 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) { in sh_transform()
1821 if (IS_WEQUAL(colon, colon_shell)) { in sh_transform()
1834 *colon = (int) nul_char; in sh_transform()
1836 *colon = (int) colon_char; in sh_transform()
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c777 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 != 0) {
1072 *colon = ':';
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Dmisc.c175 char *obr, *cbr, *colon; local
180 if ((colon = strchr(p, ':')) == NULL)
182 if ((obr = strchr(p, '[')) == NULL || obr > colon)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c377 volatile short colon; in main() local
783 c_count = colon = acting_on_inode = 0; in main()
797 colon = 0; in main()
821 colon++; in main()
829 colon = star = 0; in main()
845 colon = 0; in main()
896 colon = 0; in main()
946 colon = 0; in main()
957 colon = 0; in main()
1109 colon = 0; in main()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c97 char *colon; in sctp_listener_conf_add() local
103 if (ddi_strtol(pval, &colon, 10, &lport) != 0 || lport <= 0 || in sctp_listener_conf_add()
104 lport > USHRT_MAX || *colon != ':') { in sctp_listener_conf_add()
107 if (ddi_strtol(colon + 1, NULL, 10, &ratio) != 0 || ratio <= 0) in sctp_listener_conf_add()
/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/syseventd/modules/zfs_mod/
H A Dzfs_mod.c475 char *colon, *raw; in zfs_deliver_add() local
500 colon = strchr(path, ':'); in zfs_deliver_add()
501 if (colon != NULL) in zfs_deliver_add()
502 raw = strstr(colon + 1, ",raw"); in zfs_deliver_add()
503 if (colon != NULL && raw != NULL) { in zfs_deliver_add()
507 devpath, colon); in zfs_deliver_add()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c319 char *colon; in process_ref() local
358 colon = strchr(addrdata, ':'); in process_ref()
359 if (colon == NULL || colon[1] == '\0') { in process_ref()
362 *colon = '\0'; in process_ref()
363 nfsdir = strdup(colon + 1); in process_ref()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1719 char *colon; local
1726 if ((colon = strchr(arg, ':')) == NULL)
1734 if (colon != arg) {
1735 *colon = '\0';
1752 *colon = ':';
1758 if (*++colon != '\0') {
1759 if ((remote = inet_addr(colon)) == (u_int32_t) -1) {
1760 if ((hp = gethostbyname(colon)) == NULL) {
1761 option_error("unknown host: %s", colon);
1766 (void) strlcpy(remote_name, colon, sizeof(remote_name));
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c123 char *colon; in tcp_listener_conf_add() local
129 if (ddi_strtol(pval, &colon, 10, &lport) != 0 || lport <= 0 || in tcp_listener_conf_add()
130 lport > USHRT_MAX || *colon != ':') { in tcp_listener_conf_add()
133 if (ddi_strtol(colon + 1, NULL, 10, &ratio) != 0 || ratio <= 0) in tcp_listener_conf_add()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th155 : colon- ( addr len -- addr len - 1 | addr len )
160 : colon+ ( addr len -- addr len+1 )
168 colon-
200 colon- \ remove : at the end of the dev name
203 colon+
228 colon+
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1416 char *slash, *colon, *dev_addr; in devfs_path_to_drv() local
1439 colon = strrchr(slash, ':'); in devfs_path_to_drv()
1440 if (colon != NULL) in devfs_path_to_drv()
1441 *colon = '\0'; in devfs_path_to_drv()
1923 char *colon; in options_override() local
1925 if ((colon = strrchr(alias_name, ':')) != NULL) { in options_override()
1931 *colon = '\0'; in options_override()
1934 if ((colon = strrchr(prom_path, ':')) != NULL) { in options_override()
1935 (void) strcat(alias_name, colon); in options_override()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c353 const char *colon = strchr(argv[i], ':'); in cmd_help() local
355 if (colon == NULL) { /* No colon: sys: cmd or module */ in cmd_help()
371 } else if (*(colon + 1) == '\0') { in cmd_help()
375 int len = colon - str; in cmd_help()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c810 const char *colon, *slash; in topo_fmri_next_auth() local
812 colon = strchr(auth + 1, ':'); in topo_fmri_next_auth()
815 if (colon == NULL && slash == NULL) in topo_fmri_next_auth()
818 if (colon == NULL) in topo_fmri_next_auth()
820 else if (slash < colon) in topo_fmri_next_auth()
823 return (colon); in topo_fmri_next_auth()
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME20 For example, replace TZ=:GMT+1, with TZ="<GMT-1>-1". (The colon (:) is
21 significant. Without the colon, for example TZ=GMT+1, an unquoted timezone

1234