Searched refs:split_str (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libinetutil/common/ |
H A D | ofmt.c | 49 static split_t *split_str(const char *, uint_t); 94 split_str(const char *str, uint_t maxfields) in split_str() function 217 sp = split_str(str, nfields); in ofmt_open() 391 sp = split_str(value, OFMT_MAX_ROWS); in ofmt_fit_width()
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 4872 char *tmp, *split_str = " \t\n"; local 4889 if ((tmp = strtok(tmp_line, split_str)) != NULL) { 4899 if ((tmp = strtok(NULL, split_str)) != NULL) { 4910 if ((tmp = strtok(NULL, split_str)) != NULL) { 4921 if ((tmp = strtok(NULL, split_str)) != NULL) { 4932 if ((tmp = strtok(NULL, split_str)) != NULL) { 4943 if ((tmp = strtok(NULL, split_str)) != NULL) { 4954 if ((tmp = strtok(NULL, split_str)) != NULL) { 4959 if ((tmp = strtok(NULL, split_str)) != NULL) { 4965 if ((tmp = strtok(NULL, split_str)) != NULL) {
|