Searched refs:SETGIDCALL (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/test/
H A Dt_dropgid.c39 # define SETGIDCALL "setegid" macro
42 # define SETGIDCALL "setregid" macro
45 # define SETGIDCALL "setresgid" macro
48 #ifndef SETGIDCALL
49 # define SETGIDCALL "setgid" macro
50 #endif /* ! SETGIDCALL */
139 SETGIDCALL);
152 printf("\nIt is possible to use %s on this system\n", SETGIDCALL);

Completed in 96 milliseconds