| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | annotate.c | 36 char *mwhere, char *mfile, int shorten, 161 char *mfile, int shorten, int local, char *mname, char *msg) in rannotate_proc() argument 174 + (mfile == NULL ? 0 : strlen (mfile) + 1) + 2); in rannotate_proc() 176 where = xmalloc (strlen (argv[0]) + (mfile == NULL ? 0 : strlen (mfile) + 1) in rannotate_proc() 181 if (mfile != NULL) in rannotate_proc() 187 if ((cp = strrchr (mfile, '/')) != NULL) in rannotate_proc() 191 (void) strcat (repository, mfile); in rannotate_proc() 193 (void) strcat (where, mfile); in rannotate_proc() 194 mfile = cp + 1; in rannotate_proc() 198 path = Xasprintf ("%s/%s", repository, mfile); in rannotate_proc() [all …]
|
| H A D | checkout.c | 47 char *mwhere, char *mfile, int shorten, 598 char *mfile, int shorten, int local_specified, char *omodule, in checkout_proc() argument 612 mfile ? mfile : "(null)", in checkout_proc() 633 + (mfile == NULL ? 0 : strlen (mfile)) in checkout_proc() 650 + (mfile == NULL ? 0 : strlen (mfile)) in checkout_proc() 716 if (mfile != NULL) in checkout_proc() 734 if (mfile[strlen (mfile) - 1] == '/') in checkout_proc() 737 mfile); in checkout_proc() 743 cp = strrchr (mfile, '/'); in checkout_proc() 748 (void) strcat (repository, mfile); in checkout_proc() [all …]
|
| H A D | ls.c | 19 char *mfile, int shorten, int local, char *mname, 567 ls_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in ls_proc() argument 586 + (mfile == NULL ? 0 : strlen (mfile) + 1) in ls_proc() 591 + (mfile == NULL ? 0 : strlen (mfile) + 1) in ls_proc() 598 if (mfile != NULL) in ls_proc() 606 if ((cp = strrchr (mfile, '/')) != NULL) in ls_proc() 610 (void)strcat (repository, mfile); in ls_proc() 612 (void)strcat (where, mfile); in ls_proc() 613 mfile = cp + 1; in ls_proc() 617 path = Xasprintf ("%s/%s", repository, mfile); in ls_proc() [all …]
|
| H A 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 286 mfile ? mfile : "(null)", in patch_proc() 293 + (mfile == NULL ? 0 : strlen (mfile) + 1) + 2); in patch_proc() 297 + (mfile == NULL ? 0 : strlen (mfile) + 1) in patch_proc() 302 if (mfile != NULL) in patch_proc() 308 if ((cp = strrchr (mfile, '/')) != NULL) in patch_proc() 312 (void)strcat (repository, mfile); in patch_proc() 314 (void)strcat (where, mfile); in patch_proc() 315 mfile = cp + 1; in patch_proc() [all …]
|
| H A 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() 486 + (mfile == NULL ? 0 : strlen (mfile) + 1) in rtag_proc() 491 + (mfile == NULL ? 0 : strlen (mfile) + 1) in rtag_proc() 498 if (mfile != NULL) in rtag_proc() 506 if ((cp = strrchr (mfile, '/')) != NULL) in rtag_proc() 510 (void) strcat (repository, mfile); in rtag_proc() 512 (void) strcat (where, mfile); in rtag_proc() [all …]
|
| H A D | modules.c | 72 char *mfile; in open_module() local 80 mfile = Xasprintf ("%s/%s/%s", current_parsed_root->directory, in open_module() 82 retval = dbm_open (mfile, O_RDONLY, 0666); in open_module() 83 free (mfile); in open_module() 123 char *mfile = NULL; in my_module() local 297 err += callback_proc (modargc, modargv, where, mwhere, mfile, in my_module() 350 mfile = cp + 1; in my_module() 351 assert (strlen (mfile)); in my_module() 394 if (mfile != NULL) in my_module() 519 if (mfile != NULL && modargc > 1) in my_module() [all …]
|
| H A 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 488 + (mfile == NULL ? 0 : strlen (mfile) + 1) + 2); in rlog_proc() 492 + (mfile == NULL ? 0 : strlen (mfile) + 1) in rlog_proc() 499 if (mfile != NULL) in rlog_proc() 507 if ((cp = strrchr (mfile, '/')) != NULL) in rlog_proc() 511 (void)strcat (repository, mfile); in rlog_proc() 513 (void)strcat (where, mfile); in rlog_proc() 514 mfile = cp + 1; in rlog_proc() 518 path = Xasprintf ("%s/%s", repository, mfile); in rlog_proc() [all …]
|
| H A D | acl.c | 52 char *mwhere, char *mfile, int shorten, 861 char *mfile, int shorten, int local, char *mname, char *msg) in racl_proc() argument 886 if (mfile != NULL) in racl_proc() 893 if ((cp = strrchr (mfile, '/')) != NULL) in racl_proc() 896 v = Xasprintf ("%s/%s", repository, mfile); in racl_proc() 899 v = Xasprintf ("%s/%s", where, mfile); in racl_proc() 902 mfile = cp + 1; in racl_proc() 906 path = Xasprintf ("%s/%s", repository, mfile); in racl_proc() 912 v = Xasprintf ("%s/%s", where, mfile); in racl_proc() 920 myargv[1] = mfile; in racl_proc()
|
| H A D | cvs.h | 663 char *mwhere, char *mfile, int shorten, int local_specified,
|
| H A D | server.c | 5627 expand_proc (int argc, char **argv, char *where, char *mwhere, char *mfile, int shorten, int local_… in expand_proc() argument 5647 if (mfile != NULL) in expand_proc() 5650 buf_output0 (buf_to_net, mfile); in expand_proc()
|
| H A D | ChangeLog-9395 | 482 * server.c (expand_proc): If mfile is non-NULL, return it too as
|
| /netbsd-src/usr.bin/sort/ |
| H A D | msort.c | 77 typedef struct mfile { struct 85 static int insert(struct mfile **, struct mfile *, int, int); argument 93 static struct mfile fstack[MERGE_FNUM]; 94 static struct mfile fstack_1[MERGE_FNUM]; 95 static struct mfile fstack_2[MERGE_FNUM]; 198 struct mfile *flistb[MERGE_FNUM], **flist = flistb, *cfile; in merge_sort_fstack() 306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete) in insert()
|
| /netbsd-src/usr.sbin/ypserv/mknetid/ |
| H A D | mknetid.c | 418 FILE *mfile; in print_netid() local 422 mfile = fopen(fname, "r"); in print_netid() 423 if (mfile == NULL) in print_netid() 427 (line = fparseln(mfile, &len, NULL, NULL, FPARSELN_UNESCALL)); in print_netid()
|
| /netbsd-src/external/bsd/openldap/dist/tests/progs/ |
| H A D | slapd-tester.c | 181 char *mfile = NULL; in main() local 398 mfile = get_file_name( dirname, file->d_name ); in main() 425 if ( !sfile && !rfile && !nfile && !mfile && !bfile && !anum ) { in main() 464 if ( mfile ) { in main() 465 mnum = get_search_filters( mfile, mreqs, NULL, mdn, NULL ); in main() 469 mfile, -2*(mnum + 1) ); in main()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | configure.com | 193 mfile := CREATE_BUFFER("mfile", "[-.bfd]version.m4"); 194 match_pos := SEARCH_QUIETLY('m4_define([BFD_VERSION], [', FORWARD, EXACT, mfile);
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | configure.com | 193 mfile := CREATE_BUFFER("mfile", "[-.bfd]version.m4"); 194 match_pos := SEARCH_QUIETLY('m4_define([BFD_VERSION], [', FORWARD, EXACT, mfile);
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | collect.h | 53 char *mfile; // Extracted metadata file member
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | collect.h | 53 char *mfile; // Extracted metadata file member
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | lessecho.man | 9 …[4m[-dn][24m [4m[-mx][24m [4m[-nn][24m [4m[-ex][24m [4m[-a][24m [4mfile[24m [4m...[0m
|
| H A D | lesskey.man | 23 A [1mlesskey [22mfile specifies a set of key bindings and environment vari‐
|
| H A D | less.man | 786 is also used as a [1mlesskey [22mfile. 2089 Possible location of the [1mlesskey [22mfile; see the KEY BINDINGS sec‐
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | sysex | 410 # http://www.somascape.org/midi/tech/mfile.html#sysex
|
| /netbsd-src/external/gpl2/gmake/dist/doc/ |
| H A D | make.texi | 1453 Thus, @samp{make -f mfile -n foo} will update @file{mfile}, read it in, 1456 specified in the updated contents of @file{mfile}. 1464 Thus, @samp{make -f mfile -n mfile foo} would read the makefile 1465 @file{mfile}, print the commands needed to update it without actually 1468 specified by the existing contents of @file{mfile}.
|