Home
last modified time | relevance | path

Searched refs:environ (Results 1 – 25 of 77) sorted by relevance

1234

/glibc-2.36/elf/
Ddl-diagnostics.c183 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()
Ddl-main.h128 _Noreturn void _dl_print_diagnostics (char **environ) attribute_hidden;
/glibc-2.36/posix/
Dtst-spawn2.c40 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()
Dtst-spawn.c236 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()
Denviron.c8 weak_alias (__environ, environ)
Dtst-posix_spawn-setsid.c58 res = posix_spawnp (&child, "true", NULL, &attrp, args, environ); in do_test_setsid()
Dtst-fexecve.c36 fexecve (fd, (char *const *) argv, environ); in try_fexecve()
Dtst-execvpe5.c49 for (char **e = environ; *e != NULL; ++e) in handle_restart()
DVersions21 environ; optarg; opterr; optind; optopt;
Dtst-spawn6.c111 TEST_COMPARE (posix_spawn (&pid, argv[1], actions, attr, spargv, environ), in run_subprogram()
Dtst-spawn5.c167 TEST_COMPARE (posix_spawn (&pid, args[0], fa, NULL, args, environ), 0); in spawn_closefrom_test()
Dunistd.h566 extern char **environ;
DMakefile76 aux := init-posix environ
/glibc-2.36/timezone/
Dzdump.c234 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()
Dprivate.h526 # if defined environ || defined __USE_GNU
534 extern char **environ;
/glibc-2.36/support/
Dsupport_subprocess.c87 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/
Dtest_printers_common.py58 TIMEOUTFACTOR = os.environ.get('TIMEOUTFACTOR')
65 os.environ["TERM"]="dumb"
Dtst-ld-trace.py57 new_env = os.environ.copy()
/glibc-2.36/stdlib/
Dsetenv.c48 # define __environ environ
50 extern char **environ;
DMakefile197 tst-environ \
/glibc-2.36/locale/programs/
Dcharmap-dir.c189 argv, environ) == 0) in fopen_uncompressed()
/glibc-2.36/manual/
Dstartup.texi95 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}.
Dprocess.texi396 @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.
Dconf.texi62 @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/
DChangeLog.11730 __environ as environ.
1938 sysdeps/posix/system.c [HAVE_GNU_LD]: #define __environ environ
1941 whether to use __environ or environ.

1234