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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c1300 parse_addr_range(char *input_str, uintptr_t *start, uintptr_t *end) argument
1302 char *startp = input_str;
1303 char *endp = strchr(input_str, ',');
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1990 * Converts input_str to an array nwam_value.
1991 * If is_list_prop, break input_str into array of strings first.
1994 str_to_nwam_value(nwam_object_type_t object_type, char *input_str, int pt_type, argument
2011 max_str_num = strlen(input_str) / 2 + 1;
2022 * Break down input_str and save as array of sub strings.
2027 tmp = (char *)input_str;
2034 val[n++] = trim_quotes(input_str);

Completed in 82 milliseconds