| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++26/ |
| text_encoding.cc | 61 std::text_encoding::environment() function in class:std::text_encoding
|
| text_encoding.cc | 61 std::text_encoding::environment() function in class:std::text_encoding
|
| /src/sys/arch/arc/stand/boot/ |
| boot.c | 108 static char **environment; variable 164 environment = &argv[1]; 205 * the environment 264 for (env = environment; env[0]; env++) {
|
| boot.c | 108 static char **environment; variable 164 environment = &argv[1]; 205 * the environment 264 for (env = environment; env[0]; env++) {
|
| /src/external/bsd/kyua-cli/dist/store/ |
| schema_inttest.cpp | 78 std::map< std::string, std::string > environment; local 79 const engine::context context_1(root, environment); 97 std::map< std::string, std::string > environment; local 98 environment["HOME"] = "/home/test"; 99 environment["PATH"] = "/bin:/usr/bin"; 100 const engine::context context_2(root, environment); 233 std::map< std::string, std::string > environment; local 234 environment["PATH"] = "/bin:/usr/bin"; 235 const engine::context context_3(root, environment); 352 std::map< std::string, std::string > environment; local [all...] |
| schema_inttest.cpp | 78 std::map< std::string, std::string > environment; local 79 const engine::context context_1(root, environment); 97 std::map< std::string, std::string > environment; local 98 environment["HOME"] = "/home/test"; 99 environment["PATH"] = "/bin:/usr/bin"; 100 const engine::context context_2(root, environment); 233 std::map< std::string, std::string > environment; local 234 environment["PATH"] = "/bin:/usr/bin"; 235 const engine::context context_3(root, environment); 352 std::map< std::string, std::string > environment; local [all...] |
| /src/external/gpl2/gmake/dist/ |
| job.h | 46 char **environment; /* Environment for commands. */ member in struct:child
|
| job.h | 46 char **environment; /* Environment for commands. */ member in struct:child
|
| /src/external/gpl2/groff/dist/src/include/ |
| printer.h | 43 struct environment { struct 68 void set_ascii_char(unsigned char c, const environment *env, 70 void set_special_char(const char *nm, const environment *env, 72 virtual void set_numbered_char(int n, const environment *env, 74 int set_char_and_width(const char *nm, const environment *env, 77 virtual void draw(int code, int *p, int np, const environment *env); 79 virtual void change_color(const environment * const env); 81 virtual void change_fill_color(const environment * const env); 86 virtual void special(char *arg, const environment *env, 88 virtual void devtag(char *arg, const environment *env [all...] |
| printer.h | 43 struct environment { struct 68 void set_ascii_char(unsigned char c, const environment *env, 70 void set_special_char(const char *nm, const environment *env, 72 virtual void set_numbered_char(int n, const environment *env, 74 int set_char_and_width(const char *nm, const environment *env, 77 virtual void draw(int code, int *p, int np, const environment *env); 79 virtual void change_color(const environment * const env); 81 virtual void change_fill_color(const environment * const env); 86 virtual void special(char *arg, const environment *env, 88 virtual void devtag(char *arg, const environment *env [all...] |
| /src/sys/arch/arc/arc/ |
| machdep.c | 150 char **environment; /* On some arches, pointer to environment */ variable 224 environment = &argv[1]; 446 * Return a pointer to the given environment variable. 456 for (env = environment; env[0]; env++) {
|
| machdep.c | 150 char **environment; /* On some arches, pointer to environment */ variable 224 environment = &argv[1]; 446 * Return a pointer to the given environment variable. 456 for (env = environment; env[0]; env++) {
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-base.h | 114 /* The type of simulation environment (user/operating). */ 115 enum sim_environment environment; member in struct:sim_state 116 #define STATE_ENVIRONMENT(sd) ((sd)->environment) 170 /* The program's environment. */
|
| sim-base.h | 114 /* The type of simulation environment (user/operating). */ 115 enum sim_environment environment; member in struct:sim_state 116 #define STATE_ENVIRONMENT(sd) ((sd)->environment) 170 /* The program's environment. */
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-base.h | 114 /* The type of simulation environment (user/operating). */ 115 enum sim_environment environment; member in struct:sim_state 116 #define STATE_ENVIRONMENT(sd) ((sd)->environment) 170 /* The program's environment. */
|
| sim-base.h | 114 /* The type of simulation environment (user/operating). */ 115 enum sim_environment environment; member in struct:sim_state 116 #define STATE_ENVIRONMENT(sd) ((sd)->environment) 170 /* The program's environment. */
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| inferior.h | 594 /* Environment to use for running inferior, 596 gdb_environ environment; 595 gdb_environ environment; member in class:inferior
|
| inferior.h | 594 /* Environment to use for running inferior, 596 gdb_environ environment; 595 gdb_environ environment; member in class:inferior
|
| arch-utils.c | 1507 core_file_exec_context::environment () const 1505 core_file_exec_context::environment () const function in class:core_file_exec_context
|
| /src/external/gpl3/gdb/dist/gdb/ |
| inferior.h | 602 /* Environment to use for running inferior, 604 gdb_environ environment; 603 gdb_environ environment; member in class:inferior
|
| inferior.h | 602 /* Environment to use for running inferior, 604 gdb_environ environment; 603 gdb_environ environment; member in class:inferior
|
| arch-utils.c | 1517 core_file_exec_context::environment () const 1515 core_file_exec_context::environment () const function in class:core_file_exec_context
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.h | 70 class environment; 72 hunits env_digit_width(environment *); 73 hunits env_space_width(environment *); 74 hunits env_sentence_space_width(environment *); 75 hunits env_narrow_space_width(environment *); 76 hunits env_half_narrow_space_width(environment *); 148 class environment { class 149 int dummy; // dummy environment used for \w 264 environment(symbol); 265 environment(const environment *); // for temporary environmen [all...] |
| env.h | 70 class environment; 72 hunits env_digit_width(environment *); 73 hunits env_space_width(environment *); 74 hunits env_sentence_space_width(environment *); 75 hunits env_narrow_space_width(environment *); 76 hunits env_half_narrow_space_width(environment *); 148 class environment { class 149 int dummy; // dummy environment used for \w 264 environment(symbol); 265 environment(const environment *); // for temporary environmen [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-spawn.c | 240 * in the environment, but of course that doesn't work with 241 * the empty environment that we're testing here. 1237 char* environment[] = { local 1278 * required-environment variable: */ 1290 /* copy expected additions to environment locally */ 1308 result = make_program_env(environment, &env);
|