OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/blocklist/port/
sockaddr_snprintf.c
71
#define
SLEN
(a) (a)->a ## _len
96
#define
SLEN
(a) socklen((a)->a ## _family)
108
SLEN
(sat), sat->sat_family, sat->sat_port,
121
SLEN
(sin), sin->sin_family, sin->sin_port,
134
SLEN
(sin6), sin6->sin6_family, sin6->sin6_port,
144
SLEN
(sun), sun->sun_family, (int)sizeof(sun->sun_path),
157
SLEN
(sdl), sdl->sdl_family, sdl->sdl_index,
238
if (a && getnameinfo(sa, (socklen_t)
SLEN
(sa), addr = abuf,
268
(void)snprintf(nbuf, sizeof(nbuf), "%d",
SLEN
(sa));
277
getnameinfo(sa, (socklen_t)
SLEN
(sa)
[
all
...]
/src/games/fortune/fortune/
fortune.c
78
#define
SLEN
160 /* # of chars in short fortune */
207
} while ((Short_only && fortlen() >
SLEN
) ||
208
(Long_only && fortlen() <=
SLEN
));
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026