HomeSort by relevance Sort by last modified time
    Searched defs:tstr (Results 1 - 14 of 14) sorted by null

  /external/iproute2/ip/
ipmonitor.c 89 char *tstr; local
92 tstr = asctime(localtime(&secs));
93 tstr[strlen(tstr)-1] = 0;
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /external/tcpdump/
print-tftp.c 81 static char tstr[] = " [|tftp]"; local
159 fputs(tstr, stdout);
print-bootp.c 47 static char tstr[] = " [|bootp]"; variable
140 fputs(tstr + 1, stdout);
150 fputs(tstr + 1, stdout);
174 fputs(tstr, stdout);
804 fputs(tstr, stdout);
print-krb.c 72 static char tstr[] = " [|kerberos]"; variable
146 fputs(tstr, stdout);
167 fputs(tstr, stdout);
226 fputs(tstr, stdout);
237 fputs(tstr, stdout);
print-atalk.c 66 static char tstr[] = "[|atalk]"; variable
265 fputs(tstr, stdout);
403 fputs(tstr, stdout);
413 fputs(tstr, stdout);
455 fputs(tstr, stdout);
467 fputs(tstr, stdout);
484 fputs(tstr, stdout);
print-ospf.c 175 static char tstr[] = " [|ospf]"; variable
    [all...]
print-ospf6.c 84 static char tstr[] = " [|ospf]"; variable
684 fputs(tstr, stdout);
print-l2tp.c 41 static char tstr[] = " [|l2tp]"; variable
713 printf("%s", tstr);
print-pptp.c 41 static char tstr[] = " [|pptp]"; variable
612 printf("%s", tstr);
642 printf("%s", tstr);
675 printf("%s", tstr);
692 printf("%s", tstr);
706 printf("%s", tstr);
725 printf("%s", tstr);
760 printf("%s", tstr);
790 printf("%s", tstr);
820 printf("%s", tstr);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 528 char *tstr, *str; local
535 tstr = os_malloc(tlen + 1);
536 if (tstr == NULL)
538 os_memcpy(tstr, value, tlen);
539 tstr[tlen] = '\0';
543 os_free(tstr);
547 *len = printf_decode((u8 *) str, tlen + 1, tstr);
548 os_free(tstr);
  /external/iproute2/lib/
utils.c 691 char *tstr; local
696 tstr = asctime(localtime(&tv.tv_sec));
697 tstr[strlen(tstr)-1] = 0;
698 fprintf(fp, "Timestamp: %s %lu usec\n", tstr, tv.tv_usec);
  /external/icu4c/test/intltest/
rbbiapts.cpp 264 UnicodeString tstr; local
265 tci->getText(tstr);
266 TEST_ASSERT(tstr == str1);
280 tci->getText(tstr);
281 TEST_ASSERT(tstr == str2);
283 tci->getText(tstr);
284 TEST_ASSERT(tstr == str1);
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1416 UChar tstr[20]; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 11713 const char *tstr; local
    [all...]

Completed in 185 milliseconds