Home
last modified time | relevance | path

Searched refs:hfile (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/dev/pci/
Ddevlist2h.awk37 hfile="pcidevs.h"
52 printf("/* \$MirOS\$ */\n\n") > hfile
53 printf("/*-\n") > hfile
55 > hfile
56 printf(" *\n") > hfile
57 printf(" * generated from:\n") > hfile
58 printf(" *\t%s\n", VERSION) > hfile
59 printf(" */\n") > hfile
75 vendors[nvendors, 2]) > hfile
82 printf("\t/* ") > hfile
[all …]
/mirbsd/src/sys/dev/usb/
Ddevlist2h.awk37 hfile="usbdevs.h"
52 printf("/* \$MirOS\$ */\n\n") > hfile
53 printf("/*-\n") > hfile
55 > hfile
56 printf(" *\n") > hfile
57 printf(" * generated from:\n") > hfile
58 printf(" *\t%s\n", VERSION) > hfile
59 printf(" */\n") > hfile
70 vendors[nvendors, 2]) > hfile
77 printf("\t/* ") > hfile
[all …]
/mirbsd/src/sys/dev/mii/
Ddevlist2h.awk97 hfile="miidevs.h"
103 printf("/* \$MirOS\$ */\n\n") > hfile
104 printf("/*-\n") > hfile
106 > hfile
107 printf(" *\n") > hfile
108 printf(" * generated from:\n") > hfile
109 printf(" *\t%s\n", VERSION) > hfile
110 printf(" */\n") > hfile
122 ouis[nouis, 2]) > hfile
124 printf("/* %s */\n", ouis[nouis, 3]) > hfile
[all …]
/mirbsd/src/sys/dev/sdmmc/
Ddevlist2h.awk63 hfile="sdmmcdevs.h"
69 printf("/*\t\$MirOS\$\t*/\n\n") > hfile
70 printf("/*\n") > hfile
72 > hfile
73 printf(" *\n") > hfile
74 printf(" * generated from:\n") > hfile
75 printf(" *\t%s\n", VERSION) > hfile
76 printf(" */\n") > hfile
87 vendors[nvendors, 2]) > hfile
89 printf("/* %s */\n", vendors[nvendors, 3]) > hfile
[all …]
/mirbsd/src/sys/dev/pcmcia/
Ddevlist2h.awk64 hfile="pcmciadevs.h"
70 printf("/* \$MirOS\$ */\n\n") > hfile
71 printf("/*-\n") > hfile
73 > hfile
74 printf(" *\n") > hfile
75 printf(" * generated from:\n") > hfile
76 printf(" *\t%s\n", VERSION) > hfile
77 printf(" */\n") > hfile
88 vendors[nvendors, 2]) > hfile
90 printf("/* %s */\n", vendors[nvendors, 3]) > hfile
[all …]
/mirbsd/src/gnu/usr.bin/perl/jpl/JPL/
DCompile.pm29 my $hfile;
76 $hfile = "$file.h";
81 ($h_file = $hfile) =~ s/_/_0005f/g;
139 if (not -s $hfile or -M $hfile > -M $jfile) {
148 unlink $hfile;
151 if (not -s $hfile and -s $h_file) {
152 rename $h_file, $hfile;
154 if (not -s $hfile or -M $hfile > -M $jfile) {
155 die "Couldn't produce $hfile from $classfile!";
182 open(HFILE, $hfile) or die "Couldn't open $hfile: $!\n";
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c370 struct header_file *hfile; in add_new_header_file() local
397 hfile = HEADER_FILES (current_objfile) + i; in add_new_header_file()
398 hfile->name = savestring (name, strlen (name)); in add_new_header_file()
399 hfile->instance = instance; in add_new_header_file()
400 hfile->length = 10; in add_new_header_file()
401 hfile->vector in add_new_header_file()
403 memset (hfile->vector, 0, 10 * sizeof (struct type *)); in add_new_header_file()