Home
last modified time | relevance | path

Searched refs:tmp_str (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c374 gchar *tmp_str; in GST_START_TEST() local
387 tmp_str = gst_uri_get_path (uri); in GST_START_TEST()
388 fail_unless_equals_string (tmp_str, tests[i].uri.path); in GST_START_TEST()
389 g_free (tmp_str); in GST_START_TEST()
427 gchar *tmp_str; in GST_START_TEST() local
442 tmp_str = gst_uri_get_path (uri); in GST_START_TEST()
443 fail_unless_equals_string (tmp_str, escaped_tests[i].uri.path); in GST_START_TEST()
444 g_free (tmp_str); in GST_START_TEST()
528 gchar *tmp_str; in GST_START_TEST() local
537 tmp_str = gst_uri_get_path (url); in GST_START_TEST()
[all …]
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-additional-sel.c300 guchar *tmp_str = NULL; in cr_additional_sel_to_string() local
302 tmp_str = cr_pseudo_to_string in cr_additional_sel_to_string()
304 if (tmp_str) { in cr_additional_sel_to_string()
307 tmp_str); in cr_additional_sel_to_string()
308 g_free (tmp_str); in cr_additional_sel_to_string()
309 tmp_str = NULL; in cr_additional_sel_to_string()
317 guchar *tmp_str = NULL; in cr_additional_sel_to_string() local
320 tmp_str = cr_attr_sel_to_string in cr_additional_sel_to_string()
322 if (tmp_str) { in cr_additional_sel_to_string()
324 (str_buf, "%s]", tmp_str); in cr_additional_sel_to_string()
[all …]
Dcr-simple-sel.c154 guchar *tmp_str = NULL; in cr_simple_sel_to_string() local
156 tmp_str = cr_additional_sel_to_string (cur->add_sel); in cr_simple_sel_to_string()
157 if (tmp_str) { in cr_simple_sel_to_string()
158 g_string_append (str_buf, (const gchar *) tmp_str); in cr_simple_sel_to_string()
159 g_free (tmp_str); in cr_simple_sel_to_string()
160 tmp_str = NULL; in cr_simple_sel_to_string()
196 guchar *tmp_str = NULL; in cr_simple_sel_one_to_string() local
198 tmp_str = cr_additional_sel_to_string (a_this->add_sel); in cr_simple_sel_one_to_string()
199 if (tmp_str) { in cr_simple_sel_one_to_string()
201 (str_buf, "%s", tmp_str); in cr_simple_sel_one_to_string()
[all …]
Dcr-term.c367 guchar *tmp_str = NULL; in cr_term_to_string() local
369 tmp_str = cr_term_to_string in cr_term_to_string()
373 if (tmp_str) { in cr_term_to_string()
375 (const gchar *) tmp_str); in cr_term_to_string()
376 g_free (tmp_str); in cr_term_to_string()
377 tmp_str = NULL; in cr_term_to_string()
433 guchar *tmp_str = NULL; in cr_term_to_string() local
436 tmp_str = cr_rgb_to_string (cur->content.rgb); in cr_term_to_string()
438 if (tmp_str) { in cr_term_to_string()
439 g_string_append (str_buf, (const gchar *) tmp_str); in cr_term_to_string()
[all …]
Dcr-style.c2343 guchar *tmp_str = NULL; in cr_style_num_prop_val_to_string() local
2351 tmp_str = cr_num_to_string (&a_prop_val->sv); in cr_style_num_prop_val_to_string()
2352 if (!tmp_str) { in cr_style_num_prop_val_to_string()
2356 g_string_append_printf (str, "sv: %s ", tmp_str); in cr_style_num_prop_val_to_string()
2357 g_free (tmp_str); in cr_style_num_prop_val_to_string()
2358 tmp_str = NULL; in cr_style_num_prop_val_to_string()
2360 tmp_str = cr_num_to_string (&a_prop_val->cv); in cr_style_num_prop_val_to_string()
2361 if (!tmp_str) { in cr_style_num_prop_val_to_string()
2365 g_string_append_printf (str, "cv: %s ", tmp_str); in cr_style_num_prop_val_to_string()
2366 g_free (tmp_str); in cr_style_num_prop_val_to_string()
[all …]
Dcr-pseudo.c144 guchar *tmp_str = NULL; in cr_pseudo_dump() local
147 tmp_str = cr_pseudo_to_string (a_this); in cr_pseudo_dump()
148 if (tmp_str) { in cr_pseudo_dump()
149 fprintf (a_fp, "%s", tmp_str); in cr_pseudo_dump()
150 g_free (tmp_str); in cr_pseudo_dump()
151 tmp_str = NULL; in cr_pseudo_dump()
Dcr-attr-sel.c199 guchar *tmp_str = NULL; in cr_attr_sel_dump() local
203 tmp_str = cr_attr_sel_to_string (a_this); in cr_attr_sel_dump()
205 if (tmp_str) { in cr_attr_sel_dump()
206 fprintf (a_fp, "%s", tmp_str); in cr_attr_sel_dump()
207 g_free (tmp_str); in cr_attr_sel_dump()
208 tmp_str = NULL; in cr_attr_sel_dump()
Dcr-selector.c164 guchar *tmp_str = NULL; in cr_selector_to_string() local
166 tmp_str = cr_simple_sel_to_string in cr_selector_to_string()
169 if (tmp_str) { in cr_selector_to_string()
174 g_string_append (str_buf, (const gchar *) tmp_str); in cr_selector_to_string()
176 g_free (tmp_str); in cr_selector_to_string()
177 tmp_str = NULL; in cr_selector_to_string()
Dcr-statement.c603 gchar *tmp_str = NULL, in cr_statement_ruleset_to_string() local
614 tmp_str = in cr_statement_ruleset_to_string()
617 if (tmp_str) { in cr_statement_ruleset_to_string()
618 g_string_append (stringue, tmp_str); in cr_statement_ruleset_to_string()
619 g_free (tmp_str); in cr_statement_ruleset_to_string()
620 tmp_str = NULL; in cr_statement_ruleset_to_string()
625 tmp_str = (gchar *) cr_declaration_list_to_string2 in cr_statement_ruleset_to_string()
628 if (tmp_str) { in cr_statement_ruleset_to_string()
629 g_string_append (stringue, tmp_str); in cr_statement_ruleset_to_string()
630 g_free (tmp_str); in cr_statement_ruleset_to_string()
[all …]
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c12 char tmp_str[20][100]; variable
125 strcpy(tmp_str[i], line2); in main()
130 fprintf(f4, "<tt>%s</tt><br>\n", tmp_str[k]); in main()
/third_party/openssl/crypto/engine/
Deng_dyn.c351 char *tmp_str = OPENSSL_strdup(p); in dynamic_ctrl() local
352 if (tmp_str == NULL) { in dynamic_ctrl()
356 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl()
357 OPENSSL_free(tmp_str); in dynamic_ctrl()
/third_party/cef/libcef_dll/base/
Dcef_logging.cc260 std::wstring tmp_str(wstr); in operator <<() local
261 if (!tmp_str.empty()) { in operator <<()
263 cef_string_wide_to_utf8(wstr, tmp_str.size(), &str); in operator <<()
/third_party/ffmpeg/libavformat/
Ddashdec.c476 char *tmp_str = av_mallocz(max_url_size); in get_content_url() local
478 if (!tmp_str) in get_content_url()
487 memset(tmp_str, 0, max_url_size); in get_content_url()
488 ff_make_absolute_url(tmp_str, max_url_size, "", text); in get_content_url()
495 ff_make_absolute_url(tmp_str, max_url_size, tmp_str, val); in get_content_url()
498 url = av_strireplace(tmp_str, "$RepresentationID$", rep_id_val); in get_content_url()
502 av_strlcpy(tmp_str, url, max_url_size); in get_content_url()
504 if (rep_bandwidth_val && tmp_str[0] != '\0') { in get_content_url()
507 url = av_strireplace(tmp_str, "$Bandwidth$", rep_bandwidth_val); in get_content_url()
513 av_free(tmp_str); in get_content_url()
[all …]
Dhls.c405 char tmp_str[MAX_URL_SIZE], *ptr = tmp_str; in new_init_section() local
417 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url_base, info->uri); in new_init_section()
418 if (!tmp_str[0]) { in new_init_section()
727 char tmp_str[MAX_URL_SIZE]; in parse_playlist() local
855 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url, key); in parse_playlist()
856 if (!tmp_str[0]) { in parse_playlist()
861 cur_init_section->key = av_strdup(tmp_str); in parse_playlist()
912 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url, key); in parse_playlist()
913 if (!tmp_str[0]) { in parse_playlist()
918 seg->key = av_strdup(tmp_str); in parse_playlist()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dc14n.c1048 xmlChar * tmp_str; in xmlC14NFixupBaseAttr() local
1070 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
1071 if(tmp_str == NULL) { in xmlC14NFixupBaseAttr()
1080 tmp_str_len = xmlStrlen(tmp_str); in xmlC14NFixupBaseAttr()
1081 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') { in xmlC14NFixupBaseAttr()
1082 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
1084 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
1091 tmp_str = tmp_str2; in xmlC14NFixupBaseAttr()
1095 tmp_str2 = xmlBuildURI(res, tmp_str); in xmlC14NFixupBaseAttr()
1097 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
[all …]
/third_party/libxml2/
Dc14n.c1018 xmlChar * tmp_str; in xmlC14NFixupBaseAttr() local
1040 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
1041 if(tmp_str == NULL) { in xmlC14NFixupBaseAttr()
1050 tmp_str_len = xmlStrlen(tmp_str); in xmlC14NFixupBaseAttr()
1051 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') { in xmlC14NFixupBaseAttr()
1052 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
1054 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
1061 tmp_str = tmp_str2; in xmlC14NFixupBaseAttr()
1065 tmp_str2 = xmlBuildURI(res, tmp_str); in xmlC14NFixupBaseAttr()
1067 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
[all …]
/third_party/mindspore/mindspore/lite/tools/common/
Dstring_util.cc115 std::string tmp_str = str.substr(1, str.size() - 2); in ConvertDoubleVector() local
117 std::vector<std::string> strings = SplitStringToVector(tmp_str, ','); in ConvertDoubleVector()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c402 char* tmp_str = NULL; in grpc_rb_md_ary_fill_hash_cb() local
416 tmp_str = grpc_slice_to_c_string(key_slice); in grpc_rb_md_ary_fill_hash_cb()
418 "'%s' is an invalid header key, must match [a-z0-9-_.]+", tmp_str); in grpc_rb_md_ary_fill_hash_cb()
435 tmp_str = grpc_slice_to_c_string(value_slice); in grpc_rb_md_ary_fill_hash_cb()
437 tmp_str); in grpc_rb_md_ary_fill_hash_cb()
451 tmp_str = grpc_slice_to_c_string(value_slice); in grpc_rb_md_ary_fill_hash_cb()
453 tmp_str); in grpc_rb_md_ary_fill_hash_cb()
Drb_channel.c421 char* tmp_str = NULL; in grpc_rb_channel_create_call() local
452 tmp_str = grpc_slice_to_c_string(method_slice); in grpc_rb_channel_create_call()
453 rb_raise(rb_eRuntimeError, "cannot create call with method %s", tmp_str); in grpc_rb_channel_create_call()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c968 gchar *tmp_str; in id3v2_genre_fields_to_taglist() local
970 tmp_str = g_strndup (tag_str + 1, pos - 1); in id3v2_genre_fields_to_taglist()
972 id3v2_genre_string_to_taglist (work, tag_name, tmp_str, in id3v2_genre_fields_to_taglist()
974 g_free (tmp_str); in id3v2_genre_fields_to_taglist()
/third_party/libusb/libusb/os/
Dwindows_winusb.c541 char *tok, *tmp_str; in get_sub_api() local
548 tmp_str = _strdup(driver); in get_sub_api()
549 if (tmp_str == NULL) in get_sub_api()
552 tok = strtok(tmp_str, sep_str); in get_sub_api()
556 free(tmp_str); in get_sub_api()
563 free(tmp_str); in get_sub_api()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c3728 struct sctp_stream_out *tmp_str; local
3738 SCTP_MALLOC(tmp_str,
3743 if (tmp_str != NULL) {
3745 stcb->asoc.strmout = tmp_str;