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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_alloc.c111 char attic[1]; local
116 M = vsnprintf(attic, 1, format, args);
/freebsd-10.2-release/usr.bin/csup/
H A Dupdater.c77 int attic; member in struct:file_update
134 fup_prepare(struct file_update *fup, char *name, int attic) argument
139 fup->attic = 0;
145 fup->destpath = cvspath(coll->co_prefix, name, attic);
153 fup->attic = attic;
356 int attic, error, needfixupmsg; local
570 attic = (cmd[0] == 'a');
571 error = fup_prepare(fup, name, attic);
577 sr->sr_type = attic
[all...]
H A Ddetailer.c235 int error, attic; local
239 attic = 0;
529 struct fattr *server_attr, int attic)
540 path = cvspath(coll->co_prefix, name, attic);
549 if (attic) {
528 detailer_checkrcsattr(struct detailer *d, struct coll *coll, char *name, struct fattr *server_attr, int attic) argument
H A Dmisc.c295 * file in cvs mode which can reside in the attic. XXX: filename has really no
299 cvspath(const char *prefix, const char *file, int attic) argument
305 if (attic)
315 * Regular or attic path if regular fails.

Completed in 65 milliseconds