Home
last modified time | relevance | path

Searched refs:SETENV (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_boot.c52 #define SETENV(k, v) kern_setenv(k, v) macro
56 #define SETENV(k, v) setenv(k, v, 1) macro
119 SETENV(howto_names[i].ev, "YES"); in boot_howto_to_env()
171 case 'S': SETENV("comconsole_speed", v + 1); v += strlen(v); break; in boot_parse_arg()
182 SETENV(n, "1"); in boot_parse_arg()
184 SETENV(n, vv); in boot_parse_arg()
/freebsd/tools/tools/locale/
H A DMakefile33 SETENV= env -i \ macro
101 ${SETENV} OUTBASEDIR="${.OBJDIR}/${t}" ${TOOLSDIR}/finalize ${t}