/external/tcpdump/ |
print-ospf6.c | 287 static const char tstr[] = " [|ospf3]"; variable 1013 ND_PRINT((ndo, "%s", tstr));
|
print-rsvp.c | 34 static const char tstr[] = " [|rsvp]"; variable 643 ND_PRINT((ndo, "%s", tstr)); [all...] |
print-snmp.c | 78 static const char tstr[] = "[|snmp]"; variable 669 ND_PRINT((ndo, "%s", tstr)); 686 ND_PRINT((ndo, "%s", tstr)); 719 ND_PRINT((ndo, "%s", tstr)); 850 ND_PRINT((ndo, "%s", tstr)); 948 ND_PRINT((ndo, "%s", tstr)); [all...] |
print-telnet.c | 60 static const char tstr[] = " [|telnet]"; variable 502 ND_PRINT((ndo, "%s", tstr)); 556 ND_PRINT((ndo, "%s", tstr));
|
print-forces.c | 30 static const char tstr[] = "[|forces]"; variable 678 ND_PRINT((ndo, "%s", tstr)); 713 ND_PRINT((ndo, "%s", tstr)); 759 ND_PRINT((ndo, "%s", tstr)); 788 ND_PRINT((ndo, "%s", tstr)); 829 ND_PRINT((ndo, "%s", tstr)); 986 ND_PRINT((ndo, "%s", tstr)); 1050 ND_PRINT((ndo, "%s", tstr)); 1096 ND_PRINT((ndo, "%s", tstr)); 1150 ND_PRINT((ndo, "%s", tstr)); [all...] |
print-802_11.c | 2020 static const char tstr[] = "[|802.11]"; variable [all...] |
print-decnet.c | 45 static const char tstr[] = "[|decnet]"; variable 511 ND_PRINT((ndo, "%s", tstr)); 518 ND_PRINT((ndo, "%s", tstr)); 522 ND_PRINT((ndo, "%s", tstr)); 537 ND_PRINT((ndo, "%s", tstr)); 565 ND_PRINT((ndo, "%s", tstr)); 608 ND_PRINT((ndo, "%s", tstr)); [all...] |
print-isoclns.c | 46 static const char tstr[] = " [|isis]"; variable [all...] |
print-openflow-1.0.c | 76 static const char tstr[] = " [|openflow]"; variable 751 ND_PRINT((ndo, "%s", tstr)); [all...] |
/external/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 269 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) { 274 utext_setNativeIndex(tstr, 0); 275 for (int j = 0; j < utext_nativeLength(tstr); j=utext_getNativeIndex(tstr)) { 281 UChar32 c = utext_next32(tstr); 309 UText *tstr = NULL; local 310 tstr = utext_openConstUnicodeString(NULL, &ustr, &status); 315 printStringBreaks(tstr, expected, expectedCount); 316 utext_close(tstr); [all...] |
/external/valgrind/perf/ |
tinycc.c | 11713 const char *tstr; local [all...] |