Searched defs:o_str (Results 1 - 5 of 5) sorted by relevance

/illumos-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);
/illumos-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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c62 char *o_str; member in struct:arg_struct
180 if (larg->o_str != NULL) {
190 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh);
255 case 'o': larg.o_str = optarg;
273 if (p_opt && larg.o_str != NULL &&
274 (strcasecmp(larg.o_str, "all") == 0)) {
H A Dilbadm_rules.c112 char *o_str; member in struct:arg_struct
131 char *o_str; member in struct:ilbadm_rl_srvlist_arg
577 if (larg->o_str == NULL) {
608 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh);
646 larg.o_str = full_list_rule_hdrs;
652 case 'o': larg.o_str = optarg;
685 if (p_opt && larg.o_str != NULL &&
686 (strcasecmp(larg.o_str, "all") == 0)) {
694 larg.o_str = def_list_rule_hdrs;
808 if (larg->o_str
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3563 char *o_str; local
3574 o_str = *a_str;
3578 if (*o_str == '\0') {
3587 if (!isspace(*o_str)) {
3593 while ((*o_str != '\0') && (isspace(*o_str))) {
3594 o_str++;
3599 if (*o_str == '\0') {
3608 o_str = strdup(o_str);
[all...]

Completed in 76 milliseconds