OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sarg
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/asn1/
asn_mime.c
309
ASN1_STREAM_ARG
sarg
;
324
sarg
.out = out;
325
sarg
.ndef_bio = NULL;
326
sarg
.boundary = NULL;
330
if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &
sarg
) <= 0)
334
SMIME_crlf_copy(data,
sarg
.ndef_bio, flags);
337
if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &
sarg
) <= 0)
342
while (
sarg
.ndef_bio != out)
344
tmpbio = BIO_pop(
sarg
.ndef_bio);
345
BIO_free(
sarg
.ndef_bio)
[
all
...]
/external/qemu/
qemu-char-android.c
1119
int
sarg
= 0;
local
1121
ioctl(s->fd_in, TIOCMGET, &
sarg
);
1123
if (
sarg
& TIOCM_CTS)
1125
if (
sarg
& TIOCM_CAR)
1127
if (
sarg
& TIOCM_DSR)
1129
if (
sarg
& TIOCM_RI)
1131
if (
sarg
& TIOCM_DTR)
1133
if (
sarg
& TIOCM_RTS)
1139
int
sarg
= *(int *)arg;
local
1144
if (
sarg
& CHR_TIOCM_CTS
[
all
...]
qemu-char.c
1086
int
sarg
= 0;
local
1088
ioctl(s->fd_in, TIOCMGET, &
sarg
);
1090
if (
sarg
& TIOCM_CTS)
1092
if (
sarg
& TIOCM_CAR)
1094
if (
sarg
& TIOCM_DSR)
1096
if (
sarg
& TIOCM_RI)
1098
if (
sarg
& TIOCM_DTR)
1100
if (
sarg
& TIOCM_RTS)
1106
int
sarg
= *(int *)arg;
local
1111
if (
sarg
& CHR_TIOCM_CTS
[
all
...]
/bionic/libc/stdio/
vfprintf.c
245
#define
SARG
() \
475
_umax =
SARG
();
Completed in 22 milliseconds