/third_party/ffmpeg/libavformat/ |
H A D | imfdec.c | 299 char *tmp_str = NULL; in parse_assetmap() local 322 tmp_str = av_strdup(url); in parse_assetmap() local 323 if (!tmp_str) { in parse_assetmap() 327 base_url = av_dirname(tmp_str); in parse_assetmap() 339 if (tmp_str) in parse_assetmap() 340 av_freep(&tmp_str); in parse_assetmap() 628 char *tmp_str; in imf_read_header() local 632 tmp_str = av_strdup(s->url); in imf_read_header() 633 if (!tmp_str) in imf_read_header() 635 c->base_url = av_strdup(av_dirname(tmp_str)); in imf_read_header() [all...] |
H A D | dashdec.c | 478 char *tmp_str = av_mallocz(max_url_size); in get_content_url() local 480 if (!tmp_str) in get_content_url() 489 memset(tmp_str, 0, max_url_size); in get_content_url() 490 ff_make_absolute_url(tmp_str, max_url_size, "", text); in get_content_url() 497 ff_make_absolute_url(tmp_str, max_url_size, tmp_str, val); in get_content_url() 500 url = av_strireplace(tmp_str, "$RepresentationID$", rep_id_val); in get_content_url() 504 av_strlcpy(tmp_str, url, max_url_size); in get_content_url() 506 if (rep_bandwidth_val && tmp_str[0] != '\0') { in get_content_url() 509 url = av_strireplace(tmp_str, " in get_content_url() 705 char *tmp_str = NULL; resolve_content_path() local [all...] |
H A D | hls.c | 420 char tmp_str[MAX_URL_SIZE], *ptr = tmp_str; in new_init_section() local 432 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url_base, info->uri); in new_init_section() 433 if (!tmp_str[0]) { in new_init_section() 742 char tmp_str[MAX_URL_SIZE]; in parse_playlist() local 880 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url, key); in parse_playlist() 881 if (!tmp_str[0]) { in parse_playlist() 886 cur_init_section->key = av_strdup(tmp_str); in parse_playlist() [all...] |
/third_party/libdrm/tests/amdgpu/ |
H A D | hotunplug_tests.c | 111 char *tmp_str; in amdgpu_hotunplug_setup_test() local 132 tmp_str = amdgpu_get_device_from_fd(drm_amdgpu[0]); in amdgpu_hotunplug_setup_test() 133 if (!tmp_str){ in amdgpu_hotunplug_setup_test() 138 sysfs_remove = realloc(tmp_str, strlen(tmp_str) * 2); in amdgpu_hotunplug_setup_test()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | mongo_compare.c | 12 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/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_dyn.c | 359 char *tmp_str = OPENSSL_strdup(p); in dynamic_ctrl() local 360 if (tmp_str == NULL) { in dynamic_ctrl() 364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl() 365 OPENSSL_free(tmp_str); in dynamic_ctrl()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_dyn.c | 359 char *tmp_str = OPENSSL_strdup(p); in dynamic_ctrl() local 360 if (tmp_str == NULL) { in dynamic_ctrl() 364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl() 365 OPENSSL_free(tmp_str); in dynamic_ctrl()
|
/third_party/backends/backend/ |
H A D | p5_device.c | 1264 char tmp_str[PATH_MAX]; in calibration_file() local 1269 sprintf (tmp_str, "%s/.sane/p5-%s.cal", ptr, devicename); in calibration_file() 1276 sprintf (tmp_str, "%s/p5-%s.cal", ptr, devicename); in calibration_file() 1280 sprintf (tmp_str, "/tmp/p5-%s.cal", devicename); in calibration_file() 1284 tmp_str); in calibration_file() 1285 return strdup (tmp_str); in calibration_file()
|
H A D | gt68xx_high.c | 2483 char tmp_str[PATH_MAX]; in gt68xx_calibration_file() local 2488 sprintf (tmp_str, "%s/.sane/gt68xx-%s.cal", ptr, scanner->dev->model->name); in gt68xx_calibration_file() 2495 sprintf (tmp_str, "%s/gt68xx-%s.cal", ptr, scanner->dev->model->name); in gt68xx_calibration_file() 2499 sprintf (tmp_str, "/tmp/gt68xx-%s.cal", scanner->dev->model->name); in gt68xx_calibration_file() 2502 DBG(5,"gt68xx_calibration_file: using >%s< for calibration file name\n",tmp_str); in gt68xx_calibration_file() 2503 return strdup(tmp_str); in gt68xx_calibration_file()
|
H A D | epson.c | 984 char tmp_str[NUM_OF_HEX_ELEMENTS * 3 + 1]; in receive() local 994 sprintf (tmp_str, "%s %02x", hex_str, s[k]); in receive() 995 strcpy (hex_str, tmp_str); in receive() 998 sprintf (tmp_str, "%s %c", ascii_str, isprint (s[k]) ? s[k] : '.'); in receive() 999 strcpy (ascii_str, tmp_str); in receive()
|