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

/freebsd-12-stable/usr.sbin/blacklistctl/
H A DMakefile8 sockaddr_snprintf.c pidfile.c strtoi.c popenve.c
/freebsd-12-stable/usr.sbin/blacklistd/
H A DMakefile9 sockaddr_snprintf.c pidfile.c strtoi.c popenve.c
/freebsd-12-stable/contrib/blacklist/port/
H A Dport.h39 FILE *popenve(const char *, char *const *, char *const *, const char *);
H A Dpopenve.c1 /* $NetBSD: popenve.c,v 1.2 2015/01/22 03:10:50 christos Exp $ */
44 __RCSID("$NetBSD: popenve.c,v 1.2 2015/01/22 03:10:50 christos Exp $");
189 popenve(const char *cmd, char *const *argv, char *const *envp, const char *type) function
/freebsd-12-stable/contrib/blacklist/bin/
H A Drun.c95 fp = popenve(controlprog, __UNCONST(argv), environ, "r");
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9268 INTERCEPTOR(__sanitizer_FILE *, popenve, const char *path,
9271 COMMON_INTERCEPTOR_ENTER(ctx, popenve, path, argv, envp, type);
9292 __sanitizer_FILE *res = REAL(popenve)(path, argv, envp, type);
9297 #define INIT_POPENVE COMMON_INTERCEPT_FUNCTION(popenve)

Completed in 181 milliseconds