/glibc-2.36/elf/ |
D | dl-diagnostics.c | 183 print_environ (char **environ) in print_environ() argument 186 for (char **envp = environ; *envp != NULL; ++envp) in print_environ() 232 _dl_print_diagnostics (char **environ) in _dl_print_diagnostics() argument 252 print_environ (environ); in _dl_print_diagnostics()
|
D | dl-main.h | 128 _Noreturn void _dl_print_diagnostics (char **environ) attribute_hidden;
|
/glibc-2.36/posix/ |
D | tst-spawn2.c | 40 int ret = posix_spawn (&pid, program, 0, 0, args, environ); in do_test() 61 ret = posix_spawnp (&pid, args2[0], 0, 0, args2, environ); in do_test()
|
D | tst-spawn.c | 236 TEST_COMPARE (posix_spawn (&pid, argv[1], &actions, NULL, spargv, environ), in do_test() 246 TEST_COMPARE (posix_spawn (NULL, argv[1], &actions, NULL, spargv, environ), in do_test()
|
D | environ.c | 8 weak_alias (__environ, environ)
|
D | tst-posix_spawn-setsid.c | 58 res = posix_spawnp (&child, "true", NULL, &attrp, args, environ); in do_test_setsid()
|
D | tst-fexecve.c | 36 fexecve (fd, (char *const *) argv, environ); in try_fexecve()
|
D | tst-execvpe5.c | 49 for (char **e = environ; *e != NULL; ++e) in handle_restart()
|
D | Versions | 21 environ; optarg; opterr; optind; optopt;
|
D | tst-spawn6.c | 111 TEST_COMPARE (posix_spawn (&pid, argv[1], actions, attr, spargv, environ), in run_subprogram()
|
D | tst-spawn5.c | 167 TEST_COMPARE (posix_spawn (&pid, args[0], fa, NULL, args, environ), 0); in spawn_closefrom_test()
|
D | unistd.h | 566 extern char **environ;
|
D | Makefile | 76 aux := init-posix environ
|
/glibc-2.36/timezone/ |
D | zdump.c | 234 char **e = environ; in tzalloc() 239 env = xmalloc(sumsize(sizeof *environ, in tzalloc() 240 (e - environ) * sizeof *environ)); in tzalloc() 242 for (e = environ; (env[to] = *e); e++) in tzalloc() 247 environ = fakeenv = env; in tzalloc() 255 environ = env + 1; in tzfree()
|
D | private.h | 526 # if defined environ || defined __USE_GNU 534 extern char **environ;
|
/glibc-2.36/support/ |
D | support_subprocess.c | 87 result.pid = xposix_spawn (file, &fa, NULL, argv, environ); in support_subprogram() 103 res.pid = xposix_spawn (file, &fa, NULL, argv, environ); in support_subprogram_wait()
|
/glibc-2.36/scripts/ |
D | test_printers_common.py | 58 TIMEOUTFACTOR = os.environ.get('TIMEOUTFACTOR') 65 os.environ["TERM"]="dumb"
|
D | tst-ld-trace.py | 57 new_env = os.environ.copy()
|
/glibc-2.36/stdlib/ |
D | setenv.c | 48 # define __environ environ 50 extern char **environ;
|
D | Makefile | 197 tst-environ \
|
/glibc-2.36/locale/programs/ |
D | charmap-dir.c | 189 argv, environ) == 0) in fopen_uncompressed()
|
/glibc-2.36/manual/ |
D | startup.texi | 95 of @code{environ}. @xref{Environment Variables}. POSIX.1 does not 97 @code{main} to take two arguments, and use the value of @code{environ}. 474 @deftypevar {char **} environ 489 @code{environ} as the third argument to @code{main}.
|
D | process.texi | 396 @code{environ} variable of the current process image; see 413 be an array of strings in the same format as for the @code{environ} 437 the @code{environ} variable.
|
D | conf.texi | 62 @var{environ} arguments that can be passed to the @code{exec} functions. 1010 for the maximum combined length of the @var{argv} and @var{environ}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 1730 __environ as environ. 1938 sysdeps/posix/system.c [HAVE_GNU_LD]: #define __environ environ 1941 whether to use __environ or environ.
|