Searched refs:o_str (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y28 char *o_str;
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
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c125 char *o_str; local
136 o_str = *a_str;
140 if (*o_str == '\0') {
149 if (!isspace(*o_str)) {
155 while ((*o_str != '\0') && (isspace(*o_str))) {
156 o_str++;
161 if (*o_str == '\0') {
170 o_str = strdup(o_str);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libinstzones/common/
H A Dzones_str.c558 char *o_str; local
569 o_str = *a_str;
573 if (*o_str == '\0') {
582 if (!isspace(*o_str)) {
588 while ((*o_str != '\0') && (isspace(*o_str))) {
589 o_str++;
594 if (*o_str == '\0') {
604 *a_str = _z_strdup(o_str);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c111 char *o_str; member in struct:arg_struct
130 char *o_str; member in struct:ilbadm_rl_srvlist_arg
576 if (larg->o_str == NULL) {
607 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh);
645 larg.o_str = full_list_rule_hdrs;
651 case 'o': larg.o_str = optarg;
686 if (p_opt && larg.o_str != NULL &&
687 (strcasecmp(larg.o_str, "all") == 0)) {
695 larg.o_str = def_list_rule_hdrs;
809 if (larg->o_str
[all...]
H A Dilbadm_sg.c61 char *o_str; member in struct:arg_struct
179 if (larg->o_str != NULL) {
189 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh);
254 case 'o': larg.o_str = optarg;
274 if (p_opt && larg.o_str != NULL &&
275 (strcasecmp(larg.o_str, "all") == 0)) {
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3565 char *o_str; local
3576 o_str = *a_str;
3580 if (*o_str == '\0') {
3589 if (!isspace(*o_str)) {
3595 while ((*o_str != '\0') && (isspace(*o_str))) {
3596 o_str++;
3601 if (*o_str == '\0') {
3610 o_str = strdup(o_str);
[all...]
/opensolaris-onvv-gate/usr/src/stand/lib/openssl/
H A DMakefile65 o_str.h \

Completed in 125 milliseconds