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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c193 struct conf_entry **glob_p, struct conf_entry **defconf_p);
211 struct conf_entry **glob_p);
923 expand_globs(struct conf_entry **work_p, struct conf_entry **glob_p) argument
933 if ((glob_p == NULL) || (*glob_p == NULL))
945 for (globent = *glob_p; globent; globent = globent->next) {
1019 struct conf_entry **glob_p, struct conf_entry **defconf_p)
1034 if (*glob_p) {
1035 lastglob = *glob_p;
1378 if (!*glob_p)
1018 parse_file(FILE *cf, const char *cfname, struct conf_entry **work_p, struct conf_entry **glob_p, struct conf_entry **defconf_p) argument
[all...]

Completed in 127 milliseconds