Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Dbio_ndef.c111 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
151 sarg.out = asn_bio; in BIO_new_NDEF()
152 sarg.ndef_bio = NULL; in BIO_new_NDEF()
153 sarg.boundary = NULL; in BIO_new_NDEF()
160 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
161 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
164 return sarg.ndef_bio; in BIO_new_NDEF()
240 ASN1_STREAM_ARG sarg; in ndef_suffix() local
250 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
251 sarg.out = ndef_aux->out; in ndef_suffix()
[all …]
H A Dasn_mime.c379 ASN1_STREAM_ARG sarg; in asn1_output_data() local
396 sarg.out = out; in asn1_output_data()
397 sarg.ndef_bio = NULL; in asn1_output_data()
398 sarg.boundary = NULL; in asn1_output_data()
402 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
406 SMIME_crlf_copy(data, sarg.ndef_bio, flags); in asn1_output_data()
409 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
414 while (sarg.ndef_bio != out) { in asn1_output_data()
415 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
416 BIO_free(sarg.ndef_bio); in asn1_output_data()
[all …]
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/
H A DOutputMap.pm164 my ($type, $with_size, $arg, $sarg) =
184 what_size => $sarg,
/openbsd/usr.bin/mandoc/
H A Droff_escape.c74 int sesc, snam, sarg, sendarg, send; /* for sub-escape */ in roff_escape() local
274 &sesc, &snam, &sarg, &sendarg, &send); in roff_escape()
350 &sesc, &snam, &sarg, &sendarg, &send); in roff_escape()
502 iarg = sarg; in roff_escape()
/openbsd/lib/libcrypto/pkcs7/
H A Dpk7_asn1.c159 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() local
164 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
169 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()
170 if (!sarg->ndef_bio) in pk7_cb()
176 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
/openbsd/lib/libcrypto/cms/
H A Dcms_asn1.c1334 ASN1_STREAM_ARG *sarg = exarg; in cms_cb() local
1344 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
1349 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()
1350 if (!sarg->ndef_bio) in cms_cb()
1356 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()
/openbsd/gnu/usr.bin/perl/
H A Ddoop.c765 Perl_do_sprintf(pTHX_ SV *sv, SSize_t len, SV **sarg) in Perl_do_sprintf() argument
768 const char * const pat = SvPV_const(*sarg, patlen); in Perl_do_sprintf()
774 if (SvTAINTED(*sarg)) in Perl_do_sprintf()
783 if (DO_UTF8(*sarg)) in Perl_do_sprintf()
785 sv_vsetpvfn(sv, pat, patlen, NULL, sarg + 1, (Size_t)(len - 1), &do_taint); in Perl_do_sprintf()
H A Dproto.h958 Perl_do_sprintf(pTHX_ SV *sv, SSize_t len, SV **sarg);
960 assert(sv); assert(sarg)
H A Dembed.fnc1061 |NN SV **sarg
/openbsd/sys/arch/hppa/include/
H A Dasm.h203 sarg .reg %sr1 ; argument
/openbsd/usr.bin/awk/
H A Db.c605 int member(int c, int *sarg) /* is c in s? */ in member() argument
607 int *s = (int *) sarg; in member()
/openbsd/gnu/gcc/gcc/config/pa/
H A Dmilli64.S122 sarg: .reg sr1 /* argument */ label
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dmilli64.S103 sarg: .reg sr1 /* argument */ label
/openbsd/sys/lib/libkern/arch/hppa/
H A Dmilli.S306 sarg: .equ sr1 ; argument label
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc883 Ap |void |do_sprintf |NN SV* sv|SSize_t len|NN SV** sarg
1716 AbpDdh |void |save_list |NN SV** sarg|I32 maxsarg