Home
last modified time | relevance | path

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

12

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Devp_asn1.c97 asn1_int_oct atmp; variable
100 atmp.num = num;
101 atmp.oct = &oct;
104 if (ASN1_TYPE_pack_sequence(ASN1_ITEM_rptr(asn1_int_oct), &atmp, &a))
112 asn1_int_oct *atmp = NULL; in ASN1_TYPE_get_int_octetstring() local
119 atmp = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(asn1_int_oct), a); in ASN1_TYPE_get_int_octetstring()
121 if (atmp == NULL) in ASN1_TYPE_get_int_octetstring()
124 ret = asn1_type_get_int_oct(atmp->oct, atmp->num, num, data, max_len); in ASN1_TYPE_get_int_octetstring()
130 M_ASN1_free_of(atmp, asn1_int_oct); in ASN1_TYPE_get_int_octetstring()
153 asn1_oct_int atmp; variable
[all …]
Dasn1_gen.c578 ASN1_TYPE *atmp = NULL; in asn1_str2type() local
584 if ((atmp = ASN1_TYPE_new()) == NULL) { in asn1_str2type()
609 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
621 if ((atmp->value.integer in asn1_str2type()
633 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) { in asn1_str2type()
645 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
649 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
653 atmp->value.asn1_string->type = utype; in asn1_str2type()
654 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
679 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
[all …]
/netbsd/src/external/bsd/ntp/dist/libntp/
Dmktime.c152 register struct tm * atmp, in tmcomp() argument
160 if ((result = (atmp->tm_year - btmp->tm_year)) == 0 && in tmcomp()
161 (result = (atmp->tm_mon - btmp->tm_mon)) == 0) in tmcomp()
162 result = (atmp->tm_mday - btmp->tm_mday); in tmcomp()
169 if(atmp->tm_isdst == 1 && !btmp->tm_isdst) in tmcomp()
171 else if(btmp->tm_isdst == 1 && !atmp->tm_isdst) in tmcomp()
172 atmp = mkdst(atmp); in tmcomp()
176 if ((result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp()
177 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp()
178 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dmap.c349 struct berval atmp, in ldap_back_int_filter_map_rewrite() local
378 if ( map_attr_value( dc, f->f_av_desc, &atmp, in ldap_back_int_filter_map_rewrite()
384 fstr->bv_len = atmp.bv_len + vtmp.bv_len in ldap_back_int_filter_map_rewrite()
393 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" ); in ldap_back_int_filter_map_rewrite()
399 if ( map_attr_value( dc, f->f_av_desc, &atmp, in ldap_back_int_filter_map_rewrite()
405 fstr->bv_len = atmp.bv_len + vtmp.bv_len in ldap_back_int_filter_map_rewrite()
414 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" ); in ldap_back_int_filter_map_rewrite()
420 if ( map_attr_value( dc, f->f_av_desc, &atmp, in ldap_back_int_filter_map_rewrite()
426 fstr->bv_len = atmp.bv_len + vtmp.bv_len in ldap_back_int_filter_map_rewrite()
435 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" ); in ldap_back_int_filter_map_rewrite()
[all …]
/netbsd/src/sys/arch/hppa/spmath/
Dfpudispatch.c667 } mtmp, atmp; in decode_06() local
693 if (dbl_to_sgl_fcnvfxt(&fpregs[ta],(unsigned *) &atmp, in decode_06()
706 if (dbl_fadd(&fpregs[ta], &fpregs[ra], (unsigned *) &atmp, in decode_06()
718 fpregs[ta] = atmp.ints.i1; in decode_06()
719 fpregs[ta+1] = atmp.ints.i2; in decode_06()
750 if (sgl_to_sgl_fcnvfxt(&fpregs[ta],(unsigned *) &atmp, in decode_06()
751 (unsigned *) &atmp,&status)) in decode_06()
761 if (sgl_fadd(&fpregs[ta], &fpregs[ra], (unsigned *) &atmp, in decode_06()
770 fpregs[ta] = atmp.ints.i1; in decode_06()
791 } mtmp, atmp; in decode_26() local
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Drwmmap.c527 struct berval atmp, in rwm_int_filter_map_rewrite() local
564 if ( map_attr_value( dc, &ad, &atmp, in rwm_int_filter_map_rewrite()
570 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(=)" ); in rwm_int_filter_map_rewrite()
574 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" ); in rwm_int_filter_map_rewrite()
581 if ( map_attr_value( dc, &ad, &atmp, in rwm_int_filter_map_rewrite()
587 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(>=)" ); in rwm_int_filter_map_rewrite()
591 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" ); in rwm_int_filter_map_rewrite()
598 if ( map_attr_value( dc, &ad, &atmp, in rwm_int_filter_map_rewrite()
604 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(<=)" ); in rwm_int_filter_map_rewrite()
608 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" ); in rwm_int_filter_map_rewrite()
[all …]
Dtranslucent.c537 Attribute atmp; in translucent_modify() local
546 atmp.a_desc = m->sml_desc; in translucent_modify()
547 atmp.a_vals = m->sml_values; in translucent_modify()
548 atmp.a_nvals = m->sml_nvalues ? m->sml_nvalues : atmp.a_vals; in translucent_modify()
549 atmp.a_numvals = m->sml_numvals; in translucent_modify()
550 atmp.a_flags = 0; in translucent_modify()
551 a = attr_dup( &atmp ); in translucent_modify()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dmodify.cpp211 NdbAttrInfo **modai, *atmp; in ndb_modify_internal() local
431 atmp = modai[j]; in ndb_modify_internal()
433 modai[k] = atmp; in ndb_modify_internal()
447 atmp = modai[i]; in ndb_modify_internal()
449 if ( atmp->na_oi != modai[j]->na_oi ) in ndb_modify_internal()
452 myTable = myDict->getTable( atmp->na_oi->no_table.bv_val ); in ndb_modify_internal()
455 rc = ndb_oc_attrs( NA->txn, myTable, NA->e, atmp->na_oi, &modai[i], j, old ); in ndb_modify_internal()
Dndbio.cpp61 NdbAttrInfo atmp; in ndb_ai_find() local
62 atmp.na_name = at->sat_cname; in ndb_ai_find()
64 return (NdbAttrInfo *)avl_find( ni->ni_ai_tree, &atmp, ndb_name_cmp ); in ndb_ai_find()
71 NdbAttrInfo atmp, *ai; in ndb_ai_get() local
72 atmp.na_name = *aname; in ndb_ai_get()
74 ai = (NdbAttrInfo *)avl_find( ni->ni_ai_tree, &atmp, ndb_name_cmp ); in ndb_ai_get()
/netbsd/src/external/ibm-public/postfix/dist/src/master/
Dmaster_ent.c280 char *atmp; in get_master_ent() local
359 atmp = mystrdup(name); in get_master_ent()
360 if ((parse_err = host_port(atmp, &host, "", &port, (char *) 0)) != 0) in get_master_ent()
459 myfree(atmp); in get_master_ent()
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dasn1parse.c234 ASN1_TYPE *atmp; in asn1parse_main() local
244 atmp = at; in asn1parse_main()
247 ASN1_TYPE_free(atmp); in asn1parse_main()
/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
Dmemory.c798 BerVarray atmp; in ber_bvarray_add_x() local
809 atmp = (BerValue *) ber_memrealloc_x( (char *) *a, in ber_bvarray_add_x()
812 if( atmp == NULL ) { in ber_bvarray_add_x()
816 *a = atmp; in ber_bvarray_add_x()
/netbsd/src/lib/libc/time/
Dlocaltime.c2114 tmcomp(register const struct tm *const atmp, in tmcomp() argument
2119 if (atmp->tm_year != btmp->tm_year) in tmcomp()
2120 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp()
2121 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp()
2122 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp()
2123 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp()
2124 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp()
2125 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
/netbsd/src/external/bsd/nvi/dist/common/
Doptions.c1085 OABBREV atmp, *ap; in opts_search() local
1090 atmp.name = name; in opts_search()
1091 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1, in opts_search()
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dt1_lib.c2210 const uint16_t *ptmp, *atmp; in tls12_shared_sigalgs() local
2219 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) { in tls12_shared_sigalgs()
2220 if (*ptmp == *atmp) { in tls12_shared_sigalgs()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc5388 tree atmp in lower_rec_input_clauses() local
5391 x = build_call_expr_loc (clause_loc, atmp, 2, sz, al); in lower_rec_input_clauses()
5761 tree atmp in lower_rec_input_clauses() local
5764 = gimple_build_call (atmp, 2, x, in lower_rec_input_clauses()
5832 tree atmp in lower_rec_input_clauses() local
5836 x = build_call_expr_loc (clause_loc, atmp, 2, x, al); in lower_rec_input_clauses()
13938 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN); in lower_omp_target() local
13941 x = build_call_expr_loc (clause_loc, atmp, 2, x, al); in lower_omp_target()
13957 tree atmp in lower_omp_target() local
13961 x = build_call_expr_loc (clause_loc, atmp, 2, x, al); in lower_omp_target()
Dgimple-ssa-store-merging.cc1339 tree atmp = tmp; in bswap_replace() local
1342 atmp = bswap_view_convert (&gsi2, TREE_TYPE (tgt), tmp, false); in bswap_replace()
1343 gimple *convert_stmt = gimple_build_assign (tgt, conv_code, atmp); in bswap_replace()
/netbsd/src/external/bsd/ipf/dist/etc/
Dservices2262 atmp 5150/tcp # Ascend Tunnel Management Protocol
2263 atmp 5150/udp # Ascend Tunnel Management Protocol
/netbsd/src/external/bsd/ipf/dist/perl/
DServices1816 5150 atmp AscendTunnelManagementProtocol
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-02031127 * doc/c-i860.texi: Mention that .dual, .enddual, and .atmp
1135 (s_atmp): Likewise for .atmp.
/netbsd/src/external/gpl3/binutils/dist/gas/po/
Duk.po24103 #~ msgid "Directive .atmp available only with -mintel-syntax option"
24104 #~ msgstr "Директиву .atmp можна використовувати лише разом з параметром -mintel-syntax"
Dfi.po6619 msgid "Directive .atmp available only with -mintel-syntax option"
6620 msgstr "Direktiivi ”.atmp” käytettävissä vain ”-mintel-syntax”-valitsimen kanssa"
Did.po6596 msgid "Directive .atmp available only with -mintel-syntax option"
6597 msgstr "Direktif .atmp hanya tersedia dengan pilihan -mintel-syntax"
Dru.po23575 #~ msgid "Directive .atmp available only with -mintel-syntax option"
23576 #~ msgstr "Директива .atmp доступна только с параметром -mintel-syntax"
Drw.po5618 msgid "Directive .atmp available only with -mintel-syntax option"

12