Home | History | Annotate | Download | only in gdb

Lines Matching refs:setpgrp

19964     setpgrp \
30047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
30048 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
30053 as_fn_error $? "cannot check setpgrp when cross compiling" "$LINENO" 5
30061 /* If this system has a BSD-style setpgrp which takes arguments,
30062 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
30064 return setpgrp (1,1) != -1;
30088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
30089 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
30099 if (setpgrp(1,1) == -1)