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

/freebsd-9.3-release/contrib/libarchive/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);
/freebsd-9.3-release/usr.bin/locate/locate/
H A Dmklocatedb.sh29 # usage: mklocatedb [-presort] < filelist > database
58 filelist=$TMPDIR/_mklocatedb$$.list
60 trap 'rm -f $bigrams $filelist; rmdir $TMPDIR' 0 1 2 3 5 10 15
77 $code $bigrams > $filelist || exit 1
78 locate -d $filelist / | $bigram | $sort -nr | head -128 |
80 locate -d $filelist / | $code $bigrams || exit 1
84 if $sortcmd $sortopt > $filelist; then
85 $bigram < $filelist | $sort -nr |
87 $code $bigrams < $filelist || exit 1
/freebsd-9.3-release/crypto/openssl/util/
H A Dcopy.pl24 push @filelist, $_;
28 $fnum = @filelist;
35 $dest = pop @filelist;
42 foreach (@filelist)
/freebsd-9.3-release/contrib/libarchive/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);
/freebsd-9.3-release/crypto/heimdal/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);
H A Dcontext.c377 krb5_prepend_config_files(const char *filelist, char **pq, char ***ret_pp) argument
388 p = filelist;
432 * @param filelist a filename to add to the default list of filename
442 krb5_prepend_config_files_default(const char *filelist, char ***pfilenames) argument
451 ret = krb5_prepend_config_files(filelist, defpp, &pp);
/freebsd-9.3-release/contrib/cvs/src/
H A Drecurse.c31 static List *filelist = NULL; /* holds list of files on which to operate */ variable
177 if (filelist)
178 dellist (&filelist); /* FIXME-krp: no longer correct. */
274 * that, we set up the filelist and dirlist with the arguments and
279 * explicitly named files are stored in filelist.
677 if (dirlist != NULL && filelist == NULL)
681 * If filelist or dirlist is already set, we don't look again. Otherwise,
684 if (filelist == NULL && dirlist == NULL)
713 filelist = Find_Names (repository, lwhich, frame->aflag,
715 if (filelist
[all...]
H A Dfind_names.c42 List *filelist = closure; local
51 if (addnode (filelist, fnode) != 0)
H A Dmkmodules.c326 static const struct admin_file filelist[] = { variable in typeref:struct:admin_file
448 for (fileptr = filelist; fileptr && fileptr->filename; fileptr++) {
966 for (fileptr = filelist; fileptr && fileptr->filename; ++fileptr)
/freebsd-9.3-release/libexec/rbootd/
H A Drmpproto.c220 ** filelist - list of files available to the requester.
229 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) argument
257 if (i < C_MAXFILE && filelist[i] != NULL) {
258 src = filelist[i];
280 ** filelist - list of files available to the requester.
289 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) argument
342 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++)
343 if (STREQN(filename, filelist[i]))
/freebsd-9.3-release/bin/setfacl/
H A Dsetfacl.h58 TAILQ_HEAD(, sf_file) filelist;
H A Dsetfacl.c59 TAILQ_INSERT_TAIL(&filelist, file, next);
91 TAILQ_INIT(&filelist);
200 TAILQ_FOREACH(file, &filelist, next) {
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1335 sort -u > filelist
1337 if [ -s filelist ]; then
1338 echo -n "Fetching `wc -l < filelist | tr -d ' '` "
1340 lam -s "${FETCHDIR}/m/" - -s ".gz" < filelist |
1356 done < filelist
1361 cut -f 2 -d '|' tINDEX.new > filelist
1364 done < filelist
1374 rm patchlist filelist oldfiles
1457 sort -u > filelist
1493 done < filelist |
[all...]
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh674 rm -f patchlist diff OLD NEW filelist INDEX.new
729 done > filelist
730 echo -n "Fetching `wc -l < filelist | tr -d ' '` "
732 lam -s "f/" - -s ".gz" < filelist |
743 done < filelist
801 done > filelist
802 echo -n "Fetching `wc -l < filelist | tr -d ' '` "
804 lam -s "f/" - -s ".gz" < filelist |
815 done < filelist
822 rm patchlist filelist oldfile
[all...]
/freebsd-9.3-release/contrib/less/
H A Dedit.c459 edit_list(filelist)
460 char *filelist;
479 init_textlist(&tl_files, filelist);
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c797 struct cflist *cmdlist, *filelist, *globlist; local
806 filelist = malloc(sizeof(struct cflist));
807 if (filelist == NULL)
808 err(1, "malloc of filelist");
809 STAILQ_INIT(filelist);
835 parse_file(f, filelist, globlist, defconf, &inclist);
841 * a filelist and a globlist. If there were no specific files
844 * and adds them to the filelist. Then return the worklist.
847 expand_globs(filelist, globlist);
851 return (filelist);
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c133 SLIST_INIT(&snmptoolctx->filelist);
210 if (SLIST_EMPTY(&snmptoolctx->filelist)) {
214 SLIST_FOREACH(tmp, &snmptoolctx->filelist, link) {
248 SLIST_FOREACH(entry, &snmptoolctx->filelist, link) {
271 SLIST_INSERT_HEAD(&snmptoolctx->filelist, entry, link);
284 while ((f = SLIST_FIRST(&snmptoolctx->filelist)) != NULL) {
285 SLIST_REMOVE_HEAD(&snmptoolctx->filelist, link);
H A Dbsnmptools.h176 struct fname_list filelist; member in struct:snmp_toolinfo
/freebsd-9.3-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh371 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist

Completed in 240 milliseconds