/src/tests/fs/kernfs/ |
t_basic.c | 98 char *shost, *p; local in function:ATF_TC_BODY 106 shost = getthehost(); 113 ATF_REQUIRE_STREQ_MSG(buf, shost, "initial hostname mismatch"); 121 shost = getthehost(); 122 ATF_REQUIRE_STREQ_MSG(NEWHOSTNAME, shost, "modified hostname mismatch");
|
/src/sys/net/ |
if_pppoe.c | 1132 uint8_t shost[ETHER_ADDR_LEN]; local in function:pppoe_data_input 1149 memcpy(shost, mtod(m, struct ether_header*)->ether_shost, 1193 pppoe_send_padt(rcvif, session, shost);
|
/src/usr.sbin/syslogd/ |
syslogd.c | 1958 char shost[MAXHOSTNAMELEN + 1]; local in function:logmsg 1961 (void)strlcpy(shost, h, sizeof(shost)); 1962 trim_anydomain(shost); 1963 h = shost;
|