Searched refs:setpgrp (Results 1 – 25 of 26) sorted by relevance
12
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 27 #define setsid() setpgrp(0, getpid())
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 148 int setpgrp(int, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 148 int setpgrp(int, int);
|
/external/openssh/ |
D | sshpty.c | 159 if (setpgrp(0,0) < 0) in pty_make_controlling_tty()
|
D | config.h.in | 1435 /* Need setpgrp to acquire controlling tty */
|
D | configure.ac | 792 AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty])
|
/external/netperf/ |
D | netserver.c | 628 setpgrp(); in set_up_server()
|
/external/toybox/toys/pending/ |
D | crond.c | 457 setpgrp(); in do_fork()
|
/external/ltrace/etc/ |
D | libc.so.conf | 397 int setpgrp(); function
|
/external/libvncserver/ |
D | rfbconfig.h.in | 192 /* Define to 1 if you have the `setpgrp' function. */
|
D | configure.ac | 924 …AC_CHECK_FUNCS([setsid setpgrp getpwuid getpwnam getspnam getuid geteuid setuid setgid seteuid set…
|
D | ChangeLog | 3425 setsid/setpgrp and -cc 4 for -create 6624 checks for fork and setpgrp
|
/external/libvncserver/x11vnc/ |
D | solid.c | 1215 setpgrp(); in solid_macosx()
|
D | unixpw.c | 1064 if (setpgrp() == -1) {
|
D | RELEASE-NOTES | 850 as a session type. setpgrp(2) is used for the spawned 866 setsid() or setpgrp() is called for the external command spawned
|
D | connections.c | 738 setpgrp(); in run_user_command()
|
D | ChangeLog | 459 * x11vnc: setsid() for -gone mode. setpgrp for -create script and
|
D | x11vnc.c | 254 if (setpgrp() == -1) { in tsdo()
|
D | README | 3935 setpgrp that looks like: 3937 setpgrp(0, 0); 3940 then use -gone "setpgrp xlock &", etc. 9588 perl -e 'setpgrp(0,0); exec "xscreensaver -nosplash &"'
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3834 LSS_INLINE int LSS_NAME(setpgrp)(void) { in LSS_NAME() argument
|
/external/libvncserver/autom4te.cache/ |
D | traces.1 | 1432 m4trace:configure.ac:924: -1- AH_OUTPUT([HAVE_SETPGRP], [/* Define to 1 if you have the `setpgrp\' …
|
D | output.1 | 24728 …for ac_func in setsid setpgrp getpwuid getpwnam getspnam getuid geteuid setuid setgid seteuid sete…
|
D | output.2 | 24728 …for ac_func in setsid setpgrp getpwuid getpwnam getspnam getuid geteuid setuid setgid seteuid sete…
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2855 fun:setpgrp=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 752 PUBLIC acd10 0 setpgrp
|
12