Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/tools/
HDsdiodevs2h.awk155 function dump_dfile(dfile)
157 printf("\n") > dfile
158 printf("const struct sdio_knowndev sdio_knowndevs[] = {\n") > dfile
160 printf("\t{\n") > dfile
162 products[i, 1], products[i, 1], products[i, 2]) > dfile
163 printf("\t ") > dfile
164 printf("0") > dfile
165 printf(",\n") > dfile
168 printf("\t \"") > dfile
173 printf(" ") > dfile
[all …]
HDusbdevs2h.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 …]
/freebsd-13-stable/sys/dev/videomode/
HDdevlist2h.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-13-stable/contrib/sendmail/contrib/
HDre-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-13-stable/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.c344 aic_print_include(FILE *dfile, char *header_file) in aic_print_include() argument
347 if (dfile == NULL) in aic_print_include()
349 fprintf(dfile, "\n#include \"%s\"\n\n", header_file); in aic_print_include()
370 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start() argument
372 if (dfile == NULL) in aic_print_reg_dump_start()
375 fprintf(dfile, in aic_print_reg_dump_start()
382 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument
395 if (dfile != NULL) { in aic_print_reg_dump_end()
397 fprintf(dfile, in aic_print_reg_dump_end()
402 fprintf(dfile, in aic_print_reg_dump_end()
[all …]
HDaicasm_symbol.h203 void symtable_dump(FILE *ofile, FILE *dfile);
/freebsd-13-stable/usr.sbin/lpr/lpd/
HDprintjob.c1261 wait4data(struct printer *pp, const char *dfile) in wait4data() argument
1271 dlen = strlen(dfile); in wait4data()
1274 cp = dfile + dlen - hlen; in wait4data()
1284 statres = stat(dfile, &statdf); in wait4data()
1289 statres = stat(dfile, &statdf); in wait4data()
1294 pp->printer, dfile); in wait4data()
1316 statres = stat(dfile, &statdf); in wait4data()
1324 statres = stat(dfile, &statdf); in wait4data()
1329 pp->printer, dfile); in wait4data()
1333 pp->printer, dfile, (unsigned long)amtslept); in wait4data()
[all …]
/freebsd-13-stable/contrib/sendmail/src/
HDcollect.c875 char *dfile; local
879 dfile = queuename(e, DATAFL_LETTER);
880 if (stat(dfile, &st) < 0)
884 dfile, (long) st.st_size);