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

/freebsd-9.3-release/contrib/opie/
H A Dpermsfile.c86 char *listbuf[LISTSIZE], **globlist; local
134 if (globlist = ftpglob(listbuf[i]))
135 while (*globlist) {
137 syslog(LOG_DEBUG, "setting %s to %d/%d %o", *globlist, uid, gid, applies);
139 if ((chown(*globlist, uid, gid) < 0) && (errno != ENOENT))
141 if ((chmod(*(globlist++), applies) < 0) && (errno != ENOENT))
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c797 struct cflist *cmdlist, *filelist, *globlist; local
810 globlist = malloc(sizeof(struct cflist));
811 if (globlist == NULL)
812 err(1, "malloc of globlist");
813 STAILQ_INIT(globlist);
835 parse_file(f, filelist, globlist, defconf, &inclist);
841 * a filelist and a globlist. If there were no specific files
843 * call a routine which finds all files matched by the globlist
847 expand_globs(filelist, globlist);
848 free_clist(globlist);
[all...]

Completed in 52 milliseconds