Searched defs:ln (Results 1 - 18 of 18) sorted by relevance

/external/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL; local
92 r->ln=r->sn=NULL;
93 if (o->ln != NULL)
95 i=strlen(o->ln)+1;
96 ln=OPENSSL_malloc(i);
97 if (ln == NULL) goto err;
98 memcpy(ln,o->ln,i);
99 r->ln=ln;
[all...]
H A Dobj_dat.c85 DECLARE_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
109 { return(strcmp((*a)->ln,nid_objs[*b].ln)); }
111 IMPLEMENT_OBJ_BSEARCH_CMP_FN(const ASN1_OBJECT *, unsigned int, ln);
133 ret=lh_strhash(a->ln);
168 if (a->ln == NULL) return(-1);
169 else if (b->ln == NULL) return(1);
170 else return(strcmp(a->ln,b->ln));
261 if (o->ln !
783 OBJ_create(const char *oid, const char *sn, const char *ln) argument
[all...]
/external/openssl/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
119 ln = name;
124 ln = NULL;
131 nid = OBJ_create(ostr, name, ln);
138 ln = value;
139 while(isspace((unsigned char)*ln)) ln++;
143 if (p == ln)
148 lntmp = OPENSSL_malloc((p - ln) + 1);
151 memcpy(lntmp, ln,
[all...]
H A Da_object.c306 * for ->sn or ->ln */
333 ret->ln=NULL;
361 ret->ln=NULL;
373 if (a->ln != NULL) OPENSSL_free((void *)a->ln);
375 a->sn=a->ln=NULL;
388 const char *sn, const char *ln)
393 o.ln=ln;
387 ASN1_OBJECT_create(int nid, unsigned char *data, int len, const char *sn, const char *ln) argument
H A Dtasn_prn.c491 const char *ln; local
492 ln = OBJ_nid2ln(OBJ_obj2nid(oid));
493 if(!ln)
494 ln = "";
496 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
H A Dasn1.h213 const char *sn,*ln; member in struct:asn1_object_st
916 const char *sn, const char *ln);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c29 int32_t ln = 0; local
56 ln += (int32_t)uprv_strlen(l->str);
61 if(ln > 60 && brk) {
62 ln = 0;
H A Dpkgdata.cpp520 #define LN_CMD "ln -s"
1637 int32_t ln=0; /* line number */ local
1653 ln++;
1655 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);
1689 l->str, (int)ln);
1696 l->str, (int)ln, (int)(lineNext-line), (*lineNext)?*lineNext:'0');
/external/openssl/crypto/bn/
H A Dbn_sqr.c210 BN_ULONG ln,lo,*p; local
278 ln=(lo+c1)&BN_MASK2;
279 *p=ln;
283 if (ln < (BN_ULONG)c1)
288 ln=(lo+1)&BN_MASK2;
289 *p=ln;
290 } while (ln == 0);
H A Dbn_mul.c399 BN_ULONG ln,lo,*p; local
530 ln=(lo+c1)&BN_MASK2;
531 *p=ln;
535 if (ln < (BN_ULONG)c1)
540 ln=(lo+1)&BN_MASK2;
541 *p=ln;
542 } while (ln == 0);
555 BN_ULONG ln,lo,*p; local
706 ln=(lo+c1)&BN_MASK2;
707 *p=ln;
[all...]
/external/openssl/crypto/txt_db/
H A Dtxt_db.c76 long ln=0; local
116 ln++;
160 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
/external/openssl/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
243 ln=ctx->line_num;
254 if (ln >= 80) { rv= -1; goto end; }
264 ln++;
284 ln = 0;
292 ln=0;
353 ctx->line_num=ln;
/external/ppp/pppd/plugins/radius/
H A Davpair.c692 int rc_avpair_tostr (VALUE_PAIR *pair, char *name, int ln, char *value, int lv) argument
706 strncpy(name, pair->name, (size_t) ln);
/external/tremolo/Tremolo/
H A Dfloor0.c145 void vorbis_lsp_to_curve(ogg_int32_t *curve,int n,int ln, argument
160 ogg_uint32_t imap= (1UL<<31) / ln;
172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12;
335 if(map+1<ln){
338 nextbark=((tBnyq1<<11)/ln*(map+1))>>12;
352 if(map>=ln){
353 map=ln-1; /* guard against the approximation */
/external/valgrind/main/callgrind/
H A Ddebug.c380 int ln, i=0, opos=0; local
387 CLG_(get_debug_info)(addr, fl_buf, fn_buf, &ln, &di);
406 if (ln>0)
407 VG_(printf)(" (%s:%u)", fl_buf,ln);
/external/bluetooth/bluez/test/
H A Dhciemu.c641 read_local_name_rp ln; local
667 ln.status = 0x00;
668 memcpy(ln.name, vdev.name, sizeof(ln.name));
669 command_complete(ogf, ocf, sizeof(ln), &ln);
/external/openssl/include/openssl/
H A Dasn1.h213 const char *sn,*ln; member in struct:asn1_object_st
916 const char *sn, const char *ln);
/external/svox/pico/lib/
H A Dpicopr.c1192 picoos_int32 ln; local
1202 ln = pr_strlen(item->data);
1203 while (li < ln) {
1685 picoos_int32 ln; local
1741 ln = pr_strlen(lf->data);
1742 while (li < ln) {
1886 ln = 0;
1889 while ((ln < llen) && (ln2 < llen2) && (ln2 < largOfs)) {
1890 ln = ln
2459 picoos_int32 ln; local
[all...]

Completed in 347 milliseconds