/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
read_pwd.c | 182 struct IOSB { 183 short iosb$w_value; 184 short iosb$w_count; 185 long iosb$l_info; 263 struct IOSB iosb; local 329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 330 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) 353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0) [all...] |
/external/openssl/crypto/des/ |
read_pwd.c | 182 struct IOSB { 183 short iosb$w_value; 184 short iosb$w_count; 185 long iosb$l_info; 263 struct IOSB iosb; local 329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 330 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) 353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_openssl.c | 260 struct IOSB { 261 short iosb$w_value; 262 short iosb$w_count; 263 long iosb$l_info; 293 static struct IOSB iosb; variable in typeref:struct:IOSB 524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) 546 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0) [all...] |
/external/openssl/crypto/ui/ |
ui_openssl.c | 260 struct IOSB { 261 short iosb$w_value; 262 short iosb$w_count; 263 long iosb$l_info; 293 static struct IOSB iosb; variable in typeref:struct:IOSB 524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0); 525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) 546 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0) [all...] |
/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;
|