OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/btattach/
init_bcm43xx.c
99
char
local_name
[256];
local in function:init_bcm43xx
103
memset(
local_name
, 0, sizeof(
local_name
));
110
if (bcm43xx_get_local_name(fd,
local_name
, sizeof(
local_name
)) != 0) {
114
snprintf(fw, sizeof(fw), "%s.hcd",
local_name
);
/src/games/hunt/hunt/
server.c
74
char
local_name
[MAXHOSTNAMELEN + 1];
local in function:serverlist_setup
77
if (gethostname(
local_name
, sizeof(
local_name
)) < 0) {
80
local_name
[sizeof(
local_name
) - 1] = '\0';
81
if ((hp = gethostbyname(
local_name
)) == NULL) {
Completed in 35 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025