HomeSort by relevance Sort by last modified time
    Searched refs:tbuf (Results 26 - 50 of 74) sorted by null

12 3

  /external/ipsec-tools/src/racoon/
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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 444 StringBuilder tbuf = new StringBuilder(); local
448 tbuf.append(sig.substring(i));
451 tbuf.append(sig.substring(i, n));
454 xsig = tbuf.toString();
  /bionic/libc/dns/net/
gethnamaddr.c 229 char tbuf[MAXDNAME]; local
315 n = dn_expand(answer->buf, eom, cp, tbuf,
316 (int)sizeof tbuf);
317 if ((n < 0) || !maybe_ok(res, tbuf, name_ok)) {
333 n = (int)strlen(tbuf) + 1; /* for the \0 */
338 strlcpy(bp, tbuf, (size_t)(ep - bp));
344 n = dn_expand(answer->buf, eom, cp, tbuf,
345 (int)sizeof tbuf);
346 if (n < 0 || !maybe_dnok(res, tbuf)) {
354 n = (int)strlen(tbuf) + 1; /* for the \0 *
    [all...]
getaddrinfo.c 1325 char tbuf[MAXDNAME]; local
    [all...]
  /external/toybox/kconfig/lxdialog/
textbox.c 51 int dialog_textbox(const char *title, const char *tbuf,
63 buf = tbuf;
  /external/tcpdump/
util-print.c 686 u_char *tbuf, size_t tbuflen)
711 tbuf[toklen] = *(pptr + idx);
718 tbuf[toklen] = '\0';
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc     [all...]
  /external/mksh/src/
expr.c 176 char tbuf[2]; local
193 tbuf[0] = *es->tokp;
194 tbuf[1] = '\0';
195 s = tbuf;
misc.c 644 char tbuf[64]; local
645 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 1083 char tbuf[MAXDNAME]; local
1161 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
1162 if ((n < 0) || !(*name_ok)(tbuf)) {
1168 n = (int)strlen(tbuf) + 1; /* for the \0 */
1173 strlcpy(bp, tbuf, (size_t)(ep - bp));
    [all...]
  /external/ltp/testcases/kernel/io/aio/aio01/
aio01.c 84 char tbuf[80]; variable
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1365 u8 tbuf[IW_PRIV_SIZE_MASK]; \/* max size is 2047 bytes *\/ local
    [all...]
  /external/one-true-awk/
run.c 108 char *tbuf; local
114 tbuf = (char *) realloc(*pbuf, minlen);
115 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );
116 if (tbuf == NULL) {
121 *pbuf = tbuf;
124 *pbptr = tbuf + boff;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 2027 BBuf *tbuf; local
2085 BBuf *tbuf; local
4939 BBuf *tbuf; local
    [all...]
  /external/perfetto/src/tracing/core/
service_impl.cc 557 TraceBuffer& tbuf = *tbuf_iter->second; local
558 tbuf.BeginRead();
562 if (!tbuf.ReadNextTracePacket(&packet, &producer_uid))
    [all...]
  /external/syslinux/com32/lib/libpng/
pngwrite.c 446 struct tm *tbuf; local
450 tbuf = gmtime(&ttime);
451 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/libpng/
pngwrite.c 487 struct tm *tbuf; local
491 tbuf = gmtime(&ttime);
492 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/pdfium/third_party/libpng16/
pngwrite.c 476 struct tm *tbuf; local
480 tbuf = gmtime(&ttime);
481 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 44 #define __sanitizer_syscall_pre_times(tbuf) \
45 __sanitizer_syscall_pre_impl_times((long)(tbuf))
46 #define __sanitizer_syscall_post_times(res, tbuf) \
47 __sanitizer_syscall_post_impl_times(res, (long)(tbuf))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h 44 #define __sanitizer_syscall_pre_times(tbuf) \
45 __sanitizer_syscall_pre_impl_times((long)(tbuf))
46 #define __sanitizer_syscall_post_times(res, tbuf) \
47 __sanitizer_syscall_post_impl_times(res, (long)(tbuf))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h 44 #define __sanitizer_syscall_pre_times(tbuf) \
45 __sanitizer_syscall_pre_impl_times((long)(tbuf))
46 #define __sanitizer_syscall_post_times(res, tbuf) \
47 __sanitizer_syscall_post_impl_times(res, (long)(tbuf))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h 44 #define __sanitizer_syscall_pre_times(tbuf) \
45 __sanitizer_syscall_pre_impl_times((long)(tbuf))
46 #define __sanitizer_syscall_post_times(res, tbuf) \
47 __sanitizer_syscall_post_impl_times(res, (long)(tbuf))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 44 #define __sanitizer_syscall_pre_times(tbuf) \
45 __sanitizer_syscall_pre_impl_times((long)(tbuf))
46 #define __sanitizer_syscall_post_times(res, tbuf) \
47 __sanitizer_syscall_post_impl_times(res, (long)(tbuf))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
linux_syscall_hooks.h 44 #define __sanitizer_syscall_pre_times(tbuf) \
45 __sanitizer_syscall_pre_impl_times((long)(tbuf))
46 #define __sanitizer_syscall_post_times(res, tbuf) \
47 __sanitizer_syscall_post_impl_times(res, (long)(tbuf))
    [all...]

Completed in 707 milliseconds

12 3