Lines Matching full:generated
22 The C code generated by rpcgen makes extensive use of the facilities
24 of the generated code is very traditional K&R C.
33 2. rpcgen-generated code is believed to be less efficient than code
44 In order to accrue the benefits of machine-generated XDR code in the
95 additional comments in the generated code to help readers match the
96 generated code to specific parts of the XDR specification.
98 Because the generated code is targeted for the Linux kernel, it
129 The source code is generated in the same order in which they appear
130 in the specification to ensure the generated code compiles. This
133 xdrgen assumes that the generated source code is further compiled by
159 special processing that cannot be automatically generated. The
160 automatically-generated functions might conflict or interfere with
161 the hand-rolled function. To avoid editing the generated source code
163 decoder functions are not included in the generated header and
191 to the generated source file.
201 of functions that should get a prototype in the generated header,
208 Adds these prototypes in the generated header:
213 And, in the generated source code, both of these functions appear
242 generated source code, for improved (temporary) observability