HomeSort by: relevance | last modified time | path
    Searched defs:last_id (Results 1 - 2 of 2) sorted by relevancy

  /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));

Completed in 26 milliseconds