Home
last modified time | relevance | path

Searched refs:getpgid (Results 1 – 25 of 2062) sorted by relevance

12345678910>>...83

/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dbshconf.h44 #define getpgid getpgrp macro
51 #define getsid getpgid
98 #define getpgid(a) getpgrp() macro
103 #undef getpgid
104 #define getpgid(a) getpid() macro
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dgetpgid.texi1 @node getpgid
2 @section @code{getpgid}
3 @findex getpgid
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgid.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dgetpgid.texi1 @node getpgid
2 @section @code{getpgid}
3 @findex getpgid
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getpgid.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
H A Dsetpgid_spec.rb18 Process.getpgid(pid).should == Process.getpgrp
20 Process.getpgid(pid).should == pid
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/fixinc/tests/base/
H A Dunistd.h20 extern pid_t getpgid(pid_t);
22 extern int getpgid();
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/fixincludes/tests/base/
H A Dunistd.h20 extern pid_t getpgid(pid_t);
22 extern int getpgid();
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/fixinc/tests/base/
H A Dunistd.h20 extern pid_t getpgid(pid_t);
22 extern int getpgid();
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/process_group/
H A Dmain.c65 printf("Child's previous process group is: %d\n", getpgid(0)); in main()
67 printf("Child's process group set to: %d\n", getpgid(0)); in main()

12345678910>>...83