Searched refs:s_fields (Results 1 – 1 of 1) sorted by relevance
44 const char **s_fields; /* array of pointers to the fields in s_buf */ member107 sp->s_fields = malloc(sizeof (char *) * maxfields); in split_str()108 if (sp->s_buf == NULL || sp->s_fields == NULL) in split_str()116 sp->s_fields[sp->s_nfields++] = field; in split_str()140 sp->s_fields = malloc(sizeof (char *) * maxfields); in split_fields()141 if (sp->s_fields == NULL) in split_fields()153 sp->s_fields[sp->s_nfields++] = template[i].of_name; in split_fields()170 free(sp->s_fields); in splitfree()242 if (strcasecmp(sp->s_fields[i], in ofmt_open()257 os->os_badfields[nbad] = strdup(sp->s_fields[i]); in ofmt_open()[all …]