Home
last modified time | relevance | path

Searched refs:dfile (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/tools/
H A Dusbdevs2h.awk152 function dump_dfile(dfile)
154 printf("\n") > dfile
155 printf("const struct usb_knowndev usb_knowndevs[] = {\n") > dfile
157 printf("\t{\n") > dfile
159 products[i, 1], products[i, 1], products[i, 2]) > dfile
160 printf("\t ") > dfile
161 printf("0") > dfile
162 printf(",\n") > dfile
165 printf("\t \"") > dfile
170 printf(" ") > dfile
[all …]
H A Dsdiodevs2h.awk164 function dump_dfile(dfile)
166 printf("\n") > dfile
167 printf("const struct sdio_knowndev sdio_knowndevs[] = {\n") > dfile
169 printf("\t{\n") > dfile
171 products[i, 1], products[i, 1], products[i, 2]) > dfile
172 printf("\t ") > dfile
173 printf("0") > dfile
174 printf(",\n") > dfile
177 printf("\t \"") > dfile
182 printf(" ") > dfile
[all …]
/freebsd/sys/dev/videomode/
H A Ddevlist2h.awk34 dfile="ediddevs_data.h"
42 printf("/*\n") > dfile
44 > dfile
45 printf(" *\n") > dfile
46 printf(" * generated from:\n") > dfile
47 printf(" *\t%s\n", VERSION) > dfile
48 printf(" */\n") > dfile
148 print $0 > dfile
153 printf("\n") > dfile
154 printf("const struct edid_vendor edid_vendors[] = {\n") > dfile
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dre-mqueue.pl145 while ($dfile = pop(@dfiles)) {
146 print "Checking $dfile\n" if ($debug);
147 ($qfile = $dfile) =~ s/^d/q/;
148 ($xfile = $dfile) =~ s/^d/x/;
149 ($mfile = $dfile) =~ s/^df//;
156 $atime,$mtime,$ctime,$blksize,$blocks) = stat($dfile);
158 print "$dfile is gone - skipping\n" if ($debug);
164 printf ("%s is %d seconds old - skipping\n", $dfile, $now-$mtime) if ($debug);
169 if (-e "$queueB/$dfile") {
170 print "$queueb/$dfile already exists - skipping\n" if ($debug);
[all …]
/freebsd/crypto/openssl/util/
H A Dcopy.pl60 $dfile = $_;
61 $dfile =~ s|^.*[/\\]([^/\\]*)$|$1|;
62 $dfile = "$dest/$dfile";
66 $dfile = $dest;
69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
70 || die "Can't Open $dfile";
81 print "Copying: $_ to $dfile\n";
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c344 aic_print_include(FILE *dfile, char *header_file) in aic_print_include() argument
346 if (dfile == NULL) in aic_print_include()
350 fprintf(dfile, "\n#include %s\n\n", header_file); in aic_print_include()
352 fprintf(dfile, "\n#include \"%s\"\n\n", header_file);
373 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start()
375 if (dfile == NULL) in aic_print_reg_dump_start()
378 fprintf(dfile, in aic_print_reg_dump_start()
385 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end()
398 if (dfile != NULL) { in aic_print_reg_dump_end()
400 fprintf(dfile, in aic_print_reg_dump_end()
370 aic_print_reg_dump_start(FILE * dfile,symbol_node_t * regnode) aic_print_reg_dump_start() argument
382 aic_print_reg_dump_end(FILE * ofile,FILE * dfile,symbol_node_t * regnode,u_int num_entries) aic_print_reg_dump_end() argument
439 aic_print_reg_dump_entry(FILE * dfile,symbol_node_t * curnode) aic_print_reg_dump_entry() argument
460 symtable_dump(FILE * ofile,FILE * dfile) symtable_dump() argument
[all...]
H A Daicasm_symbol.h203 void symtable_dump(FILE *ofile, FILE *dfile);
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1249 wait4data(struct printer *pp, const char *dfile) in wait4data() argument
1259 dlen = strlen(dfile); in wait4data()
1262 cp = dfile + dlen - hlen; in wait4data()
1272 statres = stat(dfile, &statdf); in wait4data()
1277 statres = stat(dfile, &statdf); in wait4data()
1282 pp->printer, dfile); in wait4data()
1304 statres = stat(dfile, &statdf); in wait4data()
1312 statres = stat(dfile, &statdf); in wait4data()
1317 pp->printer, dfile); in wait4data()
1321 pp->printer, dfile, (unsigned long)amtslept); in wait4data()
[all …]
/freebsd/contrib/sendmail/src/
H A Dcollect.c875 char *dfile; local
879 dfile = queuename(e, DATAFL_LETTER);
880 if (stat(dfile, &st) < 0)
884 dfile, (long) st.st_size);