HomeSort by: relevance | last modified time | path
    Searched refs:popenve (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gen/
popen.c 226 popenve(const char *cmd, char *const *argv, char *const *envp, const char *type) function in typeref:typename:FILE *
  /src/include/
stdio.h 336 FILE *popenve(const char *, char *const *, char *const *, const char *);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 9138 INTERCEPTOR(__sanitizer_FILE *, popenve, const char *path,
9141 COMMON_INTERCEPTOR_ENTER(ctx, popenve, path, argv, envp, type);
9162 __sanitizer_FILE *res = REAL(popenve)(path, argv, envp, type);
9167 #define INIT_POPENVE COMMON_INTERCEPT_FUNCTION(popenve)

Completed in 19 milliseconds