OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:topslot
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ftpd/
logutmp.c
83
static int
topslot
= -1;
variable in typeref:typename:int
99
if (
topslot
< 0) {
100
topslot
= 0;
102
topslot
++;
104
if ((
topslot
< 0) || ((fd < 0)
111
(void)lseek(fd, (off_t)(
topslot
* sizeof(UTMP)), SEEK_SET);
119
topslot
++;
121
(void)lseek(fd, (off_t)(
topslot
* sizeof(UTMP)),
logutmp.c
83
static int
topslot
= -1;
variable in typeref:typename:int
99
if (
topslot
< 0) {
100
topslot
= 0;
102
topslot
++;
104
if ((
topslot
< 0) || ((fd < 0)
111
(void)lseek(fd, (off_t)(
topslot
* sizeof(UTMP)), SEEK_SET);
119
topslot
++;
121
(void)lseek(fd, (off_t)(
topslot
* sizeof(UTMP)),
Completed in 43 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025