Lines Matching defs:state
49 char buf[32], state[32];
57 state[0] = '\0';
60 (void) strcat(state, ",faulty");
62 (void) strcat(state, ",unusable");
64 (void) strcat(state, ",ok");
67 fmdump_date(buf, sizeof (buf), rp), uuid, state + 1);
79 char buf[32], state[32];
87 state[0] = '\0';
90 (void) strcat(state, ",faulty");
92 (void) strcat(state, ",unusable");
94 (void) strcat(state, ",ok");
97 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, state + 1);