OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nutmp_idlep
(Results
1 - 1
of
1
) sorted by relevancy
/src/libexec/rpc.rusersd/
rusers_proc.c
89
struct utmpidle **
nutmp_idlep
;
local in function:getarrays2
97
nutmp_idlep
= malloc(sizeof(*
nutmp_idlep
) * ne);
100
nutmp_idlep
= realloc(utmp_idlep, sizeof(*
nutmp_idlep
) * ne);
104
if (
nutmp_idlep
== NULL || nutmp_idle == NULL) {
107
free(
nutmp_idlep
);
112
utmp_idlep =
nutmp_idlep
;
Completed in 46 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025