HomeSort by relevance Sort by last modified time
    Searched defs:tbuf (Results 1 - 25 of 40) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
logger.h 41 time_t *tbuf; member in struct:log
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;
  /dalvik/vm/compiler/codegen/mips/
ArchUtility.cpp 40 char tbuf[256]; local
49 strcpy(tbuf, "!");
56 strcpy(tbuf,"0000");
58 tbuf[i] += operand & 1;
63 sprintf(tbuf,"$f%d",operand & FP_REG_MASK);
67 sprintf(tbuf,"$f%d",operand & FP_REG_MASK);
70 sprintf(tbuf,"%04x", operand);
74 sprintf(tbuf,"%d", operand);
77 sprintf(tbuf,"%d", operand+1);
80 sprintf(tbuf,"%d", operand*4)
    [all...]
  /external/openssh/openbsd-compat/
vis.c 169 char tbuf[5]; local
189 i = vis(tbuf, c, flag, *++src) - tbuf;
191 memcpy(dst, tbuf, i);
204 dst += vis(tbuf, c, flag, *++src) - tbuf;
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 82 char tbuf[256]; local
92 strcpy(tbuf, "!");
100 sprintf(tbuf, ", %s %d",shiftNames[operand & 0x3],
103 strcpy(tbuf,"");
130 strcpy(tbuf, name);
133 strcpy(tbuf,"0000");
135 tbuf[i] += operand & 1;
141 sprintf(tbuf,"%d [%#x]", operand, operand);
145 sprintf(tbuf,"%d [%#x]", operand, operand);
148 sprintf(tbuf,"s%d",operand & FP_REG_MASK)
    [all...]
  /external/chromium_org/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 157 char tbuf[30]; local
158 int32_t tbx = sizeof(tbuf);
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
195 char tbuf[30]; local
196 int32_t tbx = sizeof(tbuf);
209 tbx = sizeof(tbuf)-1
    [all...]
  /external/openssh/
sftp-common.c 195 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
213 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
215 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
218 tbuf[0] = '\0';
225 sbuf, tbuf, name);
229 (unsigned long long)st->st_size, tbuf, name);
  /external/javassist/src/main/javassist/compiler/
Lex.java 126 StringBuffer tbuf = textBuffer; local
127 tbuf.setLength(0);
128 tbuf.append('.');
129 return readDouble(tbuf, c, token);
211 StringBuffer tbuf = textBuffer; local
212 tbuf.setLength(0);
222 tbuf.append((char)c);
239 token.textValue = tbuf.toString();
297 StringBuffer tbuf = textBuffer; local
298 tbuf.setLength(0)
430 StringBuffer tbuf = textBuffer; local
    [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/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_pmeth.c 93 unsigned char *tbuf; member in struct:__anon15611
107 rctx->tbuf = NULL;
139 if (ctx->tbuf)
141 ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
142 if (!ctx->tbuf)
154 if (rctx->tbuf)
155 OPENSSL_free(rctx->tbuf);
242 memcpy(rctx->tbuf, tbs, tbslen);
243 rctx->tbuf[tbslen] =
245 ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
    [all...]
  /external/openssl/crypto/rsa/
rsa_pmeth.c 93 unsigned char *tbuf; member in struct:__anon26059
107 rctx->tbuf = NULL;
139 if (ctx->tbuf)
141 ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
142 if (!ctx->tbuf)
154 if (rctx->tbuf)
155 OPENSSL_free(rctx->tbuf);
242 memcpy(rctx->tbuf, tbs, tbslen);
243 rctx->tbuf[tbslen] =
245 ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 337 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
368 tbuf[0] = num + 0x30;
369 tbuf[1] = 0;
370 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
CompassSensor.IIO.primary.cpp 503 iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
529 tbuf[0] = num + 0x30;
530 tbuf[1] = 0;
531 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
  /external/chromium_org/third_party/libpng/
pngwrite.c 447 struct tm *tbuf; local
451 tbuf = gmtime(&ttime);
452 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/libpng/
pngwrite.c 447 struct tm *tbuf; local
451 tbuf = gmtime(&ttime);
452 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/libusb/libusb/
descriptor.c 678 unsigned char tbuf[255]; /* Some devices choke on size > 255 */ local
686 r = libusb_get_string_descriptor(dev, 0, 0, tbuf, sizeof(tbuf));
693 langid = tbuf[2] | (tbuf[3] << 8);
695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
696 sizeof(tbuf));
700 if (tbuf[1] != LIBUSB_DT_STRING)
703 if (tbuf[0] > r)
706 for (di = 0, si = 2; si < tbuf[0]; si += 2)
    [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/strace/
resource.c 457 struct tms tbuf; local
464 else if (umove(tcp, tcp->u_arg[0], &tbuf) < 0)
468 tbuf.tms_utime, tbuf.tms_stime);
470 tbuf.tms_cutime, tbuf.tms_cstime);
  /art/compiler/dex/quick/arm/
target_arm.cc 309 char tbuf[256]; local
319 strcpy(tbuf, "!");
327 sprintf(tbuf, ", %s %d", shift_names[operand & 0x3], operand >> 2);
329 strcpy(tbuf, "");
356 strcpy(tbuf, name);
359 strcpy(tbuf, "0000");
361 tbuf[i] += operand & 1;
367 sprintf(tbuf, "%d [%#x]", operand, operand);
371 sprintf(tbuf, "%d [%#x]", operand, operand);
374 sprintf(tbuf, "s%d", operand & ARM_FP_REG_MASK)
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 159 char tbuf[256]; local
168 strcpy(tbuf, "!");
175 strcpy(tbuf, "0000");
177 tbuf[i] += operand & 1;
182 sprintf(tbuf, "$f%d", operand & MIPS_FP_REG_MASK);
186 sprintf(tbuf, "$f%d", operand & MIPS_FP_REG_MASK);
189 sprintf(tbuf, "%04x", operand);
193 sprintf(tbuf, "%d", operand);
196 sprintf(tbuf, "%d", operand+1);
199 sprintf(tbuf, "%d", operand*4)
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 1149 unsigned char tbuf[255]; \/* Some devices choke on size > 255 *\/ local
    [all...]
  /external/chromium_org/third_party/openssl/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);
  /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/
gethnamaddr.c 188 char tbuf[MAXDNAME]; local
277 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
278 if ((n < 0) || !(*name_ok)(tbuf)) {
296 n = strlen(tbuf) + 1; /* for the \0 */
301 strlcpy(bp, tbuf, (size_t)(ep - bp));
307 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
308 if (n < 0 || !res_dnok(tbuf)) {
318 n = strlen(tbuf) + 1; /* for the \0 *
    [all...]

Completed in 873 milliseconds

1 2