Home
last modified time | relevance | path

Searched refs:T_OUTPUT (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Dcheckrc.c89 collect(T_OUTPUT, &buf, "/bin/sh %s 2>&1", RC_CHECK_SCRIPT); in check()
91 collect(T_OUTPUT, &buf, "chroot %s /bin/sh %s 2>&1", in check()
H A Dnet.c288 textsize = collect(T_OUTPUT, &buf_in, "/sbin/ifconfig -l 2>/dev/null"); in get_ifconfig_info()
405 textsize = collect(T_OUTPUT, &textbuf, in get_if6interface_info()
652 if (collect(T_OUTPUT, &textbuf, in config_network()
665 if (collect(T_OUTPUT, &textbuf, in config_network()
680 if (collect(T_OUTPUT, &textbuf, in config_network()
691 if (collect(T_OUTPUT, &textbuf, in config_network()
1327 if (collect(T_OUTPUT, &textbuf, "/sbin/ifconfig -m %s |" in config_eth_medium()
H A Dconfigmenu.c157 collect(T_OUTPUT, &buf, in get_rootsh()
161 collect(T_OUTPUT, &buf, in get_rootsh()
245 collect(T_OUTPUT, &buf, "getent passwd root | cut -d: -f2"); in check_root_password()
247 collect(T_OUTPUT, &buf, "chroot %s getent passwd root | " in check_root_password()
H A Ddefs.h91 #define T_OUTPUT 1 macro
H A Dgpt.c293 if (collect(T_OUTPUT, &textbuf, "gpt -r show -a %s 2>/dev/null", dev) in gpt_read_from_disk()
1194 if (collect(T_OUTPUT, &textbuf, in gpt_read_part()