Searched refs:LOGIN_SETRESOURCES (Results 1 - 6 of 6) sorted by path

/openbsd-current/include/
H A Dlogin_cap.h53 #define LOGIN_SETRESOURCES 0x0010 /* Set resource limits */ macro
/openbsd-current/lib/libc/gen/
H A Dlogin_cap.c575 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | LOGIN_SETUMASK |
621 if (flags & LOGIN_SETRESOURCES)
/openbsd-current/libexec/ftpd/
H A Dftpd.c943 flags = LOGIN_SETGROUP|LOGIN_SETPRIORITY|LOGIN_SETRESOURCES;
/openbsd-current/sbin/init/
H A Dinit.c1427 LOGIN_SETPRIORITY|LOGIN_SETRESOURCES|LOGIN_SETUMASK);
/openbsd-current/usr.bin/doas/
H A Ddoas.c462 LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | LOGIN_SETUMASK |
/openbsd-current/usr.bin/su/
H A Dsu.c357 flags = LOGIN_SETRESOURCES|LOGIN_SETGROUP|LOGIN_SETUSER;

Completed in 177 milliseconds