OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ssh_agent_pid
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libpam/modules/pam_ssh/
pam_ssh.c
461
const char *
ssh_agent_pid
;
local
466
if ((
ssh_agent_pid
= pam_getenv(pamh, "
SSH_AGENT_PID
")) == NULL) {
470
pid = (pid_t)strtol(
ssh_agent_pid
, &end, 10);
471
if (*
ssh_agent_pid
== '\0' || *end != '\0') {
Completed in 13 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026