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

/illumos-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c49 static split_t *split_str(const char *, uint_t);
94 split_str(const char *str, uint_t maxfields) function
217 sp = split_str(str, nfields);
391 sp = split_str(value, OFMT_MAX_ROWS);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c4872 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)) !
[all...]

Completed in 69 milliseconds