Home
last modified time | relevance | path

Searched refs:sarg (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/asn1/
Dbio_ndef.c63 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
91 sarg.out = out; in BIO_new_NDEF()
92 sarg.ndef_bio = NULL; in BIO_new_NDEF()
93 sarg.boundary = NULL; in BIO_new_NDEF()
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) { in BIO_new_NDEF()
115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
119 return sarg.ndef_bio; in BIO_new_NDEF()
198 ASN1_STREAM_ARG sarg; in ndef_suffix() local
208 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
[all …]
Dasn_mime.c327 ASN1_STREAM_ARG sarg; in asn1_output_data() local
344 sarg.out = out; in asn1_output_data()
345 sarg.ndef_bio = NULL; in asn1_output_data()
346 sarg.boundary = NULL; in asn1_output_data()
350 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
354 SMIME_crlf_copy(data, sarg.ndef_bio, flags); in asn1_output_data()
357 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
362 while (sarg.ndef_bio != out) { in asn1_output_data()
363 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
364 BIO_free(sarg.ndef_bio); in asn1_output_data()
[all …]
/third_party/alsa-utils/alsactl/
Dalsactl.c66 int sarg; member
130 int sarg; in help() local
138 sarg = a->sarg; in help()
139 if (sarg & (HEADER|TITLE)) { in help()
140 printf("%s%s\n", (sarg & HEADER) != 0 ? "\n" : "", in help()
146 if (sarg & (EMPCMD|CARDCMD|KILLCMD)) { in help()
147 if (sarg & CARDCMD) in help()
149 else if (sarg & KILLCMD) in help()
155 sa[1] = a->sarg; in help()
158 if (sarg & ENVARG) in help()
[all …]
/third_party/openssl/crypto/pkcs7/
Dpk7_asn1.c35 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() local
41 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
45 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()
46 if (!sarg->ndef_bio) in pk7_cb()
52 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice02.c40 static char *sarg; variable
46 if (tst_parse_int(sarg, &file_size, 1, INT_MAX)) in setup()
47 tst_brk(TBROK, "invalid number of writes '%s', use <1,%d>", sarg, INT_MAX); in setup()
160 {"s:", &sarg, "Size of output file in bytes (default: 16x max pipe size, i.e. 1M on intel)"},
/third_party/openssl/crypto/cms/
Dcms_asn1.c284 ASN1_STREAM_ARG *sarg = exarg; in cms_cb() local
293 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
297 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()
298 if (!sarg->ndef_bio) in cms_cb()
304 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()
/third_party/gettext/gettext-runtime/doc/
Dmatrix.texi135 sarg | [] [] |
309 sarg | [] [] |
483 sarg | |
657 sarg | |
831 sarg | [] [] [] |
1005 sarg | | 7
/third_party/python/Python/
Dgetargs.c669 const char *sarg; in convertsimple() local
943 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
944 if (sarg == NULL) in convertsimple()
947 PyBuffer_FillInfo(p, arg, (void *)sarg, len, 1, 0); in convertsimple()
972 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
973 if (sarg == NULL) in convertsimple()
976 *p = sarg; in convertsimple()
992 sarg = NULL; in convertsimple()
997 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
998 if (sarg == NULL) in convertsimple()
[all …]
/third_party/openssl/ssl/
Dt1_lib.c1958 sig_cb_st *sarg = arg; in sig_cb() local
1965 if (sarg->sigalgcnt == TLS_MAX_SIGALGCNT) in sig_cb()
1985 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2003 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2012 for (i = 0; i < sarg->sigalgcnt - 1; i++) { in sig_cb()
2013 if (sarg->sigalgs[i] == sarg->sigalgs[sarg->sigalgcnt - 1]) { in sig_cb()
2014 sarg->sigalgcnt--; in sig_cb()
/third_party/e2fsprogs/
DABOUT-NLS278 sarg | |
450 sarg | [] [] |
622 sarg | |
794 sarg | |
966 sarg | [] [] |
1138 sarg | |
1310 sarg | | 4