Home
last modified time | relevance | path

Searched refs:envs (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_penv.c68 char **envs; in procstat_penv() local
70 envs = procstat_getenvv(procstat, kipp, 0); in procstat_penv()
75 if (envs == NULL) { in procstat_penv()
78 for (i = 0; envs[i] != NULL; i++) { in procstat_penv()
80 i, envs[i]); in procstat_penv()
H A Dprocstat_args.c75 char **envs; in procstat_env() local
81 envs = procstat_getenvv(procstat, kipp, 0); in procstat_env()
86 if (envs == NULL) { in procstat_env()
92 for (i = 0; envs[i] != NULL; i++) in procstat_env()
93 xo_emit(" {l:env/%s}", envs[i]); in procstat_env()
/freebsd/stand/lua/
H A Dcore.lua318 local envs = core.bootenvList()
320 if #envs ~= 0 then
323 for idx, bespec in ipairs(envs) do
325 envs[idx] = bespec
329 return next, envs, nil
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c366 struct zed_conf *zcp, zed_strings_t *envs) in zed_exec_process() argument
375 if (!zcp->zedlet_dir || !zcp->zedlets || !envs || zcp->zevent_fd < 0) in zed_exec_process()
404 e = _zed_exec_create_env(envs); in zed_exec_process()
H A Dzed_exec.h26 struct zed_conf *zcp, zed_strings_t *envs);
/freebsd/crypto/openssh/
H A Dmisc.h200 char * const *envs, size_t nenvs);
202 char * const *envs, size_t nenvs);
H A Dmisc.c2995 lookup_env_in_list(const char *env, char * const *envs, size_t nenvs) in lookup_env_in_list() argument
3001 if (strncmp(envs[i], env, envlen) == 0 && in lookup_env_in_list()
3002 envs[i][envlen] == '=') { in lookup_env_in_list()
3003 return envs[i] + envlen + 1; in lookup_env_in_list()
3010 lookup_setenv_in_list(const char *env, char * const *envs, size_t nenvs) in lookup_setenv_in_list() argument
3021 ret = lookup_env_in_list(name, envs, nenvs); in lookup_setenv_in_list()
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-misspellings.mk108 .unexport-envs # Accepted before 2020-12-12 18:00:18.
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c925 const char *envs[] = {"C_TAP_BUILD", "C_TAP_SOURCE", NULL}; in test_file_path() local
928 for (i = 0; envs[i] != NULL; i++) { in test_file_path()
929 base = getenv(envs[i]); in test_file_path()
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit_record.h279 token_t *au_to_exec_env(char *envs, int envc);
/freebsd/sys/bsm/
H A Daudit_record.h285 token_t *au_to_exec_env(char *envs, int envc);
/freebsd/contrib/less/
H A Dscreen.c745 static struct env *envs = NULL; in ltget_env() local
747 for (p = envs; p != NULL; p = p->next) in ltget_env()
754 p->next = envs; in ltget_env()
755 envs = p; in ltget_env()
/freebsd/sys/security/audit/
H A Dbsm_token.c1321 au_to_exec_env(char *envs, int envc) in au_to_exec_env() argument
1324 return (au_to_exec_strings(envs, envc, AUT_EXEC_ENV)); in au_to_exec_env()
/freebsd/sys/contrib/openzfs/
H A D.mailmap104 Ryan <errornointernet@envs.net> <error.nointernet@gmail.com>
H A DAUTHORS607 Ryan <errornointernet@envs.net>
/freebsd/contrib/bsddialog/
H A DCHANGELOG151 * add: undocumented envs for bsdconfig(8) compatibility.
/freebsd/sys/conf/
H A Doptions1009 # we're not inadvertently holding on to 'secret' values in these stale envs.