Home
last modified time | relevance | path

Searched refs:tstr (Results 1 – 17 of 17) sorted by relevance

/external/tcpdump/
Dprint-pptp.c41 static char tstr[] = " [|pptp]"; variable
612 printf("%s", tstr); in pptp_sccrq_print()
642 printf("%s", tstr); in pptp_sccrp_print()
675 printf("%s", tstr); in pptp_stopccrq_print()
692 printf("%s", tstr); in pptp_stopccrp_print()
706 printf("%s", tstr); in pptp_echorq_print()
725 printf("%s", tstr); in pptp_echorp_print()
760 printf("%s", tstr); in pptp_ocrq_print()
790 printf("%s", tstr); in pptp_ocrp_print()
820 printf("%s", tstr); in pptp_icrq_print()
[all …]
Dprint-krb.c72 static char tstr[] = " [|kerberos]"; variable
146 fputs(tstr, stdout); in krb4_print_hdr()
167 fputs(tstr, stdout); in krb4_print()
226 fputs(tstr, stdout); in krb4_print()
237 fputs(tstr, stdout); in krb_print()
Dprint-atalk.c66 static char tstr[] = "[|atalk]"; variable
261 fputs(tstr, stdout); in atp_print()
403 fputs(tstr, stdout); in nbp_print()
413 fputs(tstr, stdout); in nbp_print()
455 fputs(tstr, stdout); in print_cstring()
467 fputs(tstr, stdout); in print_cstring()
484 fputs(tstr, stdout); in nbp_tuple_print()
Dprint-tftp.c81 static char tstr[] = " [|tftp]"; in tftp_print() local
151 fputs(tstr, stdout); in tftp_print()
Dprint-bootp.c47 static char tstr[] = " [|bootp]"; variable
140 fputs(tstr + 1, stdout); in bootp_print()
150 fputs(tstr + 1, stdout); in bootp_print()
174 fputs(tstr, stdout); in bootp_print()
804 fputs(tstr, stdout); in cmu_print()
Dprint-l2tp.c41 static char tstr[] = " [|l2tp]"; variable
718 printf("%s", tstr); in l2tp_print()
Dprint-ospf6.c118 static char tstr[] = " [|ospf3]"; variable
639 fputs(tstr, stdout); in ospf6_print()
Dprint-ospf.c188 static char tstr[] = " [|ospf2]"; variable
1152 fputs(tstr, stdout); in ospf_print()
/external/iproute2/ip/
Dipmonitor.c89 char *tstr; in accept_msg() local
92 tstr = asctime(localtime(&secs)); in accept_msg()
93 tstr[strlen(tstr)-1] = 0; in accept_msg()
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs); in accept_msg()
/external/wpa_supplicant_8/src/utils/
Dcommon.c528 char *tstr, *str; in wpa_config_parse_string() local
535 tstr = dup_binstr(value, tlen); in wpa_config_parse_string()
536 if (tstr == NULL) in wpa_config_parse_string()
541 os_free(tstr); in wpa_config_parse_string()
545 *len = printf_decode((u8 *) str, tlen + 1, tstr); in wpa_config_parse_string()
546 os_free(tstr); in wpa_config_parse_string()
/external/iproute2/lib/
Dutils.c696 char *tstr; in print_timestamp() local
701 tstr = asctime(localtime(&tv.tv_sec)); in print_timestamp()
702 tstr[strlen(tstr)-1] = 0; in print_timestamp()
703 fprintf(fp, "Timestamp: %s %lu usec\n", tstr, tv.tv_usec); in print_timestamp()
/external/libedit/src/
Dterminal.c95 } tstr[] = { variable
333 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc()
899 for (t = tstr; t->name != NULL; t++) in terminal_set()
914 for (t = tstr; t->name != NULL; t++) { in terminal_set()
1306 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) { in terminal_telltc()
1346 for (ts = tstr; ts->name != NULL; ts++) in terminal_settc()
1423 for (ts = tstr; ts->name != NULL; ts++) in terminal_gettc()
1428 *(char **)how = el->el_terminal.t_str[ts - tstr]; in terminal_gettc()
1525 for (t = tstr; t->name != NULL; t++) in terminal_echotc()
1528 scap = el->el_terminal.t_str[t - tstr]; in terminal_echotc()
/external/chromium_org/third_party/icu/source/test/intltest/
Drbbiapts.cpp268 UnicodeString tstr; in TestGetSetAdoptText() local
269 tci->getText(tstr); in TestGetSetAdoptText()
270 TEST_ASSERT(tstr == str1); in TestGetSetAdoptText()
284 tci->getText(tstr); in TestGetSetAdoptText()
285 TEST_ASSERT(tstr == str2); in TestGetSetAdoptText()
287 tci->getText(tstr); in TestGetSetAdoptText()
288 TEST_ASSERT(tstr == str1); in TestGetSetAdoptText()
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp271 UnicodeString tstr; in TestGetSetAdoptText() local
272 tci->getText(tstr); in TestGetSetAdoptText()
273 TEST_ASSERT(tstr == str1); in TestGetSetAdoptText()
287 tci->getText(tstr); in TestGetSetAdoptText()
288 TEST_ASSERT(tstr == str2); in TestGetSetAdoptText()
290 tci->getText(tstr); in TestGetSetAdoptText()
291 TEST_ASSERT(tstr == str1); in TestGetSetAdoptText()
/external/icu/icu4c/source/test/cintltst/
Dcitertst.c1060 UChar tstr[20]; in TestDiscontiguos() local
1070 u_unescape(tgt[count], tstr, 20); in TestDiscontiguos()
1071 s = tstr; in TestDiscontiguos()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcitertst.c1417 UChar tstr[20]; in TestDiscontiguos() local
1427 u_unescape(tgt[count], tstr, 20); in TestDiscontiguos()
1428 s = tstr; in TestDiscontiguos()
/external/valgrind/main/perf/
Dtinycc.c11713 const char *tstr; in type_to_str() local
11726 tstr = "void"; in type_to_str()
11729 tstr = "_Bool"; in type_to_str()
11732 tstr = "char"; in type_to_str()
11735 tstr = "short"; in type_to_str()
11738 tstr = "int"; in type_to_str()
11741 tstr = "long"; in type_to_str()
11744 tstr = "long long"; in type_to_str()
11747 tstr = "float"; in type_to_str()
11750 tstr = "double"; in type_to_str()
[all …]