Home
last modified time | relevance | path

Searched refs:where_orig (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dcheckout.c595 checkout_proc (int argc, char **argv, char *where_orig, char *mwhere, in checkout_proc() argument
608 where_orig ? where_orig : "(null)", in checkout_proc()
650 + (where_orig == NULL ? 0 : strlen (where_orig)) in checkout_proc()
662 if (where_orig != NULL) in checkout_proc()
668 (void) strcpy (where, where_orig); in checkout_proc()
692 if (where_orig != NULL) in checkout_proc()
694 (void) strcat (where, where_orig); in checkout_proc()