HomeSort by relevance Sort by last modified time
    Searched refs:iosb (Results 1 - 4 of 4) sorted by null

  /external/curl/src/
tool_getpass.c 71 /* struct _iosb iosb; */
74 short int iosb$w_status; /* status */
75 short int iosb$w_bcnt; /* byte count */
77 } iosb; local
86 &iosb, 0, 0, buffer, buflen, 0, 0,
89 if((sts & 1) && (iosb.iosb$w_status & 1))
90 buffer[iosb.iosb$w_bcnt] = '\0';
  /toolchain/binutils/binutils-2.25/gas/config/
te-vms.c 54 struct IOSB
138 struct IOSB iosb; local
224 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
228 if ((iosb.status & 1) != 1)
232 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
236 if ((iosb.status & 1) != 1)
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 181 static short int iosb[4]; local
222 status = sys$qiow (0, DevChan, IO$_ACCESS, &iosb, 0, 0,
227 status = iosb[0];
vmsjobs.c 249 } iosb; local
260 status= sys$qiow (0, chan, IO$_SETMODE|IO$M_CTRLYAST,&iosb,0,0,
263 status= iosb.status;

Completed in 483 milliseconds