Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/tools/
HDsdiodevs2h.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 …]
HDusbdevs2h.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 …]
HDmiidevs2h.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
HDvnode_if.awk64 function printh(s) {print s > hfile;}
152 hfile = "vnode_if.h";
162 if (!cfile && !hfile && !pfile && !qfile)
189 if (hfile) {
317 if (hfile) {
499 if (hfile) {
508 if (hfile)
509 close(hfile);
/freebsd-14-stable/sys/dev/videomode/
HDdevlist2h.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-14-stable/crypto/openssl/util/
HDmkerr.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-14-stable/crypto/heimdal/lib/sl/
HDslc-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()
HDslc-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-14-stable/contrib/libedit/TEST/
HDwtc1.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-14-stable/contrib/wpa/hostapd/
HDhostapd_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-14-stable/contrib/wpa/wpa_supplicant/
HDwpa_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-14-stable/contrib/bsddialog/
HDCHANGELOG168 --hfile <filename>, --hline <string>, --hmsg <string>, --ignore,
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_mouse.c127 #define DosWrite(hfile, pbuffer, cbwrite, pcbactual) \ argument
128 write(hfile, pbuffer, cbwrite)
/freebsd-14-stable/contrib/dialog/
HDCHANGES826 + add "--hline" and "--hfile" options for compatibility with FreeBSD