| /dragonfly/contrib/cvs-1.12/src/ |
| HD | modules.c | 120 char *mwhere = NULL; in my_module() local 200 mwhere = xstrdup (mname); in my_module() 295 err += callback_proc (modargc, modargv, where, mwhere, mfile, in my_module() 347 mwhere = xstrdup (mname); in my_module() 423 if (mwhere) in my_module() 424 free (mwhere); in my_module() 425 mwhere = xstrdup (optarg); in my_module() 529 err += callback_proc (modargc, modargv, where, mwhere, mfile, shorten, in my_module() 543 dir = where ? where : (mwhere ? mwhere : mname); in my_module() 603 change_to = where ? where : (mwhere ? mwhere : mname); in my_module() [all …]
|
| HD | checkout.c | 45 char *mwhere, char *mfile, int shorten, 595 checkout_proc (int argc, char **argv, char *where_orig, char *mwhere, in checkout_proc() argument 609 mwhere ? mwhere : "(null)", in checkout_proc() 649 + (mwhere == NULL ? 0 : strlen (mwhere)) in checkout_proc() 670 else if (mwhere != NULL) in checkout_proc() 675 (void) strcpy (where, mwhere); in checkout_proc() 702 if (mwhere && !ISABSOLUTE (mwhere)) in checkout_proc() 703 (void) strcat (where, mwhere); in checkout_proc()
|
| HD | annotate.c | 35 char *mwhere, char *mfile, int shorten, 164 rannotate_proc (int argc, char **argv, char *xwhere, char *mwhere, in rannotate_proc() argument
|
| HD | patch.c | 29 char *mwhere, char *mfile, int shorten, 265 patch_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in patch_proc() argument 276 mwhere ? mwhere : "(null)", in patch_proc()
|
| HD | tag.c | 24 char *mwhere, char *mfile, int shorten, 400 rtag_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rtag_proc() argument 417 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc() 426 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc()
|
| HD | ls.c | 16 static int ls_proc (int argc, char **argv, char *xwhere, char *mwhere, 564 ls_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in ls_proc() argument
|
| HD | cvs.h | 637 char *mwhere, char *mfile, int shorten, int local_specified,
|
| HD | log.c | 122 char *mwhere, char *mfile, int shorten, 471 rlog_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rlog_proc() argument
|
| HD | server.c | 5602 expand_proc (int argc, char **argv, char *where, char *mwhere, char *mfile, int shorten, int local_… in expand_proc() argument 5613 if (mwhere != NULL) in expand_proc() 5621 buf_output0 (buf_to_net, mwhere); in expand_proc()
|