| /freebsd/usr.bin/procstat/ |
| H A D | procstat_penv.c | 68 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 D | procstat_args.c | 75 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 D | core.lua | 318 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 D | zed_exec.c | 366 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 D | zed_exec.h | 26 struct zed_conf *zcp, zed_strings_t *envs);
|
| /freebsd/crypto/openssh/ |
| H A D | misc.h | 200 char * const *envs, size_t nenvs); 202 char * const *envs, size_t nenvs);
|
| H A D | misc.c | 2995 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 D | directive-misspellings.mk | 108 .unexport-envs # Accepted before 2020-12-12 18:00:18.
|
| /freebsd/contrib/pam-krb5/tests/tap/ |
| H A D | basic.c | 925 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 D | audit_record.h | 279 token_t *au_to_exec_env(char *envs, int envc);
|
| /freebsd/sys/bsm/ |
| H A D | audit_record.h | 285 token_t *au_to_exec_env(char *envs, int envc);
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 745 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 D | bsm_token.c | 1321 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 | .mailmap | 104 Ryan <errornointernet@envs.net> <error.nointernet@gmail.com>
|
| H A D | AUTHORS | 607 Ryan <errornointernet@envs.net>
|
| /freebsd/contrib/bsddialog/ |
| H A D | CHANGELOG | 151 * add: undocumented envs for bsdconfig(8) compatibility.
|
| /freebsd/sys/conf/ |
| H A D | options | 1009 # we're not inadvertently holding on to 'secret' values in these stale envs.
|