Home
last modified time | relevance | path

Searched refs:envs (Results 1 – 13 of 13) 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/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.h25 struct zed_conf *zcp, zed_strings_t *envs);
H A Dzed_exec.c326 struct zed_conf *zcp, zed_strings_t *envs) in zed_exec_process() argument
335 if (!zcp->zedlet_dir || !zcp->zedlets || !envs || zcp->zevent_fd < 0) in zed_exec_process()
364 e = _zed_exec_create_env(envs); in zed_exec_process()
/freebsd/crypto/openssh/
H A Dmisc.h184 char * const *envs, size_t nenvs);
186 char * const *envs, size_t nenvs);
H A Dmisc.c2877 lookup_env_in_list(const char *env, char * const *envs, size_t nenvs) in lookup_env_in_list() argument
2883 if (strncmp(envs[i], env, envlen) == 0 && in lookup_env_in_list()
2884 envs[i][envlen] == '=') { in lookup_env_in_list()
2885 return envs[i] + envlen + 1; in lookup_env_in_list()
2892 lookup_setenv_in_list(const char *env, char * const *envs, size_t nenvs) in lookup_setenv_in_list() argument
2903 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/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.c731 static struct env *envs = NULL; in ltget_env() local
733 for (p = envs; p != NULL; p = p->next) in ltget_env()
740 p->next = envs; in ltget_env()
741 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/contrib/bsddialog/
H A DCHANGELOG88 * add: undocumented envs for bsdconfig(8) compatibility.
/freebsd/sys/conf/
H A Doptions1022 # we're not inadvertently holding on to 'secret' values in these stale envs.