Searched refs:hfile (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Ddevlist2h.awk35 hfile="tcdevs.h"
51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
52 printf("/*\n") > hfile
54 > hfile
55 printf(" *\n") > hfile
56 printf(" * generated from:\n") > hfile
57 printf(" *\t%s\n", VERSION) > hfile
58 printf(" */\n") > hfile
71 printf("\n") > hfile
73 devices[ndevices, 2]) > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/podulebus/
H A Dpodulelist2h.awk37 hfile="podules.h"
53 printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
54 printf("/*\n") > hfile
56 > hfile
57 printf(" *\n") > hfile
58 printf(" * generated from:\n") > hfile
59 printf(" *\t%s\n", VERSION) > hfile
60 printf(" */\n") > hfile
71 vendors[nvendors, 2]) > hfile
77 printf("\t/* ") > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Ddevlist2h.awk35 hfile="ediddevs.h"
51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
52 printf("/*\n") > hfile
54 > hfile
55 printf(" *\n") > hfile
56 printf(" * generated from:\n") > hfile
57 printf(" *\t%s\n", VERSION) > hfile
58 printf(" */\n") > hfile
70 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile
76 printf("(") > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Ddevlist2h.awk38 hfile="mcadevs.h"
57 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
58 printf("/*\n") > hfile
60 > hfile
61 printf(" *\n") > hfile
62 printf(" * generated from:\n") > hfile
63 printf(" *\t%s\n", VERSION) > hfile
64 printf(" */\n") > hfile
82 # if third parameter is an alias, print appropriate entry to hfile,
86 $0) > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Ddevlist2h.awk35 hfile="usbdevs.h"
59 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
61 printf("/*\t$FreeBSD" "$\t*/\n\n") > hfile
63 printf("/*\t$OpenBSD" "$\t*/\n\n") > hfile
65 printf("/* ??? */\n\n") > hfile
66 printf("/*\n") > hfile
68 > hfile
69 printf(" *\n") > hfile
70 printf(" * generated from:\n") > hfile
71 printf(" *\t%s\n", VERSION) > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Ddevlist2h.awk36 hfile="pcidevs.h"
52 printf("/*\t$NetBSD" "$\t*/\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\t/* ") > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Ddevlist2h.awk35 hfile="eisadevs.h"
51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
52 printf("/*\n") > hfile
54 > hfile
55 printf(" *\n") > hfile
56 printf(" * generated from:\n") > hfile
57 printf(" *\t%s\n", VERSION) > hfile
58 printf(" */\n") > hfile
96 products[nproducts, 2]) > hfile
102 printf(" ") > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/mii/
H A Ddevlist2h.awk88 hfile="miidevs.h"
96 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
97 printf("/*\n") > hfile
99 > hfile
100 printf(" *\n") > hfile
101 printf(" * generated from:\n") > hfile
102 printf(" *\t%s\n", VERSION) > hfile
103 printf(" */\n") > hfile
124 ouis[nouis, 2]) > hfile
126 printf("/* %s */\n", ouis[nouis, 3]) > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddevlist2h.awk38 hfile="diodevs.h"
53 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
54 printf("/*\n") > hfile
56 > hfile
57 printf(" *\n") > hfile
58 printf(" * generated from:\n") > hfile
59 printf(" *\t%s\n", VERSION) > hfile
60 printf(" */\n") > hfile
80 devices[ndevices, 2]) > hfile
84 > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Ddevlist2h.awk64 hfile="sdmmcdevs.h"
70 printf("/*\t$NetBSD$\t*/\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...]
/netbsd-6-1-5-RELEASE/sys/dev/onewire/
H A Ddevlist2h.awk21 hfile = "onewiredevs.h"
31 " *\n * Generated from:\n *\t%s\n */\n\n", VERSION) > hfile
40 printf("#define ONEWIRE_FAMILY_%s\t%s\n", toupper($2), $3) > hfile
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Ddevlist2h.awk90 printf("struct isapnp_matchinfo {\n") > hfile
91 printf("\tconst char *name;\n") > hfile
92 printf("\tint variant;\n") > hfile
93 printf("};\n\n") > hfile
94 printf("struct isapnp_devinfo {\n") > hfile
95 printf("\tconst struct isapnp_matchinfo *devlogic;\n") > hfile
96 printf("\tint nlogic;\n") > hfile
97 printf("\tconst struct isapnp_matchinfo *devcompat;\n") > hfile
98 printf("\tint ncompat;\n") > hfile
99 printf("};\n\n") > hfile
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Ddevlist2h.awk89 hfile="giodevs.h"
96 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
97 printf("/*\n") > hfile
99 > hfile
100 printf(" */\n") > hfile
136 printf("\n") > hfile
138 printf("#define %s\t%s\t/* %s */\n", products[i, 1], products[i,2], products[i, 3]) > hfile
146 close(hfile)
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Ddevlist2h.awk89 hfile="pcmciadevs.h"
106 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
107 printf("/*\n") > hfile
109 > hfile
110 printf(" *\n") > hfile
111 printf(" * generated from:\n") > hfile
112 printf(" *\t%s\n", VERSION) > hfile
113 printf(" */\n") > hfile
124 vendors[nvendors, 2]) > hfile
126 printf("/* %s */\n", vendors[nvendors, 3]) > hfile
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mknetid/
H A Dmknetid.c385 FILE *hfile; local
389 if ((hfile = fopen(fname, "r")) == NULL)
393 (line = fparseln(hfile, &len, NULL, NULL, FPARSELN_UNESCALL));
412 (void) fclose(hfile);
/netbsd-6-1-5-RELEASE/lib/libedit/TEST/
H A Dwtc1.c18 static const char hfile[] = ".whistory"; variable
129 history_w(hist, &ev, H_LOAD, hfile);
271 history_w(hist, &ev, H_SAVE, hfile);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y108 FILE *cfile, *hfile;
315 space(hfile, level);
316 vfprintf(hfile, fmt, ap);
774 hfile = fopen(hname, "w");
775 if(hfile == NULL)
779 fclose(hfile);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_cli.c2025 char *home, *hfile = NULL; local
2036 hfile = os_malloc(hfile_len);
2037 if (hfile) {
2039 res = os_snprintf(hfile, hfile_len, "%s/%s", home,
2042 hfile[hfile_len - 1] = '\0';
2043 read_history(hfile);
2121 if (hfile) {
2141 write_history(hfile);
2142 os_free(hfile);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dcsh.c786 Char buf[BUFSIZE], hbuf[BUFSIZE], *hfile; local
806 if ((hfile = value(STRhistfile)) == STRNULL) {
807 hfile = Strcpy(buf, value(STRhome));
811 if ((fp = open(short2str(hfile), O_WRONLY | O_CREAT | O_TRUNC,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl363 my $hfile = $hinc{$lib};
384 if (open(IN, "<$hfile")) {
456 open (OUT, ">$hfile") || die "Can't Open File $hfile for writing\n";
553 $hfile =~ /([^\/]+)$/;
556 $hincf = "\"$hfile\"";
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c377 struct header_file *hfile;
404 hfile = HEADER_FILES (current_objfile) + i;
405 hfile->name = xstrdup (name);
406 hfile->instance = instance;
407 hfile->length = 10;
408 hfile->vector
410 memset (hfile->vector, 0, 10 * sizeof (struct type *));
373 struct header_file *hfile; local

Completed in 135 milliseconds