Lines Matching defs:state
160 * If 'state' != -1, then state is matched.
169 logtab_findent(FILE *fd, char *buffer, char *path, char *tag, int state,
182 if (state != -1)
183 found = found && (state == (*lepp)->le_state);
197 * If 'state' != -1, then state is matched.
210 logtab_rement(FILE *fd, char *buffer, char *path, char *tag, int state)
227 if (state != -1)
228 found = found && (state == lep->le_state);
289 * Rewrites the nfslogtab file with the updated state for each entry.