Lines Matching +full:b +full:- +full:side
1 .\" Copyright 1985-1993 Sun Microsystems, Inc.
14 .Op Fl b
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
141 When the server is self-started,
159 .Bl -bullet -offset indent -compact
199 .Em cc -E
207 .Bl -tag -width indent
213 defined when compiling into server-side stubs
215 defined when compiling into client-side stubs
245 .Bl -tag -width indent
248 .It Fl b
277 Compile into C data-definitions (a header).
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
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