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

/osnet-11/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...]
/osnet-11/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);

Completed in 16 milliseconds