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

/freebsd-13-stable/sys/tools/
H A Dsdiodevs2h.awk54 function vendor(hfile)
61 if (hfile)
63 vendors[nvendors, 2]) > hfile
69 if (hfile)
70 printf("\t/* ") > hfile
75 if (hfile)
76 printf("(") > hfile
82 if (hfile)
83 printf("%s", $f) > hfile
84 if (f < NF && hfile)
[all...]
H A Dusbdevs2h.awk54 function vendor(hfile)
61 if (hfile)
63 vendors[nvendors, 2]) > hfile
69 if (hfile)
70 printf("\t/* ") > hfile
75 if (hfile)
76 printf("(") > hfile
82 if (hfile)
83 printf("%s", $f) > hfile
84 if (f < NF && hfile)
[all...]
H A Dmiidevs2h.awk93 hfile="miidevs.h"
99 printf("/* \$FreeBSD\$ */\n\n") > hfile
100 printf("/*\n") > hfile
102 > hfile
103 printf(" *\n") > hfile
104 printf(" * generated from:\n") > hfile
105 printf(" *\t%s\n", VERSION) > hfile
106 printf(" */\n") > hfile
118 ouis[nouis, 2]) > hfile
120 printf("/* %s */\n", ouis[nouis, 3]) > hfile
[all...]
H A Dpccarddevs2h.awk92 hfile="pccarddevs.h"
98 printf("/*\t\$FreeBSD\$\t*/\n\n") > hfile
99 printf("/*\n") > hfile
101 > hfile
102 printf(" *\n") > hfile
103 printf(" * generated from:\n") > hfile
104 printf(" *\t%s\n", VERSION) > hfile
105 printf(" */\n") > hfile
118 vendors[nvendors, 2]) > hfile
120 printf("/* %s */\n", vendors[nvendors, 3]) > hfile
[all...]
H A Dvnode_if.awk65 function printh(s) {print s > hfile;}
153 hfile = "vnode_if.h";
163 if (!cfile && !hfile && !pfile && !qfile)
192 if (hfile) {
320 if (hfile) {
500 if (hfile) {
509 if (hfile)
510 close(hfile);
/freebsd-13-stable/sys/dev/videomode/
H A Ddevlist2h.awk36 hfile="ediddevs.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
71 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile
77 printf("(") > hfile
[all...]
/freebsd-13-stable/bin/sh/
H A Dmksyntax.c108 static FILE *hfile; variable
128 if ((hfile = fopen("syntax.h", "w")) == NULL) {
132 fputs(writer, hfile);
135 fputs("#include <sys/cdefs.h>\n", hfile);
136 fputs("#include <limits.h>\n\n", hfile);
139 fputs("/* Syntax classes */\n", hfile);
142 fputs(buf, hfile);
144 putc('\t', hfile);
145 fprintf(hfile, "/* %s */\n", synclass[i].comment);
147 putc('\n', hfile);
[all...]
H A Dmknodes.c219 FILE *hfile; local
229 if ((hfile = fopen("nodes.h", "w")) == NULL)
233 fputs(writer, hfile);
235 fprintf(hfile, "#define %s %d\n", nodename[i], i);
236 fputs("\n\n\n", hfile);
238 fprintf(hfile, "struct %s {\n", sp->tag);
240 fprintf(hfile, " %s;\n", fp->decl);
242 fputs("};\n\n\n", hfile);
244 fputs("union node {\n", hfile);
245 fprintf(hfile, " in
[all...]
/freebsd-13-stable/contrib/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);
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y107 FILE *cfile, *hfile;
314 space(hfile, level);
315 vfprintf(hfile, fmt, ap);
777 hfile = fopen(hname, "w");
778 if(hfile == NULL)
782 fclose(hfile);
H A Dslc-gram.c1619 FILE *cfile, *hfile;
1826 space(hfile, level);
1827 vfprintf(hfile, fmt, ap);
2289 hfile = fopen(hname, "w");
2290 if(hfile == NULL)
2294 fclose(hfile);
1616 FILE *cfile, *hfile; variable
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c1930 char *hfile = NULL; local
1943 hfile = os_malloc(hfile_len);
1944 if (hfile)
1945 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
1950 hostapd_cli_edit_completion_cb, NULL, hfile, NULL);
1956 edit_deinit(hfile, NULL);
1957 os_free(hfile);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c4283 static char *hfile = NULL; variable
4303 hfile = os_malloc(hfile_len);
4304 if (hfile)
4305 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
4309 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) {
4514 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
4515 os_free(hfile);
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c127 #define DosWrite(hfile, pbuffer, cbwrite, pcbactual) \
128 write(hfile, pbuffer, cbwrite)

Completed in 103 milliseconds