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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c212 static void free_clist(struct conf_entry **firstent);
408 free_clist(struct conf_entry **firstent) argument
412 if (firstent == NULL)
415 ent = *firstent;
416 firstent = NULL;

Completed in 70 milliseconds