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

  /src/sys/arch/x68k/stand/libiocs/
makeiocscalls.awk 165 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 == "od2 od3 od4 od5")
    [all...]
  /src/lib/libc/sys/
makelintstub 198 oarg=""
211 o) oarg=$OPTARG;;
226 if [ -n "$oarg" ]; then
227 exec > $oarg
  /src/sbin/efi/
main.c 255 get_bootnum(struct options *op, const char *oarg)
259 op->bootnum = strtous(oarg, NULL, 16);

Completed in 13 milliseconds