/src/usr.sbin/lpr/common_source/ |
common_vars.c | 46 char *printer; /* printer name */ variable in typeref:typename:char *
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_test.c | 26 char *printer; local in function:main 32 fprintf(stderr, "usage: %s server host printer user password [transport]\n", 39 printer = argv[3]; 64 test_v2_init(host_name, printer); 66 test_v2_start(host_name, printer, user_name, "foo", "foo"); 68 test_v2_start(host_name, printer, user_name, "bar", "bar"); 70 test_v2_start(host_name, printer, user_name, "bletch", "gack"); 72 test_v2_queue(printer, user_name, FALSE); 75 test_v2_cancel(host_name, printer, "nosuchuser", last_id); 77 test_v2_cancel(host_name, printer, user_name, last_id) [all...] |