/src/games/trek/ |
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);
|
/src/sys/arch/powerpc/booke/ |
kcopy.c | 60 struct faultbuf env; local in function:kcopy 62 const int rv = setfault(&env);
|
copyin.c | 207 struct faultbuf env; local in function:_ufetch_8 209 if (setfault(&env) != 0) { 225 struct faultbuf env; local in function:_ufetch_16 227 if (setfault(&env) != 0) { 243 struct faultbuf env; local in function:_ufetch_32 245 if (setfault(&env) != 0) { 261 struct faultbuf env; local in function:copyin 271 int rv = setfault(&env); 308 struct faultbuf env; local in function:copyinstr 317 rv = setfault(&env); [all...] |
copyout.c | 305 struct faultbuf env; local in function:_ustore_8 307 if (setfault(&env) != 0) { 323 struct faultbuf env; local in function:_ustore_16 325 if (setfault(&env) != 0) { 341 struct faultbuf env; local in function:_ustore_32 343 if (setfault(&env) != 0) { 359 struct faultbuf env; local in function:copyout 369 int rv = setfault(&env); 408 struct faultbuf env; local in function:copyoutstr 417 rv = setfault(&env); 451 struct faultbuf env; local in function:copyoutstr [all...] |
/src/lib/libm/src/ |
s_lrint.c | 55 fenv_t env; local in function:fn 58 feholdexcept(&env); 62 feupdateenv(&env);
|
e_sqrtl.c | 92 fenv_t env; local in function:__ieee754_sqrtl 108 feholdexcept(&env); 151 fesetenv(&env); 165 feupdateenv(&env); /* Restore env and raise inexact */
|
/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++;
|
/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'
|
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...] |
make-exported.mk | 7 -env= make-exported-value-env 11 # Before 2020-10-03, the following line took the code path of .export-env, 13 # export the variable named "-env", but that is rejected because the 15 .MAKE.EXPORTED= -env 25 @env | sort | ${EGREP} '^UT_|make-exported-value' || true
|
/src/tests/lib/libpthread/ |
t_siglongjmp.c | 53 static sigjmp_buf env; variable in typeref:typename:sigjmp_buf 64 siglongjmp(env, 1); 95 ATF_REQUIRE_EQ(sigsetjmp(env, 1), 0);
|
/src/sys/arch/powerpc/ibm4xx/ |
copyinstr.c | 52 struct faultbuf env; local in function:copyinstr 60 if ((rv = setfault(&env))) {
|
copyoutstr.c | 52 struct faultbuf env; local in function:copyoutstr 60 if ((rv = setfault(&env))) {
|
trap.c | 437 struct faultbuf env; local in function:copyin 443 if ((rv = setfault(&env))) { 523 struct faultbuf env; local in function:bigcopyin 537 if ((error = setfault(&env)) == 0) { 556 struct faultbuf env; local in function:copyout 562 if ((rv = setfault(&env))) { 643 struct faultbuf env; local in function:bigcopyout 658 if ((error = setfault(&env)) == 0) { 682 struct faultbuf env, *oldfault; local in function:kcopy 686 if ((rv = setfault(&env))) { [all...] |
/src/tests/kernel/ |
t_open_pr_57260.c | 45 static jmp_buf env; variable in typeref:typename:jmp_buf 56 longjmp(env, 1); 83 if (setjmp(env))
|
/src/regress/sys/arch/i386/ioperm/ |
ioperm.c | 61 sigjmp_buf env; variable in typeref:typename:sigjmp_buf 68 siglongjmp(env, sig); 76 sig = sigsetjmp(env, 1);
|
/src/regress/sys/arch/i386/iopl/ |
iopl.c | 62 sigjmp_buf env; variable in typeref:typename:sigjmp_buf 69 siglongjmp(env, sig); 77 sig = sigsetjmp(env, 1);
|
/src/usr.sbin/acpitools/amldb/ |
amldb.c | 64 struct aml_environ env; local in function:aml_init_namespace 68 env.curname = aml_get_rootname(); 69 newname = aml_create_name(&env, (const u_int8_t *)"\\_OS_"); 78 struct aml_environ env; local in function:load_dsdt 102 bzero(&env, sizeof(env)); 106 env.dp = code + SIZEOF_SDT_HDR; 108 env.dp = code; 110 env.end = code + sb.st_size; 111 env.curname = aml_get_rootname() [all...] |
/src/lib/libm/arch/riscv/ |
fenv.c | 240 fenv_t env = *envp; local in function:fesetenv 242 if ((env & ~(FCSR_FRM|FCSR_FFLAGS) 243 || __SHIFTOUT(env, FCSR_FRM) > FCSR_FRM_RMM)) { 247 fcsr_write(env);
|
/src/sys/arch/arc/stand/boot/ |
boot.c | 259 char **env; local in function:firmware_getenv 264 for (env = environment; env[0]; env++) { 265 if (strncasecmp(envname, env[0], len) == 0 && 266 env[0][len] == '=') { 267 return &env[0][len + 1];
|
/src/lib/libbluetooth/ |
sdp_service.c | 63 char *env, *ep; local in function:sdp_response_max 66 while (atomic_swap_uint(&check, 0)) { /* only check env once */ 67 env = getenv("SDP_RESPONSE_MAX"); 68 if (env == NULL) 72 v = strtoul(env, &ep, 0); 73 if (env[0] == '\0' || *ep != '\0')
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_activation.cc | 63 if (const char *env = GetEnv("ASAN_ACTIVATION_OPTIONS")) { local in function:__asan::AsanDeactivatedFlags::OverrideFromActivationFlags 64 parser.ParseString(env);
|
/src/tests/lib/libexecinfo/ |
t_sig_backtrace.c | 123 jmp_buf env; variable in typeref:typename:jmp_buf 179 longjmp(env, 1); 210 if (setjmp(env) == 0) { 240 if (setjmp(env) == 0) {
|
/src/lib/libm/arch/i387/ |
fenv.c | 159 fenv_t env; local in function:feclearexcept 167 /* It's ~3x faster to call fnclex, than store/load fp env */ 171 __fnstenv(&env); 172 env.x87.status &= ~ex; 173 __fldenv(env); 248 fenv_t env; local in function:fesetexceptflag 257 __fnstenv(&env); 258 env.x87.status &= ~ex; 259 env.x87.status |= *flagp & ex; 260 __fldenv(env); 410 fenv_t env; local in function:fesetenv 443 fenv_t env; local in function:feupdateenv [all...] |