Home
last modified time | relevance | path

Searched refs:setenv (Results 1 – 25 of 127) sorted by relevance

123456

/dragonfly/stand/boot/pc32/libi386/
H A Dbiosacpi.c60 setenv("hint.acpi.0.rsdp", buf, 1); in biosacpi_detect()
65 setenv("hint.acpi.0.revision", buf, 1); in biosacpi_detect()
68 setenv("hint.acpi.0.oem", buf, 1); in biosacpi_detect()
70 setenv("hint.acpi.0.rsdt", buf, 1); in biosacpi_detect()
74 setenv("hint.acpi.0.xsdt", buf, 1); in biosacpi_detect()
76 setenv("hint.acpi.0.xsdt_length", buf, 1); in biosacpi_detect()
78 setenv("acpi_load", "YES", 1); in biosacpi_detect()
H A Dsmbios.c113 setenv(name, cp, 1); in smbios_setenv()
177 setenv(name, uuid, 1); in smbios_setuuid()
323 setenv("hint.smbios.0.mem", buf, 1); in smbios_detect()
347 setenv("smbios.version", buf, 1); in smbios_detect()
351 setenv("smbios.memory.enabled", buf, 1); in smbios_detect()
355 setenv("smbios.socket.enabled", buf, 1); in smbios_detect()
359 setenv("smbios.socket.populated", buf, 1); in smbios_detect()
H A Dpxe.c306 setenv("boot.netif.ip", inet_ntoa(myip), 1); in pxe_open()
307 setenv("boot.netif.netmask", intoa(netmask), 1); in pxe_open()
308 setenv("boot.netif.gateway", inet_ntoa(gateip), 1); in pxe_open()
310 setenv("boot.netif.hwaddr", ether_sprintf(bootplayer.CAddr), 1); in pxe_open()
312 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in pxe_open()
313 setenv("boot.nfsroot.path", rootpath, 1); in pxe_open()
473 setenv("boot.nfsroot.nfshandle", buf, 1); in pxe_setnfshandle()
/dragonfly/stand/boot/common/
H A Ddev_net.c290 setenv("boot.netif.ip", inet_ntoa(myip), 1); in net_getparams()
291 setenv("boot.netif.netmask", intoa(netmask), 1); in net_getparams()
292 setenv("boot.netif.gateway", inet_ntoa(gateip), 1); in net_getparams()
293 setenv("boot.netif.hwaddr", ether_sprintf(d->myea), 1); in net_getparams()
294 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in net_getparams()
295 setenv("boot.nfsroot.path", rootpath, 1); in net_getparams()
H A Dboot.c118 setenv("module_path", exported_module_path, 1); in command_boot()
127 setenv("module_path", local_module_path, 1); in command_boot()
132 setenv("exported_module_path", exported_module_path, 1); in command_boot()
362 setenv("vfs.root.mountfrom", lbuf, 0); in getrootmount()
/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Delf64_freebsd.c105 setenv("hint.acpi.0.rsdp", buf, 1); in elf64_exec()
110 setenv("hint.acpi.0.revision", buf, 1); in elf64_exec()
113 setenv("hint.acpi.0.oem", buf, 1); in elf64_exec()
115 setenv("hint.acpi.0.rsdt", buf, 1); in elf64_exec()
120 setenv("hint.acpi.0.xsdt", buf, 1); in elf64_exec()
122 setenv("hint.acpi.0.xsdt_length", buf, 1); in elf64_exec()
/dragonfly/usr.bin/ldd/
H A Dldd.c91 if (setenv("LD_TRACE_LOADED_OBJECTS", "yes", 1) == -1) in main()
94 if (setenv("LD_TRACE_LOADED_OBJECTS_FMT1", fmt1, 1) == -1) in main()
98 if (setenv("LD_TRACE_LOADED_OBJECTS_FMT2", fmt2, 1) == -1) in main()
167 if (setenv("LD_TRACE_LOADED_OBJECTS_PROGNAME", *argv, 1) == -1) in main()
169 if (aflag) setenv("LD_TRACE_LOADED_OBJECTS_ALL", "1", 1); in main()
/dragonfly/usr.sbin/installer/libdfui/
H A Dlang.c104 setenv("LANGUAGE", langset[lang_num].name, 1); in set_lang_envars()
107 setenv("LANG", langset[lang_num].language, 1); in set_lang_envars()
110 setenv("MM_CHARSET", langset[lang_num].charset, 1); in set_lang_envars()
116 setenv("TERM", langset[lang_num].term, 1); in set_lang_envars()
/dragonfly/stand/boot/pc32/loader/
H A Dmain.c207 setenv("console", "nullconsole", 1); in main()
210 setenv("console", "vidconsole", 1); in main()
212 setenv("console", "comconsole", 1); in main()
258 setenv("ehci_load", "YES", 1); in main()
261 setenv("xhci_load", "YES", 1); in main()
268 setenv("LINES", "24", 1); /* optional */ in main()
/dragonfly/usr.bin/fetch/
H A Dfetch.c1047 setenv("FETCH_BIND_ADDRESS", optarg, 1); in main()
1050 setenv("FTP_PASSIVE_MODE", "no", 1); in main()
1053 setenv("HTTP_REFERER", optarg, 1); in main()
1056 setenv("HTTP_USER_AGENT", optarg, 1); in main()
1059 setenv("NO_PROXY", optarg, 1); in main()
1062 setenv("SSL_CA_CERT_FILE", optarg, 1); in main()
1065 setenv("SSL_CA_CERT_PATH", optarg, 1); in main()
1077 setenv("SSL_NO_SSL3", "", 1); in main()
1080 setenv("SSL_NO_TLS1", "", 1); in main()
1083 setenv("SSL_NO_VERIFY_HOSTNAME", "", 1); in main()
[all …]
/dragonfly/usr.bin/stdbuf/
H A Dstdbuf.c79 if (ibuf != NULL && setenv("_STDBUF_I", ibuf, 1) == -1) in main()
82 if (obuf != NULL && setenv("_STDBUF_O", obuf, 1) == -1) in main()
85 if (ebuf != NULL && setenv("_STDBUF_E", ebuf, 1) == -1) in main()
/dragonfly/usr.bin/newgrp/
H A Dnewgrp.c281 if (setenv("USER", pwd->pw_name, 1) == -1) in loginshell()
284 if (setenv("SHELL", shell, 1) == -1) in loginshell()
287 if (setenv("HOME", pwd->pw_dir, 1) == -1) in loginshell()
291 if (setenv("TERM", term, 1) == -1) in loginshell()
294 if (setenv("KRBTKFILE", ticket, 1) == -1) in loginshell()
/dragonfly/usr.sbin/jail/
H A Djail.c163 setenv("HOME", pwd->pw_dir, 1); in main()
164 setenv("SHELL", shell, 1); in main()
165 setenv("USER", pwd->pw_name, 1); in main()
167 setenv("TERM", p, 1); in main()
/dragonfly/usr.bin/login/
H A Dlogin.c498 if (setenv("TERM", term, 0) == -1) in main()
571 if (setenv("SHELL", pwd->pw_shell, 1) == -1) in main()
573 if (setenv("HOME", pwd->pw_dir, 1) == -1) in main()
577 if (setenv("TERM", tp, 1) == -1) in main()
580 if (setenv("TERM", TERM_UNKNOWN, 0) == -1) in main()
584 if (setenv("LOGNAME", username, 1) == -1) in main()
586 if (setenv("USER", username, 1) == -1) in main()
588 if (setenv("PATH", in main()
787 if (setenv(s, p + 1, 1) == -1) in export()
/dragonfly/share/skel/
H A Ddot.cshrc17 # setenv BLOCKSIZE K
21 setenv EDITOR vi
22 setenv PAGER less
/dragonfly/stand/boot/dloader/
H A Dcmds.c168 setenv(name, data, 1); in command_local()
172 setenv(name, data, 1); in command_local()
423 setenv("autoboot_delay", "NO", 1); in command_menu()
428 setenv("autoboot_delay", "NO", 1); in command_menu()
449 setenv("autoboot_delay", "NO", 1); in command_menu()
637 setenv("autoboot_delay", "NO", 1); in menu_execute()
/dragonfly/stand/boot/efi/loader/
H A Dmain.c268 setenv("comconsole_speed", "115200", 1); in main()
272 setenv("comconsole_speedspeed", var, 1); in main()
279 setenv("comconsole_speed", var, 1); in main()
306 setenv(howto_names[i].ev, "YES", 1); in main()
308 setenv("console", "comconsole" , 1); in main()
377 setenv("ehci_load", "YES", 1); in main()
380 setenv("xhci_load", "YES", 1); in main()
385 setenv("acpi_load", "YES", 1); in main()
388 setenv("LINES", "24", 1); /* optional */ in main()
629 setenv("LINES", rowenv, 1); in command_mode()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dgetenv_num.c66 setenv(name, buffer, 1); in _nc_setenv_num()
73 #error expected setenv/putenv functions in _nc_setenv_num()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1432 # undef setenv
1433 # define setenv rpl_setenv
1435 _GL_FUNCDECL_RPL (setenv, int,
1438 _GL_CXXALIAS_RPL (setenv, int,
1442 _GL_FUNCDECL_SYS (setenv, int,
1446 _GL_CXXALIAS_SYS (setenv, int,
1450 _GL_CXXALIASWARN (setenv);
1453 # undef setenv
1455 _GL_WARN_ON_USE (setenv, "setenv is unportable - "
/dragonfly/usr.bin/window/
H A Dwwenviron.c97 (void) setenv("TERMCAP", buf, 1); in wwenviron()
99 (void) setenv("WINDOW_ID", buf, 1); in wwenviron()
/dragonfly/usr.bin/su/
H A Dsu.c505 if (setenv("USER", pwd->pw_name, 1) == -1) { in main()
510 if (setenv("HOME", pwd->pw_dir, 1) == -1) { in main()
514 if (setenv("SHELL", shell, 1) == -1) in main()
531 if (setenv("TERM", p, 1) == -1) { in main()
573 if (setenv(*pp, p + 1, 1) == -1) in export_pam_environment()
/dragonfly/bin/date/
H A Ddate.c130 if (setenv("TZ", "UTC0", 1) != 0) in main()
143 setenv("TZ", tmp + 1, 1); in main()
146 setenv("TZ", tmp, 1); in main()
/dragonfly/contrib/gdb-7/readline/
H A Dshell.c132 setenv ("LINES", b, 1);
137 setenv ("COLUMNS", b, 1);
/dragonfly/contrib/tcp_wrappers/
H A Denviron.c82 return (setenv(nameval, value, DO_CLOBBER));
99 int setenv(name, value, clobber) in setenv() function
/dragonfly/bin/df/
H A Ddf.c123 if (setenv("BLOCKSIZE", "512", 1) != 0) in main()
128 if (setenv("BLOCKSIZE", "1g", 1) != 0) in main()
142 if (setenv("BLOCKSIZE", "1k", 1) != 0) in main()
152 if (setenv("BLOCKSIZE", "1m", 1) != 0) in main()

123456