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

/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.c43 char *s_buf; member in struct:__anon1755
44 const char **s_fields; /* array of pointers to the fields in s_buf */
45 uint_t s_nfields; /* the number of fields in s_buf */
106 sp->s_buf = strdup(str);
108 if (sp->s_buf == NULL || sp->s_fields == NULL)
111 token = sp->s_buf;
169 free(sp->s_buf);

Completed in 21 milliseconds