HomeSort by: relevance | last modified time | path
    Searched refs:T_OUTPUT (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/sysinst/
checkrc.c 89 collect(T_OUTPUT, &buf, "/bin/sh %s 2>&1", RC_CHECK_SCRIPT);
91 collect(T_OUTPUT, &buf, "chroot %s /bin/sh %s 2>&1",
configmenu.c 160 collect(T_OUTPUT, &buf,
164 collect(T_OUTPUT, &buf,
248 collect(T_OUTPUT, &buf, "getent passwd root | cut -d: -f2");
250 collect(T_OUTPUT, &buf, "chroot %s getent passwd root | "
net.c 288 textsize = collect(T_OUTPUT, &buf_in, "/sbin/ifconfig -l 2>/dev/null");
405 textsize = collect(T_OUTPUT, &textbuf,
652 if (collect(T_OUTPUT, &textbuf,
665 if (collect(T_OUTPUT, &textbuf,
680 if (collect(T_OUTPUT, &textbuf,
691 if (collect(T_OUTPUT, &textbuf,
1329 if (collect(T_OUTPUT, &textbuf, "/sbin/ifconfig -m %s |"
defs.h 91 #define T_OUTPUT 1
gpt.c 293 if (collect(T_OUTPUT, &textbuf, "gpt -r show -a %s 2>/dev/null", dev)
1199 if (collect(T_OUTPUT, &textbuf,

Completed in 15 milliseconds