Lines Matching defs:env_copy
67 char env_copy[1024];
68 strncpy(env_copy, env, 1024);
69 env_copy[1023] = '\0';
72 config.flags = parse_debug_string(env_copy, debug_control);
94 const char *filename = strstr(env_copy, "file=");
95 const char *start_frame_s = strstr(env_copy, "start=");
96 const char *count_frame_s = strstr(env_copy, "count=");
97 const char *control_path = strstr(env_copy, "control=");
98 const char *interval_s = strstr(env_copy, "interval=");
99 const char *batch_size_s = strstr(env_copy, "batch_size=");
100 const char *buffer_size_s = strstr(env_copy, "buffer_size=");
102 char *sep = strrchr(env_copy, ',');