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
176 special processing that cannot be automatically generated. The
177 automatically-generated functions might conflict or interfere with
178 the hand-rolled function. To avoid editing the generated source code
180 decoder functions are not included in the generated header and
208 to the generated source file.
218 of functions that should get a prototype in the generated header,
225 Adds these prototypes in the generated header:
230 And, in the generated source code, both of these functions appear
259 generated source code, for improved (temporary) observability