Searched refs:env (Results 1 - 25 of 117) sorted by relevance

12345

/haiku-fatelf/src/bin/bash/support/
H A Dprintenv.sh20 env
/haiku-fatelf/src/bin/coreutils/man/
H A Denv.x2 env \- run a program in a modified environment
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dsystm.c11 freeenv(char *env) argument
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dlongjmp.c55 jmp_buf env; local
57 (void) setjmp(env);
60 longjmp(env, 0);
/haiku-fatelf/src/bin/
H A Dprintenv.c44 char **env = environ; local
48 while (*env)
49 printf("%s\n", *env++);
58 while ((s = *env++) != NULL)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dfenv_libc.h31 ({ fenv_t env; asm volatile ("mffs %0" : "=f" (env)); env; })
34 #define fesetenv_register(env) \
35 ({ double d = (env); asm volatile ("mtfsf 0xff,%0" : : "f" (d)); })
/haiku-fatelf/src/bin/coreutils/src/
H A Dprintenv.c84 char **env; local
116 for (env = environ; *env != NULL; ++env)
117 printf ("%s%c", *env, opt_nul_terminate_output ? '\0' : '\n');
132 for (env = environ; *env; ++env)
134 ep = *env;
H A Dmktemp.c282 char *env = getenv ("TMPDIR"); local
283 dest_dir = (env && *env
284 ? env
298 char *env = getenv ("TMPDIR"); local
299 dest_dir = (env && *env ? env : "/tmp");
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-env.c117 char *env; local
167 env = get_in_environ (inferior_environ, path_var_name);
170 if (!env)
171 env = "";
172 exec_path = xstrdup (env);
180 env = get_in_environ (inferior_environ, path_var_name);
181 ui_out_field_string (uiout, "path", env);
250 char *env; local
253 env = get_in_environ (inferior_environ, path_var_name);
256 if (!env)
[all...]
/haiku-fatelf/src/system/glue/
H A Dstart_dyn.c16 extern int main(int argc, char **argv, char **env);
17 extern void _init_c_library_(int argc, char **argv, char **env);
20 int _start(int argc, char **argv, char **env);
/haiku-fatelf/src/libs/libtelnet/
H A Dread_password.c67 static jmp_buf env; variable
95 memmove((char *)env, (char *)old_env, sizeof(env));
96 if (setjmp(env))
145 memmove((char *)old_env, (char *)env, sizeof(env));
/haiku-fatelf/src/system/libroot/posix/arch/x86_64/
H A Dfenv.c47 fenv_t env; local
49 __fnstenv(&env.__x87);
50 env.__x87.__status &= ~excepts;
51 env.__x87.__status |= *flagp & excepts;
52 __fldenv(env.__x87);
54 __stmxcsr(&env.__mxcsr);
55 env.__mxcsr &= ~excepts;
56 env.__mxcsr |= *flagp & excepts;
57 __ldmxcsr(env.__mxcsr);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_nearbyintf.c39 fenv_t env; local
53 feholdexcept (&env);
56 fesetenv (&env);
71 feholdexcept (&env);
74 fesetenv (&env);
H A Ds_nearbyint.c48 fenv_t env; local
62 feholdexcept (&env);
65 fesetenv (&env);
95 feholdexcept (&env);
98 fesetenv (&env);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Ds_nearbyintf.c39 fenv_t env; local
53 feholdexcept (&env);
56 fesetenv (&env);
71 feholdexcept (&env);
74 fesetenv (&env);
H A Ds_nearbyint.c48 fenv_t env; local
62 feholdexcept (&env);
65 fesetenv (&env);
88 feholdexcept (&env);
91 fesetenv (&env);
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_setup.c347 char *env; local
353 env = setlocale(LC_CTYPE, 0);
355 if (((env = getenv("LC_ALL")) != 0 && *env != '\0')
356 || ((env = getenv("LC_CTYPE")) != 0 && *env != '\0')
357 || ((env = getenv("LANG")) != 0 && *env != '\0')) {
361 T(("_nc_get_locale %s", _nc_visbuf(env)));
362 return env;
373 char *env = nl_langinfo(CODESET); local
377 char *env = _nc_get_locale(); local
398 char *env; local
[all...]
/haiku-fatelf/headers/private/system/
H A Duser_runtime.h30 char **env; member in struct:user_space_program_args
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Denv.cpp22 static const char* const kEnvLockName = "env lock";
117 of the POSIX *env() functions is called, and we either used the environment
157 char *env; local
161 env = find_variable(name, length, &index);
162 if (env != NULL && overwrite) {
166 } else if (env == NULL) {
205 environ = args->env;
269 char *env; local
282 env = find_variable(name, length, &index);
283 while (env !
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c42 __getopt_clean_environment (char **env) argument
62 for (ep = env; *ep != NULL; ++ep)
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dbushu.c206 static int vBushuIchiranQuitCatch(uiContext d, int retval, mode_context env);
207 static int vBushuExitCatch(uiContext d, int retval, mode_context env);
208 static int bushuEveryTimeCatch(uiContext d, int retval, mode_context env);
209 static int bushuExitCatch(uiContext d, int retval, mode_context env);
210 static int bushuQuitCatch(uiContext d, int retval, mode_context env);
211 static int convBushuQuitCatch(uiContext d, int retval, mode_context env);
386 vBushuIchiranQuitCatch(uiContext d, int retval, mode_context env) argument
391 if (((forichiranContext)env)->allkouho != (WCHAR_T **)bushu_char) {
394 freeGetIchiranList(((forichiranContext)env)->allkouho);
403 vBushuExitCatch(uiContext d, int retval, mode_context env) argument
446 bushuEveryTimeCatch(uiContext d, int retval, mode_context env) argument
457 bushuExitCatch(uiContext d, int retval, mode_context env) argument
483 bushuQuitCatch(uiContext d, int retval, mode_context env) argument
507 convBushuQuitCatch(uiContext d, int retval, mode_context env) argument
[all...]
H A Dhex.c33 static int hexEveryTimeCatch(uiContext d, int retval, mode_context env);
34 static int exitHex(uiContext d, int retval, mode_context env);
35 static int quitHex(uiContext d, int retval, mode_context env);
47 hexEveryTimeCatch(uiContext d, int retval, mode_context env) argument
97 exitHex(uiContext d, int retval, mode_context env) argument
108 return quitHex(d, 0, env);
113 quitHex(uiContext d, int retval, mode_context env) argument
H A Dulkigo.c91 static int uuKigoRExitCatch(uiContext d, int retval, mode_context env);
92 static int uuKigoGExitCatch(uiContext d, int retval, mode_context env);
93 static int uuKigoKExitCatch(uiContext d, int retval, mode_context env);
94 static int uuKigoQuitCatch(uiContext d, int retval, mode_context env);
189 int uuKigoRExitCatch(uiContext d, int retval, mode_context env) argument
203 int uuKigoGExitCatch(uiContext d, int retval, mode_context env) argument
217 int uuKigoKExitCatch(uiContext d, int retval, mode_context env) argument
230 int uuKigoGeneralExitCatch(uiContext d, int retval, mode_context env) argument
246 int uuKigoQuitCatch(uiContext d, int retval, mode_context env) argument
/haiku-fatelf/headers/posix/arch/x86/
H A Dfenv.h49 #define __get_mxcsr(env) (((env).__mxcsr_hi << 16) | \
50 ((env).__mxcsr_lo))
51 #define __set_mxcsr(env, x) do { \
52 (env).__mxcsr_hi = (uint32_t)(x) >> 16; \
53 (env).__mxcsr_lo = (uint16_t)(x); \
/haiku-fatelf/src/system/libroot/posix/arch/x86/
H A Dfenv.c90 fenv_t env; local
93 __fnstenv(&env);
94 env.__status &= ~excepts;
95 env.__status |= *flagp & excepts;
96 __fldenv(env);

Completed in 226 milliseconds

12345