Searched refs:filelist (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest_passthrough_dotdot.c35 FILE *filelist; local
42 filelist = fopen("filelist", "w");
48 fprintf(filelist, ".\n");
52 fprintf(filelist, "file\n");
55 fclose(filelist);
61 r = systemf("%s -pdvm .. <../filelist >../stdout 2>../stderr",
H A Dtest_passthrough_reverse.c40 FILE *filelist; local
47 filelist = fopen("filelist", "w");
54 fprintf(filelist, "dir/file\n");
57 fprintf(filelist, "dir\n");
60 fclose(filelist);
66 r = systemf("%s -pdvm out <filelist >stdout 2>stderr", testprog);
H A Dtest_basic.c69 r = systemf("%s -o %s < filelist >%s/archive 2>%s/pack.err",
108 r = systemf("%s -p %s <filelist >%s/stdout 2>%s/stderr",
126 FILE *filelist; local
134 filelist = fopen("filelist", "w");
138 fprintf(filelist, "file\n");
142 fprintf(filelist, "linkfile\n");
147 fprintf(filelist, "symlink\n");
152 fprintf(filelist, "file2\n");
156 fprintf(filelist, "di
[all...]
H A Dtest_option_L_upper.c39 FILE *filelist; local
47 filelist = fopen("filelist", "w");
51 fprintf(filelist, "file\n");
55 fprintf(filelist, "symlink\n");
57 fclose(filelist);
59 r = systemf(CAT " filelist | %s -pd copy >copy.out 2>copy.err", testprog);
66 r = systemf(CAT " filelist | %s -pd -L copy-L >copy-L.out 2>copy-L.err", testprog);
73 r = systemf(CAT " filelist | %s -o >archive.out 2>archive.err", testprog);
88 r = systemf(CAT " filelist |
[all...]
H A Dtest_option_c.c56 FILE *filelist; local
74 filelist = fopen("filelist", "w");
78 fprintf(filelist, "file\n");
83 fprintf(filelist, "symlink\n");
90 fprintf(filelist, "dir\n");
93 fclose(filelist);
94 r = systemf("%s -oc <filelist >basic.out 2>basic.err", testprog);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dcopy.pl24 push @filelist, $_;
28 $fnum = @filelist;
35 $dest = pop @filelist;
42 foreach (@filelist)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/maint-aux/
H A DMakefile.am19 gnulib-filelist.txt \
H A Dgnulib-update79 $GNULIB_TOOL --extract-filelist $MODULES |sort |uniq |sed '/^$/d' \
80 >maint-aux/gnulib-filelist.new
82 # Warn the user if the filelist has changed.
83 if cmp maint-aux/gnulib-filelist.txt maint-aux/gnulib-filelist.new >/dev/null
86 rm maint-aux/gnulib-filelist.new
91 CVS. Use `cvs diff maint-aux/gnulib-filelist.txt' to view changes.
95 mv maint-aux/gnulib-filelist.new maint-aux/gnulib-filelist.txt
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest_stdio.c30 FILE *filelist; local
46 filelist = fopen("filelist", "w");
47 assert(filelist != NULL);
48 fprintf(filelist, "f\n");
49 fprintf(filelist, "l\n");
50 fclose(filelist);
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dfsort.c82 fsort(struct filelist *filelist, int nfiles, FILE *outfp, struct field *ftbl) argument
113 fp = fopen(filelist->names[0], "r");
115 err(2, "%s", filelist->names[0]);
144 fp = fopen(filelist->names[file_no], "r");
146 err(2, "%s", filelist->names[file_no]);
H A Dsort.h158 struct filelist { struct
185 void fmerge(struct filelist *, int, FILE *, struct field *);
188 void fsort(struct filelist *, int, FILE *, struct field *);
194 __dead void order(struct filelist *, struct field *);
H A Dsort.c124 struct filelist filelist; local
305 filelist.names = names;
308 filelist.names = (const char * const *) &argv[optind];
313 order(&filelist, fldtab);
352 fmerge(&filelist, num_input_files, outfp, fldtab);
354 fsort(&filelist, num_input_files, outfp, fldtab);
H A Dmsort.c136 fmerge(struct filelist *filelist, int nfiles, FILE *outfp, struct field *ftbl) argument
143 fp = fopen(filelist->names[i], "r");
145 err(2, "%s", filelist->names[i]);
368 order(struct filelist *filelist, struct field *ftbl) argument
376 fp = fopen(filelist->names[0], "r");
378 err(2, "%s", filelist->names[0]);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/win32utils/
H A Dsetpk11provider.pl34 @filelist = ("../bin/pkcs11/win32//pk11keygen.mak",
96 foreach $file (@filelist) {
H A Dupdateopenssl.pl28 @filelist = ("SetupLibs.bat",
45 foreach $file (@filelist) {
H A Dupdatelibxml2.pl29 @filelist = ("SetupLibs.bat",
95 foreach $file (@filelist) {
105 foreach $file (@filelist) {
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Dboot.c80 } filelist[] = { variable in typeref:struct:__anon6675
136 for (fileindex = 0; filelist[fileindex].name[0] != '\0';
140 if (!filelist[fileindex].quiet)
141 printf("> boot %s\n", filelist[fileindex].name);
143 err = loadfile(filelist[fileindex].name, marks,
152 if (!filelist[fileindex].quiet)
154 filelist[fileindex].name, strerror(errno));
/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmpproto.c221 ** filelist - list of files available to the requester.
230 SendFileNo(req, rconn, filelist)
233 char *filelist[];
261 if (i < C_MAXFILE && filelist[i] != NULL) {
262 src = filelist[i];
284 ** filelist - list of files available to the requester.
293 SendBootRepl(req, rconn, filelist)
296 char *filelist[];
335 src = filelist[0];
358 for (i = 0; i < C_MAXFILE && filelist[
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dfile.h142 LIST_HEAD(filelist, file);
143 extern struct filelist filehead; /* head of list of open files */
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drecurse.c30 static List *filelist = NULL; /* holds list of files on which to operate */ variable
243 if (filelist)
244 dellist (&filelist); /* FIXME-krp: no longer correct. */
339 * that, we set up the filelist and dirlist with the arguments and
344 * explicitly named files are stored in filelist.
746 if (dirlist != NULL && filelist == NULL)
750 * If filelist or dirlist is already set, we don't look again. Otherwise,
753 if (filelist == NULL && dirlist == NULL)
781 filelist = Find_Names (repository, lwhich, frame->aflag,
783 if (filelist
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_config.c40 check_config_file(krb5_context context, char *filelist, char **res, int def) argument
49 ret = krb5_prepend_config_files_default(filelist, &pp);
51 ret = krb5_prepend_config_files(filelist, NULL, &pp);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmakefile.com69 $ filelist = "alloca ar arscan commands default dir expand file function " + -
77 $ cfile = f$elem(n," ",filelist)
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_file.c87 struct filelist fhead;
132 struct filelist fhead;
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl32 # each <filelist, author, time, logmessage> would be a changelog entry.
45 # directory => author => time => message => filelist
51 # a time => author => message => filelist mapping for each directory.
667 my ($filelist, $qunk);
692 # Now write the three sections onto $filelist
695 $filelist .= "\tDeleted:\n";
697 $filelist .= "\t\t" . $qunk->filename;
698 $filelist .= " (" . $qunk->revision . ")";
699 $filelist .= "\n";
705 $filelist
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dedit.c463 edit_list(filelist)
464 char *filelist;
483 init_textlist(&tl_files, filelist);

Completed in 161 milliseconds

12