Lines Matching defs:field
46 uint_t s_currfield; /* the current field being processed */
96 char *field, *token, *lasts = NULL;
112 while ((field = strtok_r(token, ",", &lasts)) != NULL) {
116 sp->s_fields[sp->s_nfields++] = field;
148 * in a fields_str, build a list of field names, stopping
310 * Print the value for the selected field by calling the callback-function
311 * registered for the field.
326 * Parsable fields are separated by ':'. If such a field contains
381 * Print enough to fit the field width.
504 * Print the field headers
568 s = "ignoring unknown output field:";
573 s = "unknown output field:";
590 s = "output field `all' invalid in parsable mode";