Home
last modified time | relevance | path

Searched refs:GETPGRP_VOID (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/bin/csh/
Dconfig.h10 #define GETPGRP_VOID 1 macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dbsd-misc.c345 #if defined(HAVE_GETPGRP) && !defined(GETPGRP_VOID) && GETPGRP_VOID == 0 in getpgid()
/freebsd-12-stable/usr.bin/ftp/
Dtnftp_config.h17 #define GETPGRP_VOID 1 macro
/freebsd-12-stable/crypto/openssh/
Dconfig.h164 #define GETPGRP_VOID 1 macro
Ddefines.h703 #ifndef GETPGRP_VOID
Dconfigure.ac2709 AC_DEFINE([GETPGRP_VOID], [1], [getpgrp takes zero args])],
2711 AC_DEFINE([GETPGRP_VOID], [0], [getpgrp takes one arg])]
/freebsd-12-stable/usr.sbin/amd/include/
Dconfig.h44 #define GETPGRP_VOID 1 macro
/freebsd-12-stable/contrib/tcsh/
Dtc.os.h462 #ifndef GETPGRP_VOID
Dsh.h464 # ifndef GETPGRP_VOID
/freebsd-12-stable/contrib/tnftp/src/
Dprogressbar.c72 #if GETPGRP_VOID in foregroundproc()
/freebsd-12-stable/contrib/tnftp/
DChangeLog1711 * change test against GETPGRP_VOID from #ifdef to #if