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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 25 char *host_name; local in function:main
38 host_name = argv[2];
58 test_v2_auth(host_name, user_name, passwd);
60 test_v2_auth(host_name, user_name, "bogus");
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");
75 test_v2_cancel(host_name, printer, "nosuchuser", last_id);
77 test_v2_cancel(host_name, printer, user_name, last_id)
    [all...]
pcnfsd_test.c 25 char *host_name; local in function:main
38 host_name = argv[2];
58 test_v2_auth(host_name, user_name, passwd);
60 test_v2_auth(host_name, user_name, "bogus");
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");
75 test_v2_cancel(host_name, printer, "nosuchuser", last_id);
77 test_v2_cancel(host_name, printer, user_name, last_id)
    [all...]
  /src/libexec/telnetd/
telnetd.c 665 char host_name[MAXHOSTNAMELEN + 1]; variable in typeref:typename:char[]
712 (void)gethostname(host_name, sizeof(host_name));
713 host_name[sizeof(host_name) - 1] = '\0';
714 hostname = host_name;
908 (void)strlcpy(host_name, HN, sizeof(host_name));
916 edithost(HE, host_name);
telnetd.c 665 char host_name[MAXHOSTNAMELEN + 1]; variable in typeref:typename:char[]
712 (void)gethostname(host_name, sizeof(host_name));
713 host_name[sizeof(host_name) - 1] = '\0';
714 hostname = host_name;
908 (void)strlcpy(host_name, HN, sizeof(host_name));
916 edithost(HE, host_name);
  /src/bin/sh/
var.c 128 struct var host_name; variable in typeref:struct:var
184 { &host_name, VSTRFIXED|VTEXTFIXED|VFUNCREF, "HOSTNAME=",
var.c 128 struct var host_name; variable in typeref:struct:var
184 { &host_name, VSTRFIXED|VTEXTFIXED|VFUNCREF, "HOSTNAME=",

Completed in 25 milliseconds