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

/freebsd-11-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-11-stable/sys/tools/
H A Dmiidevs2h.awk91 hfile="miidevs.h"
97 printf("/* \$FreeBSD\$ */\n\n") > hfile
98 printf("/*\n") > hfile
100 > hfile
101 printf(" *\n") > hfile
102 printf(" * generated from:\n") > hfile
103 printf(" *\t%s\n", VERSION) > hfile
104 printf(" */\n") > hfile
116 ouis[nouis, 2]) > hfile
118 printf("/* %s */\n", ouis[nouis, 3]) > hfile
[all...]
H A Dusbdevs2h.awk60 function vendor(hfile)
67 if (hfile)
69 vendors[nvendors, 2]) > hfile
75 if (hfile)
76 printf("\t/* ") > hfile
81 if (hfile)
82 printf("(") > hfile
88 if (hfile)
89 printf("%s", $f) > hfile
90 if (f < NF && hfile)
[all...]
H A Dpccarddevs2h.awk90 hfile="pccarddevs.h"
96 printf("/*\t\$FreeBSD\$\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
116 vendors[nvendors, 2]) > hfile
118 printf("/* %s */\n", vendors[nvendors, 3]) > hfile
[all...]
H A Dvnode_if.awk63 function printh(s) {print s > hfile;}
124 hfile = "vnode_if.h";
134 if (!cfile && !hfile && !pfile && !qfile)
160 if (hfile) {
286 if (hfile) {
423 if (hfile)
424 close(hfile);
/freebsd-11-stable/bin/sh/
H A Dmksyntax.c105 static FILE *hfile; variable
125 if ((hfile = fopen("syntax.h", "w")) == NULL) {
129 fputs(writer, hfile);
132 fputs("#include <sys/cdefs.h>\n", hfile);
133 fputs("#include <limits.h>\n\n", hfile);
136 fputs("/* Syntax classes */\n", hfile);
139 fputs(buf, hfile);
141 putc('\t', hfile);
142 fprintf(hfile, "/* %s */\n", synclass[i].comment);
144 putc('\n', hfile);
[all...]
H A Dmknodes.c217 FILE *hfile; local
227 if ((hfile = fopen("nodes.h", "w")) == NULL)
231 fputs(writer, hfile);
233 fprintf(hfile, "#define %s %d\n", nodename[i], i);
234 fputs("\n\n\n", hfile);
236 fprintf(hfile, "struct %s {\n", sp->tag);
238 fprintf(hfile, " %s;\n", fp->decl);
240 fputs("};\n\n\n", hfile);
242 fputs("union node {\n", hfile);
243 fprintf(hfile, " in
[all...]
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c325 struct help_file hfile; local
332 memset(&hfile, 0, sizeof(hfile));
348 if ((line = help_next_line(&hfile)) == NULL) {
367 help_file_seek(&hfile, &match);
382 help_file_tell(&hfile, &match);
389 if ((line = help_next_line(&hfile)) == NULL)
400 help_get_0topics(&hfile);
421 help_file_rewind(&hfile);
423 help_file_seek(&hfile,
[all...]
/freebsd-11-stable/lib/libedit/TEST/
H A Dwtc1.c24 static const char hfile[] = ".whistory"; variable
135 history_w(hist, &ev, H_LOAD, hfile);
277 history_w(hist, &ev, H_SAVE, hfile);
/freebsd-11-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-11-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-11-stable/crypto/openssl/util/
H A Dmkerr.pl364 my $hfile = $hinc{$lib};
387 if (open(IN, "<$hfile")) {
464 open (OUT, ">$hfile") || die "Can't Open File $hfile for writing\n";
576 $hincf = $hfile;
580 $hincf = "\"$hfile\"";
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c373 struct header_file *hfile;
400 hfile = HEADER_FILES (current_objfile) + i;
401 hfile->name = savestring (name, strlen (name));
402 hfile->instance = instance;
403 hfile->length = 10;
404 hfile->vector
406 memset (hfile->vector, 0, 10 * sizeof (struct type *));
369 struct header_file *hfile; local
/freebsd-11-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-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c126 #define DosWrite(hfile, pbuffer, cbwrite, pcbactual) \
127 write(hfile, pbuffer, cbwrite)

Completed in 136 milliseconds