/src/tests/kernel/ |
h_ps_strings1.c | 45 int nenv; local in function:main 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";
|
h_ps_strings1.c | 45 int nenv; local in function:main 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";
|
h_ps_strings1.c | 45 int nenv; local in function:main 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 in function:__sanitizer::GetArgsAndEnv 82 if (internal_sysctl(envmib, 4, NULL, &nenv, NULL, 0) == -1) { 90 if (internal_sysctl(envmib, 4, &envp, &nenv, NULL, 0) == -1) {
|
sanitizer_openbsd.cc | 75 uptr nenv; local in function:__sanitizer::GetArgsAndEnv 82 if (internal_sysctl(envmib, 4, NULL, &nenv, NULL, 0) == -1) { 90 if (internal_sysctl(envmib, 4, &envp, &nenv, NULL, 0) == -1) {
|
sanitizer_openbsd.cc | 75 uptr nenv; local in function:__sanitizer::GetArgsAndEnv 82 if (internal_sysctl(envmib, 4, NULL, &nenv, NULL, 0) == -1) { 90 if (internal_sysctl(envmib, 4, &envp, &nenv, NULL, 0) == -1) {
|
/src/bin/sh/ |
var.c | 693 int nenv; local in function:environment 699 nenv = 0; 703 nenv++; 705 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv)); 706 ep = env = stalloc((nenv + 1) * sizeof *env);
|
var.c | 693 int nenv; local in function:environment 699 nenv = 0; 703 nenv++; 705 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv)); 706 ep = env = stalloc((nenv + 1) * sizeof *env);
|
var.c | 693 int nenv; local in function:environment 699 nenv = 0; 703 nenv++; 705 CTRACE(DBG_VARS, ("environment: %d vars to export\n", nenv)); 706 ep = env = stalloc((nenv + 1) * sizeof *env);
|