OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setsid
(Results
101 - 107
of
107
) sorted by null
1
2
3
4
5
/system/core/adb/
adb.c
878
setsid
();
[
all
...]
/external/mksh/src/
misc.c
[
all
...]
/external/openssh/
ssh-agent.c
[
all
...]
session.c
529
if (
setsid
() < 0)
530
error("
setsid
failed: %.100s", strerror(errno));
[
all
...]
sshd.c
[
all
...]
configure
9968
setsid
();
function
[
all
...]
/external/ppp/pppd/
sys-solaris.c
878
setsid
();
[
all
...]
Completed in 4001 milliseconds
1
2
3
4
5