HomeSort by: relevance | last modified time | path
    Searched defs:env (Results 1 - 25 of 232) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/games/trek/
main.c 154 jmp_buf env; variable in typeref:typename:jmp_buf
201 if (setjmp(env)) {
main.c 154 jmp_buf env; variable in typeref:typename:jmp_buf
201 if (setjmp(env)) {
main.c 154 jmp_buf env; variable in typeref:typename:jmp_buf
201 if (setjmp(env)) {
main.c 154 jmp_buf env; variable in typeref:typename:jmp_buf
201 if (setjmp(env)) {
  /src/sys/external/bsd/gnu-efi/dist/apps/
setjmp.c 14 jmp_buf env; local in function:efi_main
18 rc = setjmp(env);
23 longjmp(env, 0);
32 longjmp(env, 3);
setjmp.c 14 jmp_buf env; local in function:efi_main
18 rc = setjmp(env);
23 longjmp(env, 0);
32 longjmp(env, 3);
setjmp.c 14 jmp_buf env; local in function:efi_main
18 rc = setjmp(env);
23 longjmp(env, 0);
32 longjmp(env, 3);
setjmp.c 14 jmp_buf env; local in function:efi_main
18 rc = setjmp(env);
23 longjmp(env, 0);
32 longjmp(env, 3);
  /src/sys/arch/powerpc/booke/
kcopy.c 60 struct faultbuf env; local in function:kcopy
62 const int rv = setfault(&env);
kcopy.c 60 struct faultbuf env; local in function:kcopy
62 const int rv = setfault(&env);
kcopy.c 60 struct faultbuf env; local in function:kcopy
62 const int rv = setfault(&env);
kcopy.c 60 struct faultbuf env; local in function:kcopy
62 const int rv = setfault(&env);
  /src/lib/libm/src/
s_lrint.c 55 fenv_t env; local in function:fn
58 feholdexcept(&env);
62 feupdateenv(&env);
s_lrint.c 55 fenv_t env; local in function:fn
58 feholdexcept(&env);
62 feupdateenv(&env);
s_lrint.c 55 fenv_t env; local in function:fn
58 feholdexcept(&env);
62 feupdateenv(&env);
s_lrint.c 55 fenv_t env; local in function:fn
58 feholdexcept(&env);
62 feupdateenv(&env);
  /src/sys/arch/algor/algor/
pmon.c 84 char **env = environ; local in function:pmon_getenv
89 while (*env != NULL) {
91 printf("pmon_getenv: %s\n", *env);
93 if (strncasecmp(var, *env, i) == 0 &&
94 (*env)[i] == '=') {
95 rv = &(*env)[i + 1];
98 env++;
pmon.c 84 char **env = environ; local in function:pmon_getenv
89 while (*env != NULL) {
91 printf("pmon_getenv: %s\n", *env);
93 if (strncasecmp(var, *env, i) == 0 &&
94 (*env)[i] == '=') {
95 rv = &(*env)[i + 1];
98 env++;
pmon.c 84 char **env = environ; local in function:pmon_getenv
89 while (*env != NULL) {
91 printf("pmon_getenv: %s\n", *env);
93 if (strncasecmp(var, *env, i) == 0 &&
94 (*env)[i] == '=') {
95 rv = &(*env)[i + 1];
98 env++;
pmon.c 84 char **env = environ; local in function:pmon_getenv
89 while (*env != NULL) {
91 printf("pmon_getenv: %s\n", *env);
93 if (strncasecmp(var, *env, i) == 0 &&
94 (*env)[i] == '=') {
95 rv = &(*env)[i + 1];
98 env++;
  /src/usr.bin/make/unit-tests/
opt-x-reduce-exported.mk 13 @env | sort | grep -e '^BEFORE' -e '^AFTER'
17 @${MAKE} -r -f ${MAKEFILE} show-env
19 show-env: .PHONY
20 @env | sort | grep -e '^BEFORE' -e '^AFTER'
opt-x-reduce-exported.mk 13 @env | sort | grep -e '^BEFORE' -e '^AFTER'
17 @${MAKE} -r -f ${MAKEFILE} show-env
19 show-env: .PHONY
20 @env | sort | grep -e '^BEFORE' -e '^AFTER'
opt-x-reduce-exported.mk 13 @env | sort | grep -e '^BEFORE' -e '^AFTER'
17 @${MAKE} -r -f ${MAKEFILE} show-env
19 show-env: .PHONY
20 @env | sort | grep -e '^BEFORE' -e '^AFTER'
opt-x-reduce-exported.mk 13 @env | sort | grep -e '^BEFORE' -e '^AFTER'
17 @${MAKE} -r -f ${MAKEFILE} show-env
19 show-env: .PHONY
20 @env | sort | grep -e '^BEFORE' -e '^AFTER'
varname-dot-make-level.mk 7 all: .PHONY level_1 set-env-same set-env-different
9 # expect: level 1: variable 0, env 1
11 @printf 'level 1: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
14 # expect: level 2: variable 1, env 2
16 @printf 'level 2: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}"
19 # The .unexport-env directive clears the environment, except for the
20 # .MAKE.LEVEL.ENV make variable, which by default refers to the MAKELEVE
    [all...]

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 910