HomeSort by: relevance | last modified time | path
    Searched defs:nenv (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/kernel/
h_ps_strings1.c 45 int nenv; local
64 nenv = 0;
65 while (environ[nenv])
66 ++nenv;
67 if (__ps_strings->ps_nenvstr != nenv) {
68 static const char nenv_err[] = "Wrong nenv in ps_strings";
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_openbsd.cc 75 uptr nenv; local
82 if (internal_sysctl(envmib, 4, NULL, &nenv, NULL, 0) == -1) {
90 if (internal_sysctl(envmib, 4, &envp, &nenv, NULL, 0) == -1) {
  /src/crypto/external/bsd/openssh/dist/
auth-options.h 58 size_t nenv; member in struct:sshauthopt
misc.c 2717 u_int nenv = 0; local
2786 nenv = 5;
2787 env = xcalloc(sizeof(*env), nenv);
2788 child_set_env(&env, &nenv, "PATH", _PATH_STDPATH);
2789 child_set_env(&env, &nenv, "USER", pw->pw_name);
2790 child_set_env(&env, &nenv, "LOGNAME", pw->pw_name);
2791 child_set_env(&env, &nenv, "HOME", pw->pw_dir);
2793 child_set_env(&env, &nenv, "LANG", cp);
  /src/external/bsd/dhcpcd/dist/src/
script.c 183 size_t nenv; local
187 nenv = 0;
195 nenv++;
199 if (nenv == 0)
202 if (ctx->script_envlen < nenv) {
203 env = reallocarray(ctx->script_env, nenv + 1, sizeof(*env));
207 ctx->script_envlen = nenv;
  /src/bin/sh/
var.c 693 int nenv; local
699 nenv = 0;
703 nenv++;
705 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv));
706 ep = env = stalloc((nenv + 1) * sizeof *env);
  /src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c 1439 int nenv = 0; local
1464 nenv = 0;
1470 nenv++; avp++;
1474 pointers = hi_stack - sizeof(int32_t) * (nenv+1+nargs+1);
1516 if (nenv == 0)
  /src/external/gpl3/gdb/dist/sim/mcore/
interp.c 1439 int nenv = 0; local
1464 nenv = 0;
1470 nenv++; avp++;
1474 pointers = hi_stack - sizeof(int32_t) * (nenv+1+nargs+1);
1516 if (nenv == 0)

Completed in 28 milliseconds