/src/usr.bin/make/unit-tests/ |
unexport-env.exp | 1 UT_TEST=unexport-env
|
directive-export-env.mk | 1 # $NetBSD: directive-export-env.mk,v 1.4 2020/12/13 01:07:54 rillig Exp $ 3 # Tests for the .export-env directive. 7 .export-env
|
export-env.exp | 2 UT_TEST=export-env.mk 5 UT_LIT=literal export-env.mk 6 env: 7 UT_TEST=export-env.mk
|
varname-dot-make-level.exp | 1 level 1: variable 0, env 1 2 level 2: variable 1, env 2 3 level 3: variable 2, env 3 4 : set-env-same 6 : set-env-different 7 make: Cannot override read-only global variable ".MAKE.LEVEL.ENV" with a command line variable 11 set-env-different: exit 1
|
directive-unexport-env.mk | 1 # $NetBSD: directive-unexport-env.mk,v 1.9 2023/06/01 20:56:35 rillig Exp $ 3 # Tests for the .unexport-env directive. 5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments 15 .unexport-env # ok 23 # expect+1: The directive .unexport-env does not take arguments 24 .unexport-env UT_EXPORTED UT_UNEXPORTED
|
/src/lib/libc/gen/ |
Lint___setjmp14.c | 12 __setjmp14(jmp_buf env) 19 __longjmp14(jmp_buf env, int val)
|
Lint___sigsetjmp14.c | 12 __sigsetjmp14(sigjmp_buf env, int savemask) 19 __siglongjmp14(sigjmp_buf env, int val)
|
Lint__setjmp.c | 12 _setjmp(jmp_buf env) 19 _longjmp(jmp_buf env, int val)
|
/src/sys/external/bsd/drm2/drm/ |
drm2netbsd | 17 env CONFIG_COMPAT=y \ 18 env CONFIG_DRM=y \ 19 env CONFIG_DRM_BUDDY=y \ 20 env CONFIG_DRM_EXEC=y \ 21 env CONFIG_DRM_FBDEV_EMULATION=y \ 22 env CONFIG_DRM_GEM_CMA_HELPER=y \ 23 env CONFIG_DRM_GEM_DMA_HELPER=y \ 24 env CONFIG_DRM_GEM_SHMEM_HELPER=y \ 25 env CONFIG_DRM_KMS_HELPER=y \ 26 env CONFIG_DRM_LEGACY=y [all...] |
/src/sys/external/bsd/drm2/i915drm/ |
i915drmkms2netbsd | 23 } | env \ 24 env CONFIG_ACPI=y \ 25 env CONFIG_COMPAT=y \ 26 env CONFIG_PERF_EVENTS=y \ 27 env CONFIG_X86=y \ 28 env CONFIG_HWMON=y \ 29 env CONFIG_DRM_I915_PXP=y \ 30 env CONFIG_DRM_I915_CAPTURE_ERROR=y \ 31 env CONFIG_DRM_I915=y \ 32 env CONFIG_DRM_FBDEV_EMULATION=y [all...] |
/src/sys/external/bsd/drm2/amdgpu/ |
amdgpu2netbsd | 25 } | env \ 26 env CONFIG_ACPI=y \ 27 env CONFIG_COMPAT=y \ 28 env CONFIG_DRM_AMDGPU=y \ 29 env CONFIG_DRM_AMDGPU_CIK=y \ 30 env CONFIG_DRM_AMDGPU_SI=y \ 31 env CONFIG_DRM_AMD_ACP=y \ 32 env CONFIG_DRM_AMD_DC=y \ 33 env CONFIG_DRM_AMD_DC_FP=y \ 34 env CONFIG_DRM_AMD_DC_HDCP=y [all...] |
/src/usr.bin/env/ |
Makefile | 4 PROG= env
|
/src/usr.sbin/acpitools/aml/ |
aml_parse.c | 76 static u_int32_t aml_parse_pkglength(struct aml_environ *env); 77 static u_int8_t aml_parse_bytedata(struct aml_environ *env); 78 static u_int16_t aml_parse_worddata(struct aml_environ *env); 79 static u_int32_t aml_parse_dworddata(struct aml_environ *env); 80 static u_int8_t *aml_parse_namestring(struct aml_environ *env); 81 static void aml_parse_defscope(struct aml_environ *env, 83 static union aml_object *aml_parse_defbuffer(struct aml_environ *env, 85 static struct aml_name *aml_parse_concat_number(struct aml_environ *env, 87 static struct aml_name *aml_parse_concat_buffer(struct aml_environ *env, 90 static struct aml_name *aml_parse_concat_string(struct aml_environ *env, [all...] |
aml_evalobj.c | 66 static union aml_object *aml_eval_fieldobject(struct aml_environ *env, 70 aml_eval_fieldobject(struct aml_environ *env, struct aml_name *name) 83 env->stat = aml_stat_panic; 87 oname = env->curname; 89 env->tempobject.type = aml_t_regfield; 91 env->tempobject.type = aml_t_num; 93 env->curname = name; 95 wname = aml_search_name(env, field->f.fld.regname); 99 env->stat = aml_stat_panic; 100 env->curname = oname 320 struct aml_environ *env; local in function:aml_eval_name_simple 389 struct aml_environ *env; local in function:aml_invoke_method [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efisetjmp.h | 9 extern UINTN setjmp(jmp_buf env) __attribute__((returns_twice)); 10 extern VOID longjmp(jmp_buf env, UINTN value) __attribute__((noreturn));
|
/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/external/bsd/drm2/radeon/ |
radeon2netbsd | 19 env CONFIG_ACPI=y \ 20 env CONFIG_DRM_FBDEV_EMULATION=y \ 21 env CONFIG_DRM_RADEON=y \ 22 env CONFIG_MMU_NOTIFIER=y \ 23 env CONFIG_VGA_SWITCHEROO=y \ 24 env src=. \
|
/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.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/src/ |
s_lrint.c | 55 fenv_t env; local in function:fn 58 feholdexcept(&env); 62 feupdateenv(&env);
|
s_nearbyint.c | 54 fenv_t env; \ 56 fegetenv(&env); \ 58 fesetenv(&env); \
|
/src/sys/external/bsd/drm2/nouveau/ |
nouveau2netbsd | 37 | env \ 38 env CONFIG_ACPI=y \ 39 env CONFIG_COMPAT=y \ 40 env CONFIG_DRM_NOUVEAU_SVM=y \ 41 env CONFIG_LEDS_CLASS=y \ 42 env CONFIG_NOUVEAU=y \ 43 env CONFIG_NOUVEAU_BACKLIGHT=y \ 44 env CONFIG_X86=y \ 45 env src=. \
|
/src/tests/usr.bin/mkdep/ |
t_findcc.sh | 40 env -i \ 50 env -i PATH='/bin:/nonexistent' \ 60 env -i PATH='/nonexistent:/bin' \ 75 env -i PATH='/nonexistent:bin' \ 88 env -i PATH='/bin:/nonexistent' \ 99 env -i PATH='/' \ 113 env -i PATH='/' \ 129 env -i PATH='/' \ 137 env -i \ 148 env -i [all...] |
/src/sbin/ifconfig/ |
carp.c | 51 #include "env.h" 117 carp_set(prop_dictionary_t env, struct carpreq *carpr) 119 if (indirect_ioctl(env, SIOCSVH, carpr) == -1) 124 carp_get1(prop_dictionary_t env, struct carpreq *carpr) 128 return indirect_ioctl(env, SIOCGVH, carpr); 132 carp_get(prop_dictionary_t env, struct carpreq *carpr) 134 if (carp_get1(env, carpr) == -1) 139 carp_status(prop_dictionary_t env, prop_dictionary_t oenv) 144 if (carp_get1(env, &carpr) == -1) 161 setcarp_passwd(prop_dictionary_t env, prop_dictionary_t oenv [all...] |
pfsync.c | 53 #include "env.h" 92 pfsync_set(prop_dictionary_t env, struct pfsyncreq *pfsyncr) 94 if (indirect_ioctl(env, SIOCSETPFSYNC, pfsyncr) == -1) 99 pfsync_get1(prop_dictionary_t env, struct pfsyncreq *pfsyncr) 103 return indirect_ioctl(env, SIOCGETPFSYNC, pfsyncr); 107 pfsync_get(prop_dictionary_t env, struct pfsyncreq *pfsyncr) 109 if (pfsync_get1(env, pfsyncr) == -1) 114 pfsync_status(prop_dictionary_t env, prop_dictionary_t oenv) 118 if (pfsync_get1(env, &pfsyncr) == -1) 132 setpfsync_maxupd(prop_dictionary_t env, prop_dictionary_t oenv [all...] |