| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | modules.c | 122 char *mwhere = NULL; in my_module() local 202 mwhere = xstrdup (mname); in my_module() 297 err += callback_proc (modargc, modargv, where, mwhere, mfile, in my_module() 349 mwhere = xstrdup (mname); in my_module() 425 if (mwhere) in my_module() 426 free (mwhere); in my_module() 427 mwhere = xstrdup (optarg); in my_module() 531 err += callback_proc (modargc, modargv, where, mwhere, mfile, shorten, in my_module() 545 dir = where ? where : (mwhere ? mwhere : mname); in my_module() 605 change_to = where ? where : (mwhere ? mwhere : mname); in my_module() [all …]
|
| D | checkout.c | 47 char *mwhere, char *mfile, int shorten, 597 checkout_proc (int argc, char **argv, char *where_orig, char *mwhere, in checkout_proc() argument 611 mwhere ? mwhere : "(null)", in checkout_proc() 651 + (mwhere == NULL ? 0 : strlen (mwhere)) in checkout_proc() 672 else if (mwhere != NULL) in checkout_proc() 677 (void) strcpy (where, mwhere); in checkout_proc() 704 if (mwhere && !ISABSOLUTE (mwhere)) in checkout_proc() 705 (void) strcat (where, mwhere); in checkout_proc()
|
| D | annotate.c | 36 char *mwhere, char *mfile, int shorten, 160 rannotate_proc (int argc, char **argv, char *xwhere, char *mwhere, in rannotate_proc() argument
|
| D | patch.c | 31 char *mwhere, char *mfile, int shorten, 274 patch_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in patch_proc() argument 285 mwhere ? mwhere : "(null)", in patch_proc()
|
| D | tag.c | 27 char *mwhere, char *mfile, int shorten, 451 rtag_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rtag_proc() argument 468 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc() 477 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc()
|
| D | ls.c | 18 static int ls_proc (int argc, char **argv, char *xwhere, char *mwhere, 567 ls_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in ls_proc() argument
|
| D | cvs.h | 663 char *mwhere, char *mfile, int shorten, int local_specified,
|
| D | acl.c | 52 char *mwhere, char *mfile, int shorten, 860 racl_proc (int argc, char **argv, char *xwhere, char *mwhere, in racl_proc() argument
|
| D | log.c | 124 char *mwhere, char *mfile, int shorten, 473 rlog_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rlog_proc() argument
|
| D | server.c | 5627 expand_proc (int argc, char **argv, char *where, char *mwhere, char *mfile, int shorten, int local_… in expand_proc() argument 5638 if (mwhere != NULL) in expand_proc() 5646 buf_output0 (buf_to_net, mwhere); in expand_proc()
|
| D | ChangeLog | 8659 mwhere into account in addition to where.
|