OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sunx
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/syslogd/
syslogd.c
307
struct sockaddr_un
sunx
;
local in function:main
523
memset(&
sunx
, 0, sizeof(
sunx
));
524
sunx
.sun_family = AF_LOCAL;
525
(void)strncpy(
sunx
.sun_path, *pp, sizeof(
sunx
.sun_path));
528
(struct sockaddr *)&
sunx
, SUN_LEN(&
sunx
)) < 0 ||
syslogd.c
307
struct sockaddr_un
sunx
;
local in function:main
523
memset(&
sunx
, 0, sizeof(
sunx
));
524
sunx
.sun_family = AF_LOCAL;
525
(void)strncpy(
sunx
.sun_path, *pp, sizeof(
sunx
.sun_path));
528
(struct sockaddr *)&
sunx
, SUN_LEN(&
sunx
)) < 0 ||
Completed in 159 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025