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

/freebsd-10.1-release/usr.bin/csup/
H A Ddetailer.h31 void *detailer(void *);
H A Ddetailer.c40 #include "detailer.h"
53 #define DETAILER_ERR_MSG (-2) /* Error is in detailer->errmsg. */
57 struct detailer { struct
64 static int detailer_batch(struct detailer *);
65 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 *,
71 static int detailer_dofile_regular(struct detailer *, char *, char *);
72 static int detailer_dofile_rsync(struct detailer *, char *, char *);
73 static int detailer_checkrcsattr(struct detailer *, struc
79 detailer(void *arg) function
[all...]
H A DMakefile7 detailer.c \
H A Dproto.c51 #include "detailer.h"
592 threads_create(workers, detailer, args);

Completed in 429 milliseconds