Home
last modified time | relevance | path

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

/freebsd/sys/tools/
H A Dsdiodevs2h.awk50 function vendor(hfile)
57 if (hfile)
59 vendors[nvendors, 2]) > hfile
65 if (hfile)
66 printf("\t/* ") > hfile
71 if (hfile)
72 printf("(") > hfile
78 if (hfile)
79 printf("%s", $f) > hfile
80 if (f < NF && hfile)
[all …]
H A Dusbdevs2h.awk50 function vendor(hfile)
57 if (hfile)
59 vendors[nvendors, 2]) > hfile
65 if (hfile)
66 printf("\t/* ") > hfile
71 if (hfile)
72 printf("(") > hfile
78 if (hfile)
79 printf("%s", $f) > hfile
80 if (f < NF && hfile)
[all …]
H A Dmiidevs2h.awk92 hfile="miidevs.h"
95 printf("/*\n") > hfile
97 > hfile
98 printf(" */\n") > hfile
110 ouis[nouis, 2]) > hfile
112 printf("/* %s */\n", ouis[nouis, 3]) > hfile
123 models[nmodels, 2], models[nmodels, 3]) > hfile
129 models[nmodels, 4]) > hfile
134 print $0 > hfile
H A Dvnode_if.awk61 function printh(s) {print s > hfile;}
149 hfile = "vnode_if.h";
159 if (!cfile && !hfile && !pfile && !qfile)
186 if (hfile) {
314 if (hfile) {
496 if (hfile) {
505 if (hfile)
506 close(hfile);
/freebsd/sys/dev/videomode/
H A Ddevlist2h.awk35 hfile="ediddevs.h"
50 printf("/*\n") > hfile
52 > hfile
53 printf(" *\n") > hfile
54 printf(" * generated from:\n") > hfile
55 printf(" *\t%s\n", VERSION) > hfile
56 printf(" */\n") > hfile
68 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile
74 printf("(") > hfile
80 printf("%s", $f) > hfile
[all …]
/freebsd/bin/sh/
H A Dmksyntax.c94 static FILE *hfile; variable
114 if ((hfile = fopen("syntax.h", "w")) == NULL) { in main()
118 fputs(writer, hfile); in main()
121 fputs("#include <sys/cdefs.h>\n", hfile); in main()
122 fputs("#include <limits.h>\n\n", hfile); in main()
125 fputs("/* Syntax classes */\n", hfile); in main()
128 fputs(buf, hfile); in main()
130 putc('\t', hfile); in main()
131 fprintf(hfile, "/* %s */\n", synclass[i].comment); in main()
133 putc('\n', hfile); in main()
[all …]
H A Dmknodes.c205 FILE *hfile; in output() local
215 if ((hfile = fopen("nodes.h", "w")) == NULL) in output()
219 fputs(writer, hfile); in output()
221 fprintf(hfile, "#define %s %d\n", nodename[i], i); in output()
222 fputs("\n\n\n", hfile); in output()
224 fprintf(hfile, "struct %s {\n", sp->tag); in output()
226 fprintf(hfile, " %s;\n", fp->decl); in output()
228 fputs("};\n\n\n", hfile); in output()
230 fputs("union node {\n", hfile); in output()
231 fprintf(hfile, " int type;\n"); in output()
[all …]
/freebsd/crypto/openssl/util/
H A Dmkerr.pl318 my $hfile = $hprivinc{$lib};
319 my $guard = $hfile;
328 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
413 my $hfile = $hpubinc{$lib};
414 my $guard = $hfile;
419 open( OUT, ">$hfile" ) || die "Can't write to $hfile, $!,";
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y107 FILE *cfile, *hfile; variable
314 space(hfile, level); in hprint()
315 vfprintf(hfile, fmt, ap); in hprint()
777 hfile = fopen(hname, "w"); in main()
778 if(hfile == NULL) in main()
782 fclose(hfile); in main()
H A Dslc-gram.c1616 FILE *cfile, *hfile; variable
1823 space(hfile, level); in hprint()
1824 vfprintf(hfile, fmt, ap); in hprint()
2286 hfile = fopen(hname, "w"); in main()
2287 if(hfile == NULL) in main()
2291 fclose(hfile); in main()
/freebsd/contrib/libedit/TEST/
H A Dwtc1.c18 static const char hfile[] = ".whistory"; variable
129 history_w(hist, &ev, H_LOAD, hfile); in main()
271 history_w(hist, &ev, H_SAVE, hfile); in main()
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c2125 char *hfile = NULL; in hostapd_cli_interactive() local
2138 hfile = os_malloc(hfile_len); in hostapd_cli_interactive()
2139 if (hfile) in hostapd_cli_interactive()
2140 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in hostapd_cli_interactive()
2144 hostapd_cli_edit_completion_cb, NULL, hfile, NULL); in hostapd_cli_interactive()
2150 edit_deinit(hfile, NULL); in hostapd_cli_interactive()
2151 os_free(hfile); in hostapd_cli_interactive()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c4699 static char *hfile = NULL; variable
4719 hfile = os_malloc(hfile_len); in start_edit()
4720 if (hfile) in start_edit()
4721 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in start_edit()
4725 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) { in start_edit()
4930 edit_deinit(hfile, wpa_cli_edit_filter_history_cb); in wpa_cli_interactive()
4931 os_free(hfile); in wpa_cli_interactive()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c127 #define DosWrite(hfile, pbuffer, cbwrite, pcbactual) \ argument
128 write(hfile, pbuffer, cbwrite)
/freebsd/contrib/bsddialog/
H A DCHANGELOG386 --hfile <filename>, --hline <string>, --hmsg <string>, --ignore,
/freebsd/contrib/dialog/
H A DCHANGES826 + add "--hline" and "--hfile" options for compatibility with FreeBSD