Home
last modified time | relevance | path

Searched refs:getpgrp (Results 1 – 25 of 2722) sorted by relevance

12345678910>>...109

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Dgetpgrp.c24 #define getpgrp ______getpgrp macro
28 #undef getpgrp
37 extern int getpgrp(int);
46 return getpgrp(0); in _ast_getpgrp()
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Dgetpgrp.c24 #define getpgrp ______getpgrp macro
28 #undef getpgrp
37 extern int getpgrp(int);
46 return getpgrp(0); in _ast_getpgrp()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dgetpgrp.c24 #define getpgrp ______getpgrp macro
28 #undef getpgrp
37 extern int getpgrp(int);
46 return getpgrp(0); in _ast_getpgrp()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dgetpgrp.texi1 @node getpgrp
2 @section @code{getpgrp}
3 @findex getpgrp
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dgetpgrp.texi1 @node getpgrp
2 @section @code{getpgrp}
3 @findex getpgrp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html}
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/process/
H A Dgetpgid_spec.rb6 Process.getpgid(mock_int(Process.pid)).should == Process.getpgrp
10 Process.getpgid(Process.pid).should == Process.getpgrp
14 Process.getpgid(0).should == Process.getpgrp
/dports/lang/yorick/yorick-y_2_2_04/play/unix/
H A Duinbg.c31 extern pid_t getpgrp(void);
34 extern pid_t getpgrp(pid_t);
49 pid_t pgid = getpgrp(USE_POSIX_GETPGRP); /* get our process group */ in u_in_background()
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp
48 #define getsid getpgrp
98 #define getpgid(a) getpgrp()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSTask/Helpers/
H A Dprocessgroup.m22 printf("getpgrp %d\n", getpgrp());
26 if (atoi(argv[1]) == getpgrp())
/dports/shells/fish/fish-3.3.1/src/
H A Dfish_test_helper.cpp15 if (tcsetpgrp(STDOUT_FILENO, getpgrp()) < 0) { in become_foreground_then_print_stderr()
45 const auto grp = getpgrp(); in report_foreground_loop()
59 bool is_fg = (tcgetpgrp(STDIN_FILENO) == getpgrp()); in report_foreground()
84 static void print_pgrp() { fprintf(stdout, "%ld\n", static_cast<long>(getpgrp())); } in print_pgrp()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/smbd/
H A Dserver.c110 if (done_sigterm == 0 && getpgrp() == getpid()) { in sig_term()
113 kill(-getpgrp(), SIGTERM); in sig_term()
160 if (getpgrp() == getpid()) { in server_stdin_handler()
161 kill(-getpgrp(), SIGTERM); in server_stdin_handler()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_ioctl.py18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_ioctl.py18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_ioctl.py18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_ioctl.py18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_ioctl.py18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_ioctl.py18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))

12345678910>>...109