Home
last modified time | relevance | path

Searched refs:nenv (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/tests/kernel/
H A Dh_ps_strings1.c45 int nenv; in main() local
64 nenv = 0; in main()
65 while (environ[nenv]) in main()
66 ++nenv; in main()
67 if (__ps_strings->ps_nenvstr != nenv) { in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-options.c218 for (i = 0; i < opts->nenv; i++) in sshauthopt_free()
405 if (ret->nenv > SSH_AUTHOPT_ENV_MAX) { in sshauthopt_parse()
430 for (i = 0; i < ret->nenv; i++) { in sshauthopt_parse()
437 if (i >= ret->nenv) { in sshauthopt_parse()
441 ret->nenv, ret->nenv + 1, in sshauthopt_parse()
448 ret->env[ret->nenv++] = opt; in sshauthopt_parse()
569 if (primary->nenv > 0) { in sshauthopt_merge()
570 if (dup_strings(&ret->env, &ret->nenv, in sshauthopt_merge()
571 primary->env, primary->nenv) != 0) in sshauthopt_merge()
573 } else if (additional->nenv) { in sshauthopt_merge()
[all …]
H A Dauth-options.h58 size_t nenv; member
H A Dmisc.c2665 u_int nenv = 0; in subprocess() local
2734 nenv = 5; in subprocess()
2735 env = xcalloc(sizeof(*env), nenv); in subprocess()
2736 child_set_env(&env, &nenv, "PATH", _PATH_STDPATH); in subprocess()
2737 child_set_env(&env, &nenv, "USER", pw->pw_name); in subprocess()
2738 child_set_env(&env, &nenv, "LOGNAME", pw->pw_name); in subprocess()
2739 child_set_env(&env, &nenv, "HOME", pw->pw_dir); in subprocess()
2741 child_set_env(&env, &nenv, "LANG", cp); in subprocess()
H A Dsession.c925 for (n = 0 ; n < auth_opts->nenv; n++) { in do_setup_env()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_openbsd.cc75 uptr nenv; in GetArgsAndEnv() local
82 if (internal_sysctl(envmib, 4, NULL, &nenv, NULL, 0) == -1) { in GetArgsAndEnv()
90 if (internal_sysctl(envmib, 4, &envp, &nenv, NULL, 0) == -1) { in GetArgsAndEnv()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_openbsd.cc75 uptr nenv; in GetArgsAndEnv() local
82 if (internal_sysctl(envmib, 4, NULL, &nenv, NULL, 0) == -1) { in GetArgsAndEnv()
90 if (internal_sysctl(envmib, 4, &envp, &nenv, NULL, 0) == -1) { in GetArgsAndEnv()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.c183 size_t nenv; in script_buftoenv() local
187 nenv = 0; in script_buftoenv()
195 nenv++; in script_buftoenv()
199 if (nenv == 0) in script_buftoenv()
202 if (ctx->script_envlen < nenv) { in script_buftoenv()
203 env = reallocarray(ctx->script_env, nenv + 1, sizeof(*env)); in script_buftoenv()
207 ctx->script_envlen = nenv; in script_buftoenv()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm953012hr.dts61 label = "nenv";
H A Dbcm953012k.dts70 label = "nenv";
H A Dbcm958525er.dts97 label = "nenv";
H A Dbcm958522er.dts97 label = "nenv";
H A Dbcm988312hr.dts97 label = "nenv";
H A Dbcm958622hr.dts101 label = "nenv";
H A Dbcm958623hr.dts101 label = "nenv";
H A Dbcm958525xmc.dts113 label = "nenv";
H A Dbcm958625k.dts91 label = "nenv";
H A Dbcm958625hr.dts112 label = "nenv";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
H A Dns2-xmc.dts95 label = "nenv";
/netbsd-src/external/gpl3/gdb/dist/sim/microblaze/
H A DChangeLog-2021395 (sim_create_inferior): Delete avp, nargs, nenv, s_length, strings,