| /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
|
| auth-options.c | 219 for (i = 0; i < opts->nenv; i++) 406 if (ret->nenv > SSH_AUTHOPT_ENV_MAX) { 431 for (i = 0; i < ret->nenv; i++) { 438 if (i >= ret->nenv) { 442 ret->nenv, ret->nenv + 1, 449 ret->env[ret->nenv++] = opt; 570 if (primary->nenv > 0) { 571 if (dup_strings(&ret->env, &ret->nenv, 572 primary->env, primary->nenv) != 0 [all...] |
| misc.c | 2770 u_int nenv = 0; local 2839 nenv = 5; 2840 env = xcalloc(sizeof(*env), nenv); 2841 child_set_env(&env, &nenv, "PATH", _PATH_STDPATH); 2842 child_set_env(&env, &nenv, "USER", pw->pw_name); 2843 child_set_env(&env, &nenv, "LOGNAME", pw->pw_name); 2844 child_set_env(&env, &nenv, "HOME", pw->pw_dir); 2846 child_set_env(&env, &nenv, "LANG", cp);
|
| auth.c | 737 int do_env = options.permit_user_env && opts->nenv > 0; 769 for (i = 0; i < opts->nenv; i++) {
|
| session.c | 896 for (n = 0 ; n < auth_opts->nenv; n++) {
|
| /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 | 733 int nenv; local 739 nenv = 0; 743 nenv++; 745 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv)); 746 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)
|