OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:login_write
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
loginrec.c
92
or log out) is to be taken. They both then call
login_write
(), which
205
return
login_write
(li);
221
return
login_write
(li);
324
**
login_write
: Call low-level recording functions based on autoconf
328
login_write
(struct logininfo *li)
function
[
all
...]
/external/openssh/
loginrec.c
111
* or log out) is to be taken. They both then call
login_write
(), which
237
return (
login_write
(li));
254
return (
login_write
(li));
430
**
login_write
: Call low-level recording functions based on autoconf
434
login_write
(struct logininfo *li)
function
[
all
...]
Completed in 659 milliseconds