pgrp 277 nosyscallsreal.c int _real_tcsetpgrp(int fd, pid_t pgrp) {
pgrp 278 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (tcsetpgrp) (fd, pgrp);
pgrp 143 plugin/pid/pid_syscallsreal.c int _real_tcsetpgrp(int fd, pid_t pgrp){
pgrp 144 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH ( tcsetpgrp ) ( fd, pgrp );
pgrp 167 plugin/pid/pidwrappers.cpp extern "C" pid_t tcsetpgrp(int fd, pid_t pgrp)
pgrp 171 plugin/pid/pidwrappers.cpp pid_t currPgrp = VIRTUAL_TO_REAL_PID(pgrp);
pgrp 210 plugin/pid/pidwrappers.cpp pid_t pgrp = _real_getpgrp();
pgrp 211 plugin/pid/pidwrappers.cpp pid_t origPgrp = REAL_TO_VIRTUAL_PID(pgrp);
pgrp 182 plugin/pid/pidwrappers.h int _real_tcsetpgrp(int fd, pid_t pgrp);