Searched defs:bufb (Results 1 - 4 of 4) sorted by relevance

/external/qemu/slirp/
H A Dip_icmp.c222 { char bufa[20], bufb[20]; local
224 strcpy(bufb, inet_ntoa(ip->ip_dst));
225 DEBUG_MISC((dfd, " %.16s to %.16s\n", bufa, bufb));
/external/qemu/slirp-android/
H A Dip_icmp.c224 { char bufa[20], bufb[20]; local
226 strcpy(bufb, inet_iptostr(ip_geth(ip->ip_dst)));
227 DEBUG_MISC((dfd, " %.16s to %.16s\n", bufa, bufb));
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c951 decNumber bufb[D2N(DECBUFFER+1)]; local
952 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
976 b=bufb;
978 if (needbytes>sizeof(bufb)) { /* need malloc space */
1424 decNumber bufb[D2N(DECBUFFER+2)]; local
1425 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
1426 decNumber *b=bufb; /* temporary b */
1513 if (needbytes>sizeof(bufb)) { /* need malloc space */
2849 decNumber bufb[D2N(DECBUFFER+2)]; local
2852 decNumber *allocbufb=NULL; /* -> allocated bufb, if
5639 decNumber bufb[D2N(DECBUFFER*2+2)]; local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c953 decNumber bufb[D2N(DECBUFFER+1)]; local
954 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
978 b=bufb;
980 if (needbytes>sizeof(bufb)) { /* need malloc space */
1426 decNumber bufb[D2N(DECBUFFER+2)]; local
1427 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
1428 decNumber *b=bufb; /* temporary b */
1515 if (needbytes>sizeof(bufb)) { /* need malloc space */
2851 decNumber bufb[D2N(DECBUFFER+2)]; local
2854 decNumber *allocbufb=NULL; /* -> allocated bufb, if
5641 decNumber bufb[D2N(DECBUFFER*2+2)]; local
[all...]

Completed in 1082 milliseconds