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

/freebsd-10.3-release/usr.bin/csup/
H A Dmisc.h121 char *cvspath(const char *, const char *, int);
H A Dmisc.c299 cvspath(const char *prefix, const char *file, int attic) function
324 path = cvspath(prefix, file, 0);
327 path = cvspath(prefix, file, 1);
H A Ddetailer.c322 path = cvspath(coll->co_prefix, file, 0);
540 path = cvspath(coll->co_prefix, name, attic);
H A Dlister.c425 path = cvspath(coll->co_prefix, sr->sr_file, 0);
534 path = cvspath(coll->co_prefix, sr->sr_file, 1);
H A Dupdater.c145 fup->destpath = cvspath(coll->co_prefix, name, attic);

Completed in 104 milliseconds