OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/compat/gen/
compat_lastlogx.c
64
static char
llfile
[MAXPATHLEN] = _PATH_LASTLOGX;
75
if (len >= sizeof(
llfile
))
82
(void)strlcpy(
llfile
, fname, sizeof(
llfile
));
90
return __getlastlogx13(
llfile
, uid, ll);
compat_utmpx.c
143
static char
llfile
[MAXPATHLEN] = _PATH_LASTLOGX;
variable in typeref:typename:char[]
154
if (len >= sizeof(
llfile
))
161
(void)strlcpy(
llfile
, fname, sizeof(
llfile
));
169
return __getlastlogx13(
llfile
, uid, ll);
Completed in 11 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025