Lines Matching +full:sample +full:- +full:time
1 .\" Copyright 1985-1993 Sun Microsystems, Inc.
77 server-side stubs in
79 and client-side stubs in
91 utility can also generate sample client and server files
98 options generate sample client, server and makefile, respectively.
101 option generates all files, including sample files.
106 then the client side sample file is written to
108 the server side sample file to
110 and the sample makefile to
140 the transports are chosen at run time and not at compile time.
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
247 Generate all files, including sample files.
277 Compile into C data-definitions (a header).
295 a non-zero value explicitly to override this default.
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
432 Compile into server-side stubs for all the
450 the transports are chosen at run time and not at compile time.
452 Generate sample client code that uses remote procedure calls.
454 Generate a sample
458 Generate sample server code that uses remote procedure calls.
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
517 .Dl example% rpcgen -s datagram_n -DTEST prot.x
524 .Dl example% rpcgen -n tcp -o prot_svc.c prot.x