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

/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_option_0.c29 FILE *filelist; local
41 filelist = fopen("filelist", "wb");
42 assertEqualInt(fwrite("file1\x0a", 1, 6, filelist), 6);
43 assertEqualInt(fwrite("file2\x0d", 1, 6, filelist), 6);
44 assertEqualInt(fwrite("file3\x0a\x0d", 1, 7, filelist), 7);
45 assertEqualInt(fwrite("file4", 1, 5, filelist), 5);
46 fclose(filelist);
49 filelist = fopen("filelistNull", "wb");
50 assertEqualInt(fwrite("file1\0", 1, 6, filelist),
[all...]
H A Dtest_passthrough_reverse.c39 FILE *filelist; local
46 filelist = fopen("filelist", "w");
53 fprintf(filelist, "dir/file\n");
56 fprintf(filelist, "dir\n");
59 fclose(filelist);
65 r = systemf("%s -pdvm out <filelist >stdout 2>stderr", testprog);
H A Dtest_passthrough_dotdot.c34 FILE *filelist; local
41 filelist = fopen("filelist", "w");
47 fprintf(filelist, ".\n");
51 fprintf(filelist, "file\n");
54 fclose(filelist);
60 r = systemf("%s -pdvm .. <../filelist >../stdout 2>../stderr",
H A Dtest_option_L_upper.c40 FILE *filelist; local
48 filelist = fopen("filelist", "w");
52 fprintf(filelist, "file\n");
56 fprintf(filelist, "symlink\n");
58 fclose(filelist);
60 r = systemf(CAT " filelist | %s -pd copy >copy.out 2>copy.err", testprog);
67 r = systemf(CAT " filelist | %s -pd -L copy-L >copy-L.out 2>copy-L.err", testprog);
74 r = systemf(CAT " filelist | %s -o >archive.out 2>archive.err", testprog);
90 r = systemf(CAT " filelist |
[all...]
H A Dtest_basic.c74 r = systemf("%s -R 1000:1000 -o %s < filelist >%s/archive 2>%s/pack.err",
113 r = systemf("%s -p %s <filelist >%s/stdout 2>%s/stderr",
131 FILE *filelist; local
140 filelist = fopen("filelist", "w");
145 fprintf(filelist, "file\n");
160 fprintf(filelist, "linkfile\n");
176 fprintf(filelist, "symlink\n");
192 fprintf(filelist, "file2\n");
207 fprintf(filelist, "di
[all...]
H A Dtest_option_c.c65 FILE *filelist; local
79 filelist = fopen("filelist", "w");
83 fprintf(filelist, "file\n");
88 fprintf(filelist, "symlink\n");
95 fprintf(filelist, "dir\n");
98 fclose(filelist);
99 r = systemf("%s -R 1000:1000 -oc <filelist >basic.out 2>basic.err", testprog);
/freebsd-current/usr.bin/locate/locate/
H A Dmklocatedb.sh31 # usage: mklocatedb [-presort] < filelist > database
53 filelist=$(mktemp -t mklocatedb.filelist)
55 trap 'rm -f $bigrams $filelist' 0 1 2 3 5 10 15
68 $code $bigrams > $filelist
69 $locate -d $filelist / | $bigram | $sort -nr | \
71 $locate -d $filelist / | $code $bigrams
73 $sort $sort_opt > $filelist
74 $bigram < $filelist | $sort -nr | \
76 $code $bigrams < $filelist
[all...]
/freebsd-current/crypto/openssl/util/
H A Dcopy.pl38 push @filelist, $f unless grep { $f =~ /$_/ } @excludes;
42 $fnum = @filelist;
49 $dest = pop @filelist;
56 foreach (@filelist)
/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_stdio.c29 FILE *filelist; local
45 filelist = fopen("filelist", "w");
46 assert(filelist != NULL);
47 fprintf(filelist, "f\n");
48 fprintf(filelist, "l\n");
49 fclose(filelist);
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtest_config.c38 check_config_file(krb5_context context, char *filelist, char **res, int def) argument
47 ret = krb5_prepend_config_files_default(filelist, &pp);
49 ret = krb5_prepend_config_files(filelist, NULL, &pp);
H A Dcontext.c684 krb5_prepend_config_files(const char *filelist, char **pq, char ***ret_pp) argument
695 p = filelist;
739 * @param filelist a filename to add to the default list of filename
749 krb5_prepend_config_files_default(const char *filelist, char ***pfilenames) argument
758 ret = krb5_prepend_config_files(filelist, defpp, &pp);
/freebsd-current/libexec/rbootd/
H A Drmpproto.c208 ** filelist - list of files available to the requester.
217 SendFileNo(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) argument
245 if (i < C_MAXFILE && filelist[i] != NULL) {
246 src = filelist[i];
268 ** filelist - list of files available to the requester.
277 SendBootRepl(struct rmp_packet *req, RMPCONN *rconn, char *filelist[]) argument
331 for (i = 0; i < C_MAXFILE && filelist[i] != NULL; i++)
332 if (STREQN(filename, filelist[i]))
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1543 sort -u > filelist
1545 if [ -s filelist ]; then
1546 echo -n "Fetching `wc -l < filelist | tr -d ' '` "
1548 lam -s "${FETCHDIR}/m/" - -s ".gz" < filelist |
1564 done < filelist
1569 cut -f 2 -d '|' tINDEX.new > filelist
1572 done < filelist
1582 rm patchlist filelist oldfiles
1665 sort -u > filelist
1701 done < filelist |
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_sysctl.c337 list_for_each_entry(priv, &dev->filelist, lhead)
347 list_for_each_entry(priv, &dev->filelist, lhead)
H A Ddrm_fops.c269 list_add(&priv->lhead, &dev->filelist);
402 list_for_each_entry(temp, &dev->filelist, lhead) {
H A Ddrm_ioctl.c211 list_for_each_entry(pt, &dev->filelist, lhead) {
H A Ddrm_stub.c228 INIT_LIST_HEAD(&dev->filelist);
H A DdrmP.h995 struct list_head filelist; member in struct:drm_device
/freebsd-current/tools/tools/makeroot/
H A Dmakeroot.sh36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c131 SLIST_INIT(&snmptoolctx->filelist);
209 if (SLIST_EMPTY(&snmptoolctx->filelist)) {
213 SLIST_FOREACH(tmp, &snmptoolctx->filelist, link) {
247 SLIST_FOREACH(entry, &snmptoolctx->filelist, link) {
267 SLIST_INSERT_HEAD(&snmptoolctx->filelist, entry, link);
280 while ((f = SLIST_FIRST(&snmptoolctx->filelist)) != NULL) {
281 SLIST_REMOVE_HEAD(&snmptoolctx->filelist, link);
H A Dbsnmptools.h176 struct fname_list filelist; member in struct:snmp_toolinfo
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c892 struct cflist *cmdlist, *filelist, *globlist; local
901 filelist = malloc(sizeof(struct cflist));
902 if (filelist == NULL)
903 err(1, "malloc of filelist");
904 STAILQ_INIT(filelist);
930 parse_file(f, filelist, globlist, &defconf, &inclist);
936 * a filelist and a globlist. If there were no specific files
939 * and adds them to the filelist. Then return the worklist.
942 expand_globs(filelist, globlist);
946 return (filelist);
[all...]
/freebsd-current/crypto/openssh/contrib/aix/
H A Dbuildbff.sh356 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist
/freebsd-current/contrib/less/
H A Dedit.c682 public int edit_list(char *filelist) argument
702 init_textlist(&tl_files, filelist);
H A Dfuncs.h122 public int edit_list(char *filelist);

Completed in 347 milliseconds