Home
last modified time | relevance | path

Searched refs:printif (Results 1 – 1 of 1) sorted by relevance

/netbsd/usr.bin/rpcgen/
H A Drpc_svcout.c65 static void printif(const char *, const char *, const char *, const char *);
467 printif("getargs", TRANSP, "(caddr_t)&", ARG); in write_program()
489 printif("freeargs", TRANSP, "(caddr_t)&", ARG); in write_program()
519 printif(const char *proc, const char *transp, const char *prefix, const char *arg) in printif() function