Lines Matching +full:software +full:- +full:generated
1 #!/bin/sh -
7 # This code is derived from software contributed to Berkeley by
19 # may be used to endorse or promote products derived from this software
22 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
31 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39 USAGE="Usage: $0 -h|-fc|-fh|-bh <filenames>"
54 -h)
55 set - `echo $FILES | sed -e 's/\\./_/g'`
59 printf("/* Automatically generated file, do not edit */\n");
65 name = substr($2, 1, length($2) - 3);
67 # XXX: need a space between name and prototype so that -fc and -fh
81 -bh)
84 printf("/* Automatically generated file, do not edit */\n");
94 name = substr($2, 1, length($2) - 3);
101 s = "-";
105 printf(" { %-30.30s %-30.30s\n","L\"" fname "\",", uname ",");
125 -fh)
129 printf("/* Automatically generated file, do not edit */\n");
133 printf("#define\t%-30.30s\t%3d\n", $1, count++);
136 printf("#define\t%-30.30s\t%3d\n", "EL_NUM_FCNS", count);
142 -fc)
145 printf("/* Automatically generated file, do not edit */\n");
162 printf("%-26.26s ", s);