Searched refs:execpromises (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bsdstubs.c | 47 pkgconf_pledge_impl(const char *promises, const char *execpromises) in pkgconf_pledge_impl() argument 50 (void) execpromises; in pkgconf_pledge_impl() 98 pkgconf_pledge(const char *promises, const char *execpromises) in pkgconf_pledge() argument 100 return pkgconf_pledge_impl(promises, execpromises); in pkgconf_pledge()
|
| H A D | bsdstubs.h | 33 PKGCONF_API extern int pkgconf_pledge(const char *promises, const char *execpromises);
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.h | 159 int pledge(const char *promises, const char *execpromises);
|
| H A D | bsd-misc.c | 407 pledge(const char *promises, const char *execpromises) in pledge() argument
|
| /freebsd/contrib/bc/src/ |
| H A D | vm.c | 917 bc_pledge(const char* promises, const char* execpromises) argument 919 int r = pledge(promises, execpromises); 942 bc_pledge(const char* promises, const char* execpromises) argument 945 BC_UNUSED(execpromises);
|
| /freebsd/contrib/bc/include/ |
| H A D | vm.h | 936 bc_pledge(const char* promises, const char* execpromises);
|