Searched refs:src_url (Results 1 – 2 of 2) sorted by relevance
43 char src_url[MAX_URL_LEN]; member146 mpp_err("failed to open input file %s\n", cfg->src_url); in check_input_cmd()395 strncpy(cfg.src_url, optarg, sizeof(cfg.src_url) - 1); in main()396 cfg.fp_src = fopen(cfg.src_url, "rb"); in main()
51 char src_url[MAX_URL_LEN]; member371 mpp_err("failed to open input file %s\n", cfg->src_url); in check_input_cmd()478 strncpy(cfg.src_url, optarg, sizeof(cfg.src_url) - 1); in main()479 cfg.fp_src = fopen(cfg.src_url, "rb"); in main()