/src/lib/libwrap/ |
eval.c | 4 * Routines for controlled evaluation of host names, user names, and so on. 44 * host name has the value STRING_PARANOID it means there was a name/address 66 eval_hostaddr(struct host_info *host) 68 if (host->addr[0] == 0) { 69 (void)strlcpy(host->addr, unknown, sizeof(host->addr)); 70 if (host->request->hostaddr != 0) 71 host->request->hostaddr(host); 73 return (host->addr) 134 char *host = eval_hostinfo(request->server); local in function:eval_server [all...] |
/src/usr.sbin/lpr/common_source/ |
common_vars.c | 47 char host[MAXHOSTNAMELEN+1]; /* host machine name */ variable in typeref:typename:char[] 48 char *from = host; /* client's machine name */
|
fatal.c | 56 if (from != host) 57 (void)printf("%s: ", host);
|
/src/tests/lib/libc/gen/ |
t_sethostname.c | 41 static char host[MAXHOSTNAMELEN]; variable in typeref:typename:char[] 71 (void)sethostname(host, sizeof(host)); 76 (void)sethostname(host, sizeof(host)); 82 atf_tc_set_md_var(tc, "descr", "Too long host name errors out?"); 97 (void)sethostname(host, sizeof(host)); 103 atf_tc_set_md_var(tc, "descr", "Can normal user set the host name?"); 112 ATF_REQUIRE_ERRNO(EPERM, sethostname(host, sizeof(host)) == -1) [all...] |
/src/distrib/utils/libhack/ |
getnetgr.c | 38 getnetgrent(host, user, domain) 39 const char **host; 47 innetgr(grp, host, user, domain) 48 const char *grp, *host, *user, *domain;
|
utmp.c | 41 logwtmp(line, name, host) 42 const char *line, *name, *host; 47 logwtmpx(line, name, host, status, type) 48 const char *line, *name, *host;
|
/src/etc/autofs/ |
special_hosts | 15 echo "$out" | awk -v host="$1" \ 16 '{ printf "\"%s\"\t\"%s:%s\" ", $0, host, $0 } END { printf "\n" }'
|
/src/tools/date/ |
Makefile | 8 # Prevent Makefile.host from trying to use the version of libnbcompat 12 # Use uninstalled copy of host-mkdep 13 HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR} 14 HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep 22 .include "${.CURDIR}/../Makefile.host"
|
/src/tools/host-mkdep/ |
Makefile | 5 HOSTPROG= host-mkdep 6 HOSTPROGNAME= ${_TOOL_PREFIX}host-mkdep 11 CLEANFILES+= config.cache config.log config.status host-mkdep 17 # available at the time that host-mkdep is built. The configure script 27 realall: host-mkdep 28 host-mkdep: configure host-mkdep.in 37 # Install rule, copied from src/tools/Makefile.host. 38 # We can't include Makefile.host because there is no HOST_SRCDIR 39 # corresponding to host-mkdep [all...] |
/src/usr.sbin/bootp/common/ |
dovend.h | 5 extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
|
/src/lib/libc/inet/ |
inet_makeaddr.c | 51 * Formulate an Internet address from network + host. Used in 55 inet_makeaddr(in_addr_t net, in_addr_t host) 61 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); 63 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); 65 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); 67 addr = net | host;
|
/src/tests/lib/libc/net/getaddrinfo/ |
basics_v4.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv http 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http 10 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 11 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 13 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv tft [all...] |
spec_fam_v4v6.exp | 1 arg: flags 0x2 family 2 socktype 0 protocol 0 addrlen 0 host localhost serv http 2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 5 arg: flags 0x2 family 24 socktype 0 protocol 0 addrlen 0 host localhost serv http 6 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 7 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http
|
basics_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv http 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http 10 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 11 ai2: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 12 ai3: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv htt [all...] |
sock_raw_v4.exp | 1 arg: flags 0x2 family 0 socktype 3 protocol 0 addrlen 0 host localhost serv (empty) 2 ai1: flags 0x2 family 2 socktype 3 protocol 0 addrlen 16 host 127.0.0.1 serv 0 4 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv (empty) 5 ai1: flags 0x2 family 2 socktype 3 protocol 59 addrlen 16 host 127.0.0.1 serv 0 7 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv 80 9 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv www 11 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host ::1 serv (empty) 12 ai1: flags 0x2 family 24 socktype 3 protocol 59 addrlen 28 host ::1 serv 0
|
spec_fam_v4.exp | 1 arg: flags 0x2 family 2 socktype 0 protocol 0 addrlen 0 host localhost serv http 2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 5 arg: flags 0x2 family 24 socktype 0 protocol 0 addrlen 0 host localhost serv http
|
unsup_fam.exp | 1 arg: flags 0x2 family 99 socktype 0 protocol 0 addrlen 0 host localhost serv (empty)
|
no_serv_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv (empty) 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv 0 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv 0 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv (empty) 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv 0 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv 0 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv (empty) 10 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv 0 11 ai2: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv 0 12 ai3: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv [all...] |
scoped.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host fe80::1%lo0 serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host fe80::1%lo0 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host fe80::1%lo0 serv http
|
/src/etc/rc.d/ |
iscsid_volumes | 21 while read host target digest auth user alias; do 22 case $host in 56 case $host in 58 port=${host#*:} 59 host=${host%%:*} 69 -a "$host" \ 95 while read host target digest auth user alias; do 96 case $host in
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi.c | 89 struct intel_dsi_host *host; local in function:intel_dsi_host_init 92 host = kzalloc(sizeof(*host), GFP_KERNEL); 93 if (!host) 96 host->base.ops = funcs; 97 host->intel_dsi = intel_dsi; 98 host->port = port; 101 * We should call mipi_dsi_host_register(&host->base) here, but we don't 102 * have a host->dev, and we don't have OF stuff either. So just use the 109 kfree(host); [all...] |
/src/sys/fs/nfs/nlm/ |
nlm_prot_impl.c | 77 * If a host is inactive (and holds no locks) for this amount of 83 * We check the host list for idle every few seconds. 185 * A lock to protect the host list and waiting lock list. 215 * nh_pending list of the NLM host. 218 TAILQ_ENTRY(nlm_async_lock) af_link; /* (l) host's list of locks */ 223 struct nlm_host *af_host; /* (c) host which is locking */ 231 * NLM host. 249 char nh_caller_name[MAXNAMELEN]; /* (c) printable name of host */ 252 struct sockaddr_storage nh_addr; /* (s) remote address of host */ 255 rpcvers_t nh_vers; /* (s) NLM version of host */ 651 struct nlm_host *host = af->af_host; local in function:nlm_cancel_async_lock 742 struct nlm_host *host = (struct nlm_host *) arg; local in function:nlm_client_recovery_start 818 struct nlm_host *host; local in function:nlm_host_lock_count_sysctl 832 struct nlm_host *host; local in function:nlm_host_client_lock_count_sysctl 846 struct nlm_host *host; local in function:nlm_create_host 951 struct nlm_host *host; local in function:nlm_check_idle 990 struct nlm_host *host; local in function:nlm_find_host_by_name 1067 struct nlm_host *host; local in function:nlm_find_host_by_addr 1125 struct nlm_host *host; local in function:nlm_find_host_by_sysid 1546 struct nlm_host *host, *nhost; local in function:nlm_server_main 1737 struct nlm_host *host; local in function:nlm_sm_notify 1868 struct nlm_host *host, *bhost; local in function:nlm_do_test 1966 struct nlm_host *host; local in function:nlm_do_lock 2155 struct nlm_host *host; local in function:nlm_do_cancel 2245 struct nlm_host *host; local in function:nlm_do_unlock 2306 struct nlm_host *host; local in function:nlm_do_granted 2349 struct nlm_host *host = NULL; local in function:nlm_do_granted_res 2408 struct nlm_host *host, *thost; local in function:nlm_do_free_all [all...] |
/src/tools/fdisk/ |
Makefile | 10 .include "${.CURDIR}/../Makefile.host"
|
/src/share/doc/psd/20.ipctut/ |
dgramsend.c | 63 * of the specified host. The port number is taken from the command 68 fprintf(stderr, "%s: unknown host\n", argv[1]);
|
streamwrite.c | 66 fprintf(stderr, "%s: unknown host\n", argv[1]);
|