OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UT_HOSTSIZE
(Results
1 - 8
of
8
) sorted by relevancy
/src/include/
utmp.h
51
#define
UT_HOSTSIZE
16
56
char ll_host[
UT_HOSTSIZE
];
62
char ut_host[
UT_HOSTSIZE
];
/src/lib/libc/compat/include/
utmp.h
45
char ut_host[
UT_HOSTSIZE
];
/src/usr.bin/who/
utmpentry.h
41
# define WHO_HOST_LEN
UT_HOSTSIZE
/src/lib/libutil/
logout.c
69
memset(ut.ut_host, 0, (size_t)
UT_HOSTSIZE
);
/src/libexec/ftpd/
logutmp.c
147
memset(ut.ut_host, 0,
UT_HOSTSIZE
);
/src/usr.bin/finger/
util.c
166
# define
UT_HOSTSIZE
_UTX_HOSTSIZE
229
if ((w->host = malloc(
UT_HOSTSIZE
+ 1)) == NULL)
231
memcpy(w->host, ll.ll_host,
UT_HOSTSIZE
);
232
w->host[
UT_HOSTSIZE
] = '\0';
/src/usr.bin/last/
last.c
70
#define
UT_HOSTSIZE
16
152
int hostsize =
UT_HOSTSIZE
;
379
#define HOSTSIZE
UT_HOSTSIZE
/src/usr.sbin/lastlogin/
lastlogin.c
66
#ifndef
UT_HOSTSIZE
67
# define
UT_HOSTSIZE
16
105
* Using
UT_HOSTSIZE
(16) seems too conservative.
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025