/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_test.c | 14 char last_id[32] = ""; variable in typeref:typename:char[32] 73 if(strlen(last_id)) { 75 test_v2_cancel(host_name, printer, "nosuchuser", last_id); 77 test_v2_cancel(host_name, printer, user_name, last_id); 82 test_v2_cancel(host_name, "nosuchprinter", user_name, last_id); 268 strlcpy(last_id, rp->id, sizeof(last_id));
|
pcnfsd_test.c | 14 char last_id[32] = ""; variable in typeref:typename:char[32] 73 if(strlen(last_id)) { 75 test_v2_cancel(host_name, printer, "nosuchuser", last_id); 77 test_v2_cancel(host_name, printer, user_name, last_id); 82 test_v2_cancel(host_name, "nosuchprinter", user_name, last_id); 268 strlcpy(last_id, rp->id, sizeof(last_id));
|