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

/freebsd-10.1-release/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) {
288 if (hfile) {
425 if (hfile)
426 close(hfile);
/freebsd-10.1-release/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.c216 FILE *hfile; local
226 if ((hfile = fopen("nodes.h", "w")) == NULL)
230 fputs(writer, hfile);
232 fprintf(hfile, "#define %s %d\n", nodename[i], i);
233 fputs("\n\n\n", hfile);
235 fprintf(hfile, "struct %s {\n", sp->tag);
237 fprintf(hfile, " %s;\n", fp->decl);
239 fputs("};\n\n\n", hfile);
241 fputs("union node {\n", hfile);
242 fprintf(hfile, " in
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/crypto/openssl/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";
561 $hfile =~ /([^\/]+)$/;
564 $hincf = "\"$hfile\"";
/freebsd-10.1-release/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-10.1-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c3206 static char *hfile = NULL; variable
3222 hfile = os_malloc(hfile_len);
3223 if (hfile)
3224 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
3228 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) {
3272 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
3273 os_free(hfile);

Completed in 204 milliseconds