HomeSort by: relevance | last modified time | path
    Searched refs:su_popen (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
extern.h 32 FILE *su_popen(char *, char *, int);
pcnfsd_print.c 344 if ((fd = su_popen(user, xcmd, MAXTIME_FOR_PRINT)) == NULL) {
345 msg_out("rpc.pcnfsd: su_popen failed");
661 p = su_popen(user, buff, MAXTIME_FOR_QUEUE);
741 p = su_popen(user, buff, MAXTIME_FOR_QUEUE);
1085 if ((fd = su_popen(user, cmdbuf, MAXTIME_FOR_CANCEL)) == NULL) {
1086 msg_out("rpc.pcnfsd: su_popen failed");
1131 if ((fd = su_popen(user, cmdbuf, MAXTIME_FOR_CANCEL)) == NULL) {
1132 msg_out("rpc.pcnfsd: su_popen failed");
1167 ** is the command which should be run (via "su_popen()") if a
pcnfsd_misc.c 356 msg_out("rpc.pcnfsd: su_popen timeout - killed child process");
406 su_popen(char *user, char *cmd, int maxtime) function in typeref:typename:FILE *
427 msg_out("rpc.pcnfsd: unable to create pipe in su_popen");

Completed in 12 milliseconds