HomeSort by: relevance | last modified time | path
    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