Lines Matching +full:conversion +full:- +full:interval
1 .\" Copyright 1985-1993 Sun Microsystems, Inc.
77 server-side stubs in
79 and client-side stubs in
141 When the server is self-started,
159 .Bl -bullet -offset indent -compact
170 management and XDR data conversion.
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
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.
335 That interval can be changed using the
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
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