HomeSort by relevance Sort by last modified time
    Searched refs:tbuf (Results 1 - 23 of 23) sorted by null

  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 76 char tbuf[256]; local
86 strcpy(tbuf, "!");
94 sprintf(tbuf, ", %s %d",shiftNames[operand & 0x3],
97 strcpy(tbuf,"");
124 strcpy(tbuf, name);
127 strcpy(tbuf,"0000");
129 tbuf[i] += operand & 1;
135 sprintf(tbuf,"%d [0x%x]", operand, operand);
139 sprintf(tbuf,"%d [0x%x]", operand, operand);
142 sprintf(tbuf,"s%d",operand & FP_REG_MASK)
    [all...]
  /external/ipsec-tools/src/racoon/
logger.h 41 time_t *tbuf; member in struct:log
logger.c 82 p->tbuf = (time_t *)racoon_malloc(sizeof(time_t *) * siz);
83 if (p->tbuf == NULL) {
88 memset(p->tbuf, 0, sizeof(time_t *) * siz);
111 p->tbuf[p->head] = time(NULL);
197 tm = localtime(&p->tbuf[j]);
220 racoon_free(p->tbuf);
security.c 72 vchar_t *tbuf = NULL; local
117 tbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, len);
118 if (tbuf == NULL)
121 ta = (struct isakmp_parse_t *)tbuf->v;
racoonctl.c 1099 char tbuf[56]; local
1195 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1197 snprintf(tbuf, sizeof(tbuf), " ");
1198 printf("%s ", tbuf);
1314 char tbuf[56]; local
1325 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1331 tbuf);
    [all...]
  /external/chromium/third_party/icu/source/common/
cstring.c 146 char tbuf[30]; local
147 int32_t tbx = sizeof(tbuf);
160 tbx = sizeof(tbuf)-1;
161 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
164 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
169 uprv_strcpy(buffer+length, tbuf+tbx);
170 length += sizeof(tbuf) - tbx -1;
184 char tbuf[30]; local
185 int32_t tbx = sizeof(tbuf);
198 tbx = sizeof(tbuf)-1
    [all...]
  /external/icu4c/common/
cstring.c 146 char tbuf[30]; local
147 int32_t tbx = sizeof(tbuf);
160 tbx = sizeof(tbuf)-1;
161 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
164 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
169 uprv_strcpy(buffer+length, tbuf+tbx);
170 length += sizeof(tbuf) - tbx -1;
184 char tbuf[30]; local
185 int32_t tbx = sizeof(tbuf);
198 tbx = sizeof(tbuf)-1
    [all...]
  /external/openssl/crypto/rsa/
rsa_pmeth.c 85 unsigned char *tbuf; member in struct:__anon5594
98 rctx->tbuf = NULL;
130 if (ctx->tbuf)
132 ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
133 if (!ctx->tbuf)
145 if (rctx->tbuf)
146 OPENSSL_free(rctx->tbuf);
170 memcpy(rctx->tbuf, tbs, tbslen);
171 rctx->tbuf[tbslen] =
173 ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
    [all...]
  /bionic/libc/unistd/
syslog.c 114 char *stdp = NULL, tbuf[TBUF_LEN], fmt_cpy[FMT_LEN]; local
144 p = tbuf;
226 cnt = p - tbuf;
233 iov[0].iov_len = cnt - (stdp - tbuf);
252 if ((error = send(data->log_file, tbuf, cnt, 0)) < 0) {
259 if ((error = send(data->log_file, tbuf, cnt, 0)) >= 0)
273 p = strchr(tbuf, '>') + 1;
275 iov[0].iov_len = cnt - (p - tbuf);
  /external/clearsilver/util/
neo_misc.c 27 char tbuf[20]; local
37 strftime(tbuf, sizeof(tbuf), "%m/%d %T", &my_tm);
42 fprintf (stderr, "[%s] %s\n", tbuf, buf);
  /external/strace/
resource.c 453 struct tms tbuf; local
460 else if (umove(tcp, tcp->u_arg[0], &tbuf) < 0)
464 tbuf.tms_utime, tbuf.tms_stime);
466 tbuf.tms_cutime, tbuf.tms_cstime);
  /external/grub/netboot/
lance.c 88 unsigned char tbuf[ETH_FRAME_LEN]; member in struct:lance_interface
345 memcpy(lp->tbuf, d, ETH_ALEN); /* dst */
346 memcpy(&lp->tbuf[ETH_ALEN], nic->node_addr, ETH_ALEN); /* src */
347 lp->tbuf[ETH_ALEN+ETH_ALEN] = t >> 8; /* type */
348 lp->tbuf[ETH_ALEN+ETH_ALEN+1] = t; /* type */
349 memcpy(&lp->tbuf[ETH_HLEN], p, s);
353 lp->tbuf[s++] = 0;
357 lp->tx_ring.u.base = virt_to_bus(lp->tbuf) & 0xffffff;
  /bionic/libc/netbsd/
gethnamaddr.c 182 char tbuf[MAXDNAME]; local
271 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
272 if ((n < 0) || !(*name_ok)(tbuf)) {
290 n = strlen(tbuf) + 1; /* for the \0 */
295 strlcpy(bp, tbuf, (size_t)(ep - bp));
301 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
302 if (n < 0 || !res_dnok(tbuf)) {
312 n = strlen(tbuf) + 1; /* for the \0 *
    [all...]
  /external/webkit/WebCore/loader/
FTPDirectoryParser.cpp 125 char tbuf[4]; local
554 tbuf[0] = p[0];
555 tbuf[1] = toASCIILower(p[1]);
556 tbuf[2] = toASCIILower(p[2]);
560 if (tbuf[0] == month_names[pos+0] &&
561 tbuf[1] == month_names[pos+1] &&
562 tbuf[2] == month_names[pos+2])
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 655 char tbuf[32]; local
660 sprintf(tbuf, " %02x", pc[i]);
661 strcat(buf, tbuf);
668 char tbuf[32]; local
674 sprintf(tbuf, " %04x", pc[i]);
675 strcat(buf, tbuf);
    [all...]
  /external/quake/quake/src/QW/client/
console.c 158 char tbuf[CON_TEXTSIZE]; local
188 Q_memcpy (tbuf, con->text, CON_TEXTSIZE);
196 tbuf[((con->current - i + oldtotallines) %
  /external/quake/quake/src/WinQuake/
console.cpp 156 char tbuf[CON_TEXTSIZE]; local
186 Q_memcpy (tbuf, con_text, CON_TEXTSIZE);
194 tbuf[((con_current - i + oldtotallines) %
  /external/openssl/crypto/objects/
obj_dat.c 472 char tbuf[DECIMAL_SIZE(i)+DECIMAL_SIZE(l)+2]; local
597 BIO_snprintf(tbuf,sizeof tbuf,".%lu",l);
598 i=strlen(tbuf);
601 BUF_strlcpy(buf,tbuf,buf_len);
  /bionic/libc/netbsd/net/
getaddrinfo.c 1092 char tbuf[MAXDNAME]; local
1170 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
1171 if ((n < 0) || !(*name_ok)(tbuf)) {
1177 n = strlen(tbuf) + 1; /* for the \0 */
1182 strlcpy(bp, tbuf, (size_t)(ep - bp));
    [all...]
  /external/libpng/
pngwrite.c 446 struct tm *tbuf; local
450 tbuf = gmtime(&ttime);
451 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 414 struct tm *tbuf; local
417 tbuf = gmtime(&ttime);
418 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/ppp/pppd/
eap.c 319 char tbuf[9]; local
330 strftime(tbuf, sizeof (tbuf), "%Y%m%d", tp);
331 SHA1Update(&ctxt, tbuf, strlen(tbuf));
    [all...]
  /external/openssl/apps/
apps.c 2377 unsigned char tbuf[1024]; local
    [all...]

Completed in 675 milliseconds