/src/sys/dev/tc/ |
devlist2h.awk | 35 hfile="tcdevs.h" 51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 52 printf("/*\n") > hfile 54 > hfile 55 printf(" *\n") > hfile 56 printf(" * generated from:\n") > hfile 57 printf(" *\t%s\n", VERSION) > hfile 58 printf(" */\n") > hfile 71 printf("\n") > hfile 73 devices[ndevices, 2]) > hfile [all...] |
/src/sys/dev/podulebus/ |
podulelist2h.awk | 37 hfile="podules.h" 53 printf("/*\t\$NetBSD\$\t*/\n\n") > hfile 54 printf("/*\n") > hfile 56 > hfile 57 printf(" *\n") > hfile 58 printf(" * generated from:\n") > hfile 59 printf(" *\t%s\n", VERSION) > hfile 60 printf(" */\n") > hfile 71 vendors[nvendors, 2]) > hfile 77 printf("\t/* ") > hfile [all...] |
/src/sys/dev/videomode/ |
devlist2h.awk | 35 hfile="ediddevs.h" 51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 52 printf("/*\n") > hfile 54 > hfile 55 printf(" *\n") > hfile 56 printf(" * generated from:\n") > hfile 57 printf(" *\t%s\n", VERSION) > hfile 58 printf(" */\n") > hfile 70 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile 76 printf("(") > hfile [all...] |
/src/sys/dev/mca/ |
devlist2h.awk | 38 hfile="mcadevs.h" 57 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 58 printf("/*\n") > hfile 60 > hfile 61 printf(" *\n") > hfile 62 printf(" * generated from:\n") > hfile 63 printf(" *\t%s\n", VERSION) > hfile 64 printf(" */\n") > hfile 82 # if third parameter is an alias, print appropriate entry to hfile, 86 $0) > hfile [all...] |
/src/sys/dev/eisa/ |
devlist2h.awk | 35 hfile="eisadevs.h" 51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 52 printf("/*\n") > hfile 54 > hfile 55 printf(" *\n") > hfile 56 printf(" * generated from:\n") > hfile 57 printf(" *\t%s\n", VERSION) > hfile 58 printf(" */\n") > hfile 96 products[nproducts, 2]) > hfile 102 printf(" ") > hfile [all...] |
/src/sys/arch/hp300/dev/ |
devlist2h.awk | 38 hfile="diodevs.h" 53 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 54 printf("/*\n") > hfile 56 > hfile 57 printf(" *\n") > hfile 58 printf(" * generated from:\n") > hfile 59 printf(" *\t%s\n", VERSION) > hfile 60 printf(" */\n") > hfile 80 devices[ndevices, 2]) > hfile 84 > hfile [all...] |
/src/sys/dev/sdmmc/ |
devlist2h.awk | 62 hfile="sdmmcdevs.h" 68 printf("/*\t$NetBSD: devlist2h.awk,v 1.3 2019/12/02 19:24:32 christos Exp $\t*/\n\n") > hfile 69 printf("/*\n") > hfile 71 > hfile 72 printf(" *\n") > hfile 73 printf(" * generated from:\n") > hfile 74 printf(" *\t%s\n", VERSION) > hfile 75 printf(" */\n") > hfile 86 vendors[nvendors, 2]) > hfile 88 printf("/* %s */\n", vendors[nvendors, 3]) > hfile [all...] |
/src/sys/dev/onewire/ |
devlist2h.awk | 21 hfile = "onewiredevs.h" 31 " *\n * Generated from:\n *\t%s\n */\n\n", VERSION) > hfile 40 printf("#define ONEWIRE_FAMILY_%s\t%s\n", toupper($2), $3) > hfile
|
/src/sys/dev/isapnp/ |
devlist2h.awk | 89 printf("struct isapnp_matchinfo {\n") > hfile 90 printf("\tconst char *name;\n") > hfile 91 printf("\tint variant;\n") > hfile 92 printf("};\n\n") > hfile 93 printf("struct isapnp_devinfo {\n") > hfile 94 printf("\tconst struct isapnp_matchinfo *devlogic;\n") > hfile 95 printf("\tint nlogic;\n") > hfile 96 printf("\tconst struct isapnp_matchinfo *devcompat;\n") > hfile 97 printf("\tint ncompat;\n") > hfile 98 printf("};\n\n") > hfile [all...] |
/src/sys/dev/ |
devlist2h.awk | 65 hfile= FILENAME ".h" 98 printf("/*\t$NetBSD" "$\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 116 vendors[nvendors, 2]) > hfile 123 printf("\t\t/* ") > hfile [all...] |
/src/sys/arch/sgimips/gio/ |
devlist2h.awk | 88 hfile="giodevs.h" 95 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 96 printf("/*\n") > hfile 98 > hfile 99 printf(" */\n") > hfile 135 printf("\n") > hfile 137 printf("#define %s\t%s\t/* %s */\n", products[i, 1], products[i,2], products[i, 3]) > hfile 145 close(hfile)
|
/src/sys/dev/pcmcia/ |
devlist2h.awk | 88 hfile="pcmciadevs.h" 105 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 106 printf("/*\n") > hfile 108 > hfile 109 printf(" *\n") > hfile 110 printf(" * generated from:\n") > hfile 111 printf(" *\t%s\n", VERSION) > hfile 112 printf(" */\n") > hfile 123 vendors[nvendors, 2]) > hfile 125 printf("/* %s */\n", vendors[nvendors, 3]) > hfile [all...] |
/src/usr.sbin/ypserv/mknetid/ |
mknetid.c | 385 FILE *hfile; local in function:print_hosts 389 if ((hfile = fopen(fname, "r")) == NULL) 393 (line = fparseln(hfile, &len, NULL, NULL, FPARSELN_UNESCALL)); 412 (void) fclose(hfile);
|
/src/lib/libedit/TEST/ |
wtc1.c | 18 static const char hfile[] = ".whistory"; variable in typeref:typename:const char[] 129 history_w(hist, &ev, H_LOAD, hfile); 271 history_w(hist, &ev, H_SAVE, hfile);
|
/src/bin/csh/ |
csh.c | 878 Char buf[BUFSIZE], hbuf[BUFSIZE], *hfile; local in function:rechist 898 if ((hfile = value(STRhistfile)) == STRNULL) { 899 hfile = Strcpy(buf, value(STRhome)); 903 if ((fp = open(short2str(hfile), O_WRONLY | O_CREAT | O_TRUNC,
|