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

/freebsd-9.3-release/usr.bin/csup/
H A Dconfig.c47 static int config_parse_refusefiles(struct coll *);
48 static int config_parse_refusefile(struct coll *, char *);
53 static STAILQ_HEAD(, coll) colls;
54 static struct coll *cur_coll;
55 static struct coll *defaults;
56 static struct coll *ovcoll;
65 config_init(const char *file, struct coll *override, int overridemask)
68 struct coll *coll; local
106 STAILQ_FOREACH(coll,
158 struct coll *coll; local
183 config_parse_refusefiles(struct coll *coll) argument
230 config_parse_refusefile(struct coll *coll, char *path) argument
267 struct coll *coll; local
318 coll_override(struct coll *coll, struct coll *from, int mask) argument
377 coll_statussuffix(struct coll *coll) argument
405 coll_statuspath(struct coll *coll) argument
432 struct coll *coll; local
459 coll_free(struct coll *coll) argument
499 struct coll *coll; local
[all...]
H A Dfixups.h33 struct coll;
37 struct coll *f_coll;
43 void fixups_put(struct fixups *, struct coll *, const char *);
H A Dconfig.h74 struct coll { struct
96 STAILQ_ENTRY(coll) co_next;
100 STAILQ_HEAD(, coll) colls;
114 struct config *config_init(const char *, struct coll *, int);
118 struct coll *coll_new(struct coll *);
119 void coll_override(struct coll *, struct coll *, int);
120 char *coll_statuspath(struct coll *);
121 char *coll_statussuffix(struct coll *);
[all...]
H A Dlister.c58 static int lister_coll(struct lister *, struct coll *, struct status *);
59 static int lister_dodirdown(struct lister *, struct coll *,
61 static int lister_dodirup(struct lister *, struct coll *,
63 static int lister_dofile(struct lister *, struct coll *,
65 static int lister_dodead(struct lister *, struct coll *,
67 static int lister_dorcsfile(struct lister *, struct coll *,
69 static int lister_dorcsdead(struct lister *, struct coll *,
112 struct coll *coll; local
117 STAILQ_FOREACH(coll,
146 lister_coll(struct lister *l, struct coll *coll, struct status *st) argument
239 lister_dodirdown(struct lister *l, struct coll *coll, struct statusrec *sr, struct attrstack *as) argument
299 lister_dodirup(struct lister *l, struct coll *coll, struct statusrec *sr, struct attrstack *as) argument
335 lister_dofile(struct lister *l, struct coll *coll, struct statusrec *sr) argument
410 lister_dorcsfile(struct lister *l, struct coll *coll, struct statusrec *sr) argument
464 lister_dodead(struct lister *l, struct coll *coll, struct statusrec *sr) argument
519 lister_dorcsdead(struct lister *l, struct coll *coll, struct statusrec *sr) argument
[all...]
H A Ddetailer.c65 static int detailer_coll(struct detailer *, struct coll *,
67 static int detailer_dofile_co(struct detailer *, struct coll *,
69 static int detailer_dofile_rcs(struct detailer *, struct coll *,
73 static int detailer_checkrcsattr(struct detailer *, struct coll *, char *,
75 int detailer_send_details(struct detailer *, struct coll *, char *,
131 struct coll *coll; local
140 STAILQ_FOREACH(coll, &config->colls, co_next) {
141 if (coll->co_options & CO_SKIP)
147 error = proto_get_time(&line, &coll
230 detailer_coll(struct detailer *d, struct coll *coll, struct status *st) argument
415 detailer_dofile_rcs(struct detailer *d, struct coll *coll, char *name, char *path) argument
451 detailer_dofile_co(struct detailer *d, struct coll *coll, struct status *st, char *file) argument
528 detailer_checkrcsattr(struct detailer *d, struct coll *coll, char *name, struct fattr *server_attr, int attic) argument
569 detailer_send_details(struct detailer *d, struct coll *coll, char *name, char *path, struct fattr *fa) argument
[all...]
H A Dstatus.h33 struct coll;
63 struct status *status_open(struct coll *, time_t, char **);
H A Dfixups.c60 static struct fixup *fixup_new(struct coll *, const char *);
82 fixup_new(struct coll *coll, const char *name) argument
88 fixup->f_coll = coll;
118 fixups_put(struct fixups *f, struct coll *coll, const char *name) argument
124 fixup = fixup_new(coll, name);
H A Dproto.c307 struct coll *coll; local
318 STAILQ_FOREACH(coll, &config->colls, co_next) {
319 if (coll->co_options & CO_SKIP)
321 proto_printf(s, "COLL %s %s %o %d\n", coll->co_name,
322 coll->co_release, coll->co_umask, coll->co_options);
323 for (i = 0; i < pattlist_size(coll->co_accepts); i++) {
325 pattlist_get(coll
[all...]
H A Dupdater.c71 struct coll *coll; member in struct:file_update
88 static struct file_update *fup_new(struct coll *, struct status *);
104 static int updater_setdirattrs(struct updater *, struct coll *,
108 static int updater_updatenode(struct updater *, struct coll *,
122 fup_new(struct coll *coll, struct status *st) argument
128 fup->coll = coll;
136 struct coll *col local
282 struct coll *coll; local
347 struct coll *coll; local
843 struct coll *coll; local
880 struct coll *coll; local
950 struct coll *coll; local
1030 updater_setdirattrs(struct updater *up, struct coll *coll, struct file_update *fup, char *name, char *attr) argument
1079 struct coll *coll; local
1231 struct coll *coll; local
1259 updater_updatenode(struct updater *up, struct coll *coll, struct file_update *fup, char *name, char *attr) argument
1356 struct coll *coll; local
1428 struct coll *coll; local
1538 struct coll *coll; local
[all...]
H A Dstatus.c521 status_open(struct coll *coll, time_t scantime, char **errmsg) argument
529 path = coll_statuspath(coll);
551 xasprintf(&destpath, "%s/%s/%s/", coll->co_base,
552 coll->co_colldir, coll->co_name);
554 if (mkdirhier(destpath, coll->co_umask) != 0) {
572 fattr_umask(fa, coll->co_umask);
H A Dmain.c105 struct coll *override;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dratectrl.c230 bool coll; local
303 coll = true;
315 coll = false;
327 coll = false;
339 if (coll && (now - chBest->ch_LTime < CollTime))
368 if (coll)
/freebsd-9.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c283 char usbuf[SIZE], coll[SIZE], *tmp; local
368 coll[0] = 0;
389 if (coll[0]) {
391 "%s.%s:%s", coll+1,
415 snprintf(coll + strlen(coll),
416 sizeof coll - strlen(coll), ".%s:%s",
421 if (coll[0])
422 *strrchr(coll, '
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_table.c523 int coll = 0; local
544 coll++;
549 if (coll == 1)
552 else if (coll > 1)
554 coll);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlibcoff.h927 value, string, cp, coll, hashp)\
929 (info, abfd, name, flags, section, value, string, cp, coll, hashp))
/freebsd-9.3-release/sys/dev/xe/
H A Dif_xe.c603 uint8_t tpr, sent, coll; local
613 coll = txst1 & XE_TXST1_RETRY_COUNT;
617 ifp->if_collisions += coll;
629 switch (coll) {
638 scp->mibdata.dot3StatsCollFrequencies[coll-1]++;
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.h53 # include <locale/coll-lookup.h>
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c92 # include <locale/coll-lookup.h>
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c92 # include <locale/coll-lookup.h>

Completed in 136 milliseconds