Home
last modified time | relevance | path

Searched refs:o_str (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon_y.y28 char *o_str; member
140 $$->o_str = $3; }
156 $$->o_str = $3; }
161 $$->o_str = $3; }
169 $$->o_str = $3; }
182 $$->o_str = $3; }
198 $$->o_str = $3; }
213 $$->o_str = $2; }
218 $$->o_str = $3; }
313 o->o_str = (char *)0;
[all …]
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgstr.c125 char *o_str; in pkgstrRemoveLeadingWhitespace() local
136 o_str = *a_str; in pkgstrRemoveLeadingWhitespace()
140 if (*o_str == '\0') { in pkgstrRemoveLeadingWhitespace()
149 if (!isspace(*o_str)) { in pkgstrRemoveLeadingWhitespace()
155 while ((*o_str != '\0') && (isspace(*o_str))) { in pkgstrRemoveLeadingWhitespace()
156 o_str++; in pkgstrRemoveLeadingWhitespace()
161 if (*o_str == '\0') { in pkgstrRemoveLeadingWhitespace()
170 o_str = strdup(o_str); in pkgstrRemoveLeadingWhitespace()
171 assert(o_str != (char *)NULL); in pkgstrRemoveLeadingWhitespace()
172 if (o_str != (char *)NULL) { in pkgstrRemoveLeadingWhitespace()
[all …]
/titanic_44/usr/src/lib/libinstzones/common/
H A Dzones_str.c558 char *o_str; in _z_strRemoveLeadingWhitespace() local
569 o_str = *a_str; in _z_strRemoveLeadingWhitespace()
573 if (*o_str == '\0') { in _z_strRemoveLeadingWhitespace()
582 if (!isspace(*o_str)) { in _z_strRemoveLeadingWhitespace()
588 while ((*o_str != '\0') && (isspace(*o_str))) { in _z_strRemoveLeadingWhitespace()
589 o_str++; in _z_strRemoveLeadingWhitespace()
594 if (*o_str == '\0') { in _z_strRemoveLeadingWhitespace()
604 *a_str = _z_strdup(o_str); in _z_strRemoveLeadingWhitespace()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c112 char *o_str; member
131 char *o_str; member
577 if (larg->o_str == NULL) { in ilbadm_show_onerule()
608 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh); in ilbadm_show_onerule()
646 larg.o_str = full_list_rule_hdrs; in ilbadm_show_rules()
652 case 'o': larg.o_str = optarg; in ilbadm_show_rules()
685 if (p_opt && larg.o_str != NULL && in ilbadm_show_rules()
686 (strcasecmp(larg.o_str, "all") == 0)) { in ilbadm_show_rules()
694 larg.o_str = def_list_rule_hdrs; in ilbadm_show_rules()
808 if (larg->o_str == NULL) { in ilbadm_show_rl_servers()
[all …]
H A Dilbadm_sg.c62 char *o_str; member
180 if (larg->o_str != NULL) { in ilbadm_list_sg_srv()
190 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh); in ilbadm_list_sg_srv()
255 case 'o': larg.o_str = optarg; in ilbadm_show_servergroups()
273 if (p_opt && larg.o_str != NULL && in ilbadm_show_servergroups()
274 (strcasecmp(larg.o_str, "all") == 0)) { in ilbadm_show_servergroups()
/titanic_44/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3563 char *o_str; in removeLeadingWhitespace() local
3574 o_str = *a_str; in removeLeadingWhitespace()
3578 if (*o_str == '\0') { in removeLeadingWhitespace()
3587 if (!isspace(*o_str)) { in removeLeadingWhitespace()
3593 while ((*o_str != '\0') && (isspace(*o_str))) { in removeLeadingWhitespace()
3594 o_str++; in removeLeadingWhitespace()
3599 if (*o_str == '\0') { in removeLeadingWhitespace()
3608 o_str = strdup(o_str); in removeLeadingWhitespace()
3610 *a_str = o_str; in removeLeadingWhitespace()