OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utmp_idle
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/rpc.rusersd/
rusers_proc.c
63
static struct utmpidle *
utmp_idle
;
variable in typeref:struct:utmpidle *
101
nutmp_idle = realloc(
utmp_idle
, sizeof(*nutmp_idle) * ne);
113
utmp_idle
= nutmp_idle;
255
utmp_idlep[nu] = &
utmp_idle
[nu];
256
utmp_idle
[nu].ui_utmp.ut_time = e->tv.tv_sec;
257
utmp_idle
[nu].ui_idle = idle;
258
(void)strncpy(
utmp_idle
[nu].ui_utmp.ut_line, e->line,
259
sizeof(
utmp_idle
[nu].ui_utmp.ut_line));
260
(void)strncpy(
utmp_idle
[nu].ui_utmp.ut_name, e->name,
261
sizeof(
utmp_idle
[nu].ui_utmp.ut_name))
[
all
...]
rusers_proc.c
63
static struct utmpidle *
utmp_idle
;
variable in typeref:struct:utmpidle *
101
nutmp_idle = realloc(
utmp_idle
, sizeof(*nutmp_idle) * ne);
113
utmp_idle
= nutmp_idle;
255
utmp_idlep[nu] = &
utmp_idle
[nu];
256
utmp_idle
[nu].ui_utmp.ut_time = e->tv.tv_sec;
257
utmp_idle
[nu].ui_idle = idle;
258
(void)strncpy(
utmp_idle
[nu].ui_utmp.ut_line, e->line,
259
sizeof(
utmp_idle
[nu].ui_utmp.ut_line));
260
(void)strncpy(
utmp_idle
[nu].ui_utmp.ut_name, e->name,
261
sizeof(
utmp_idle
[nu].ui_utmp.ut_name))
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025