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

/openbsd-current/usr.sbin/cron/
H A Dfuncs.h51 **env_copy(char **),
H A Denv.c56 env_copy(char **envp) function
H A Dentry.c306 if ((e->envp = env_copy(envp)) == NULL) {
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c457 char const *const env_copy = (env_value) ? strdup(env_value) : env_value; local
458 (*env)[it] = env_copy;
459 status &= (env_copy) ? 1 : 0;
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.c4709 char **env_copy = env; local
4712 while (*env_copy) {
4713 ++env_copy;
4716 count = env_copy - env;

Completed in 303 milliseconds