Searched refs:dfile (Results 1 – 9 of 9) sorted by relevance
| /src/sys/tools/ |
| H A D | usbdevs2h.awk | 152 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 D | sdiodevs2h.awk | 164 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 …]
|
| /src/sys/dev/videomode/ |
| H A D | devlist2h.awk | 34 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 …]
|
| /src/contrib/sendmail/contrib/ |
| H A D | re-mqueue.pl | 145 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 …]
|
| /src/crypto/openssl/util/ |
| H A D | copy.pl | 60 $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";
|
| /src/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.c | 344 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); in aic_print_include() 373 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start() argument 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() argument 398 if (dfile != NULL) { in aic_print_reg_dump_end() 400 fprintf(dfile, in aic_print_reg_dump_end() [all …]
|
| H A D | aicasm_symbol.h | 203 void symtable_dump(FILE *ofile, FILE *dfile);
|
| /src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 1249 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 …]
|
| /src/contrib/sendmail/src/ |
| H A D | collect.c | 875 char *dfile; local 879 dfile = queuename(e, DATAFL_LETTER); 880 if (stat(dfile, &st) < 0) 884 dfile, (long) st.st_size);
|