HomeSort by relevance Sort by last modified time
    Searched full:tstr (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/tcpdump/
print-zeromq.c 41 static const char tstr[] = " [|zmtp1]"; variable
138 ND_PRINT((ndo, "%s", tstr));
207 ND_PRINT((ndo, "%s", tstr));
print-gre.c 52 static const char tstr[] = "[|gre]"; variable
91 ND_PRINT((ndo, "%s", tstr));
227 ND_PRINT((ndo, "%s", tstr));
307 ND_PRINT((ndo, "%s", tstr));
print-m3ua.c 35 static const char tstr[] = " [|m3ua]"; variable
237 ND_PRINT((ndo, "%s", tstr));
285 ND_PRINT((ndo, "%s", tstr));
337 ND_PRINT((ndo, "%s", tstr));
print-rip.c 37 static const char tstr[] = "[|rip]"; variable
185 ND_PRINT((ndo, " %s", tstr));
192 ND_PRINT((ndo, " %s", tstr));
247 ND_PRINT((ndo, "%s", tstr));
print-openflow.c 45 static const char tstr[] = " [|openflow]"; variable
128 ND_PRINT((ndo, "%s", tstr));
print-tftp.c 77 static const char tstr[] = " [|tftp]"; variable
183 ND_PRINT((ndo, "%s", tstr));
print-timed.c 86 static const char tstr[] = "[|timed]"; variable
146 ND_PRINT((ndo, " %s", tstr));
print-smb.c 22 static const char tstr[] = "[|SMB]"; variable
142 ND_PRINT((ndo, "%s", tstr));
236 ND_PRINT((ndo, "%s", tstr));
317 ND_PRINT((ndo, "%s", tstr));
391 ND_PRINT((ndo, "%s", tstr));
433 ND_PRINT((ndo, "%s", tstr));
477 ND_PRINT((ndo, "%s", tstr));
517 ND_PRINT((ndo, "%s", tstr));
916 ND_PRINT((ndo, "%s", tstr));
1079 ND_PRINT((ndo, "%s", tstr));
    [all...]
print-openflow-1.0.c 75 static const char tstr[] = " [|openflow]"; variable
751 ND_PRINT((ndo, "%s", tstr));
    [all...]
print-cdp.c 41 static const char tstr[] = "[|cdp]"; variable
100 ND_PRINT((ndo, "%s", tstr));
261 ND_PRINT((ndo, "%s", tstr));
print-wb.c 33 static const char tstr[] = "[|wb]"; variable
321 ND_PRINT((ndo, "%s", tstr));
405 ND_PRINT((ndo, "%s", tstr));
print-babel.c 43 static const char tstr[] = "[|babel]"; variable
74 ND_PRINT((ndo, " %s", tstr));
446 if(rc < 0) { ND_PRINT((ndo, "%s", tstr)); break; }
600 ND_PRINT((ndo, " %s", tstr));
print-decnet.c 44 static const char tstr[] = "[|decnet]"; variable
514 ND_PRINT((ndo, "%s", tstr));
521 ND_PRINT((ndo, "%s", tstr));
525 ND_PRINT((ndo, "%s", tstr));
540 ND_PRINT((ndo, "%s", tstr));
567 ND_PRINT((ndo, "%s", tstr));
610 ND_PRINT((ndo, "%s", tstr));
    [all...]
print-dccp.c 161 static const char tstr[] = "[|dccp]"; variable
521 ND_PRINT((ndo, "%s", tstr));
669 ND_PRINT((ndo, "%s", tstr));
print-802_11.c 686 static const char tstr[] = "[|802.11]"; variable
    [all...]
print-bootp.c 37 static const char tstr[] = " [|bootp]"; variable
359 ND_PRINT((ndo, "%s", tstr + 1));
369 ND_PRINT((ndo, "%s", tstr + 1));
393 ND_PRINT((ndo, "%s", tstr));
1067 ND_PRINT((ndo, "%s", tstr));
  /external/iproute2/lib/
utils.c 918 char *tstr = asctime(tm); local
920 tstr[strlen(tstr)-1] = 0;
922 tstr, tv.tv_usec);
1023 char *tstr; local
1026 tstr = asctime(localtime(&secs));
1027 tstr[strlen(tstr)-1] = 0;
1028 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 55 #define TSTR "%S"
57 #define TSTR "%s"
259 printf("Registering service: " TSTR "\n", WPASVC_NAME);
300 printf("Unregistering service: " TSTR "\n", WPASVC_NAME);
  /external/wpa_supplicant_8/src/utils/
common.c 647 char *tstr, *str; local
654 tstr = dup_binstr(value, tlen);
655 if (tstr == NULL)
660 os_free(tstr);
664 *len = printf_decode((u8 *) str, tlen + 1, tstr);
665 os_free(tstr);
  /external/libedit/src/
terminal.c 95 } tstr[] = { variable in typeref:struct:termcapstr
333 char **tmp, **str = &tlist[t - tstr];
899 for (t = tstr; t->name != NULL; t++)
914 for (t = tstr; t->name != NULL; t++) {
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 81 SkString tstr;
87 tstr.printf("translate(%g %g)", t.getTranslateX(), t.getTranslateY());
90 tstr.printf("scale(%g %g)", t.getScaleX(), t.getScaleY());
97 tstr.printf("matrix(%g %g %g %g %g %g)",
104 return tstr;
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 250 tstr := fmt.Sprintf("(%.2f seconds)", t.duration.Seconds())
253 fmt.Printf(format, "FAIL", t.name, tstr, t.output)
255 fmt.Printf(format, "PASS", t.name, tstr, t.output)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 250 tstr := fmt.Sprintf("(%.2f seconds)", t.duration.Seconds())
253 fmt.Printf(format, "FAIL", t.name, tstr, t.output)
255 fmt.Printf(format, "PASS", t.name, tstr, t.output)
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pike.swg 46 %typemap(in, pikedesc="tStr") char *, char [ANY] {
113 %typemap(out, pikedesc="tStr") char * "push_text($1);";
129 %typemap(out, pikedesc="tStr") char [ANY], const char [ANY] "push_text($1);";
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp 271 UnicodeString tstr; local
272 tci->getText(tstr);
273 TEST_ASSERT(tstr == str1);
287 tci->getText(tstr);
288 TEST_ASSERT(tstr == str2);
290 tci->getText(tstr);
291 TEST_ASSERT(tstr == str1);
    [all...]

Completed in 951 milliseconds

12 3 4