Searched refs:oarg (Results 1 - 3 of 3) sorted by relevance

/src/sys/arch/x68k/stand/libiocs/
H A Dmakeiocscalls.awk165 oarg = ""
169 oarg = oarg " " arg[i]
180 oarg = substr(oarg, 2, length(oarg) - 1);
339 else if (oarg == "od2") {
343 } else if (oarg == "od1 od2 od0") {
351 } else if (oarg == "od2 od3") {
356 } else if (oarg
[all...]
/src/lib/libc/sys/
H A Dmakelintstub198 oarg=""
211 o) oarg=$OPTARG;;
226 if [ -n "$oarg" ]; then
227 exec > $oarg
/src/sbin/efi/
H A Dmain.c255 get_bootnum(struct options *op, const char *oarg) argument
259 op->bootnum = strtous(oarg, NULL, 16);

Completed in 4 milliseconds