Lines Matching +full:side +full:- +full:by +full:- +full:side
1 .\" Copyright 1985-1993 Sun Microsystems, Inc.
77 server-side stubs in
79 and client-side stubs in
106 then the client side sample file is written to
108 the server side sample file to
116 the server created can be started both by the port monitors
119 or by itself.
120 When it is started by a port monitor,
128 When the server generated by
141 When the server is self-started,
142 it backgrounds itself by default.
159 .Bl -bullet -offset indent -compact
190 it creates a server for the transport specified by
199 .Em cc -E
200 is run on the input file before it is actually interpreted by
204 defines a special preprocessor symbol for use by the
207 .Bl -tag -width indent
213 defined when compiling into server-side stubs
215 defined when compiling into client-side stubs
223 uninterpreted by
245 .Bl -tag -width indent
277 Compile into C data-definitions (a header).
293 that inline code generation is disabled by default).
295 a non-zero value explicitly to override this default.
299 in the server side stubs.
300 Such servers can be self-started or can be started by
302 When the server is self-started, it backgrounds itself by default.
342 .Fl K Ar -1 .
355 Compile into client-side stubs.
362 Compile into server-side stubs,
366 This option is useful for doing callback-routines
371 Generate multithread-safe stubs for passing arguments and results between
377 functions are not yet MT-safe, which means that rpcgen generated server-side
378 code will not be MT-safe.
390 Compile into server-side stubs for the transport
391 specified by
418 in the server side stubs.
432 Compile into server-side stubs for all the
488 will start looking for the C-preprocessor.
497 .Dl example% rpcgen -T prot.x
507 The following example sends the C data-definitions (header)
509 .Dl example% rpcgen -h prot.x
513 server side stubs for
517 .Dl example% rpcgen -s datagram_n -DTEST prot.x
519 To create the server side stubs for the transport indicated
524 .Dl example% rpcgen -n tcp -o prot_svc.c prot.x