Lines Matching defs:o_str
3563 char *o_str;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);3610 *a_str = o_str;