Lines Matching defs:space
729 print_return(char *space)
732 f_print(fout, "%sexit(0);\n", space);
739 space);
741 f_print(fout, "%s_rpcsvccount--;\n", space);
742 f_print(fout, "%s_rpcsvcstate = _SERVED;\n", space);
746 space);
749 f_print(fout, "%sreturn; /* CSTYLED */\n", space);
753 print_pmapunset(char *space)
765 space, def->def_name, vp->vers_name);
772 print_err_message(const char *space, const char *fmt, ...)
782 f_print(fout, "%ssyslog(LOG_ERR, \"%%s\",\n", space);
784 f_print(fout, "%sRPC_MSGOUT(\"%%s\",\n", space);
786 f_print(fout, "%sfprintf(stderr, \"%%s\",\n", space);
787 f_print(fout, "%s \"%s\");\n", space, errbuf);