Searched refs:opt_ptr (Results 1 – 1 of 1) sorted by relevance
1749 (opt_ptr != NULL); in process_command_opts()1752 opt_offset = strpbrk(opt_ptr, ":="); in process_command_opts()1762 end = strlen (opt_ptr); in process_command_opts()1764 *(opt_ptr + i) = tolower((int) *(opt_ptr + i)); in process_command_opts()1834 crop_data->margins[i] = atof(opt_ptr); in process_command_opts()1918 if (streq(opt_ptr, "odd")) in process_command_opts()1927 if (streq(opt_ptr, "even")) in process_command_opts()1936 if (streq(opt_ptr, "last")) in process_command_opts()1940 sep = strpbrk(opt_ptr, ":-"); in process_command_opts()1942 imagelist[i++] = atoi(opt_ptr); in process_command_opts()[all …]