Home
last modified time | relevance | path

Searched refs:atmp (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_gen.c611 ASN1_TYPE *atmp = NULL; in asn1_str2type() local
617 if (!(atmp = ASN1_TYPE_new())) { in asn1_str2type()
654 if (!(atmp->value.integer = in asn1_str2type()
686 atmp->value.asn1_string->type = utype; in asn1_str2type()
734 atmp->value.asn1_string->data = rdata; in asn1_str2type()
735 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
736 atmp->value.asn1_string->type = utype; in asn1_str2type()
747 atmp->value.bit_string)) { in asn1_str2type()
772 atmp->type = utype; in asn1_str2type()
773 return atmp; in asn1_str2type()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dasn1pars.c347 ASN1_TYPE *atmp; in asn1parse_main() local
361 atmp = at; in asn1parse_main()
364 ASN1_TYPE_free(atmp); in asn1parse_main()
/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c188 static int tmcomp(const struct tm * atmp,
1733 tmcomp(const struct tm * const atmp, const struct tm * const btmp) in tmcomp() argument
1737 if (atmp->tm_year != btmp->tm_year) in tmcomp()
1738 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp()
1739 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp()
1740 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp()
1741 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp()
1742 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp()
1743 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i860.texi102 @cindex @code{atmp} directive, i860
103 @item .atmp
108 The @code{.dual}, @code{.enddual}, and @code{.atmp} directives are available only in the Intel synt…
/dragonfly/contrib/nvi2/common/
H A Doptions.c1041 OABBREV atmp, *ap; in opts_search() local
1046 atmp.name = name; in opts_search()
1047 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1, in opts_search()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c3823 tree atmp in lower_rec_input_clauses() local
3838 x = build_call_expr_loc (clause_loc, atmp, 2, t, al); in lower_rec_input_clauses()
4058 tree tmp, atmp; in lower_rec_input_clauses() local
4067 atmp = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN); in lower_rec_input_clauses()
4068 stmt = gimple_build_call (atmp, 2, x, in lower_rec_input_clauses()
4115 tree atmp in lower_rec_input_clauses() local
4119 x = build_call_expr_loc (clause_loc, atmp, 2, x, al); in lower_rec_input_clauses()
8543 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN); in lower_omp_target() local
8546 x = build_call_expr_loc (clause_loc, atmp, 2, x, al); in lower_omp_target()
8561 tree atmp in lower_omp_target() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c2339 tree tmp, atmp; in lower_rec_input_clauses() local
2348 atmp = builtin_decl_explicit (BUILT_IN_ALLOCA); in lower_rec_input_clauses()
2349 stmt = gimple_build_call (atmp, 1, x); in lower_rec_input_clauses()
2393 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA); in lower_rec_input_clauses() local
2394 x = build_call_expr_loc (clause_loc, atmp, 1, x); in lower_rec_input_clauses()