Searched refs:opt_offset (Results 1 – 1 of 1) sorted by relevance
1752 opt_offset = strpbrk(opt_ptr, ":="); in process_command_opts()1753 if (opt_offset == NULL) in process_command_opts()1760 *opt_offset = '\0'; in process_command_opts()1769 end = strlen (opt_offset + 1); in process_command_opts()1771 *(opt_offset + i) = tolower((int) *(opt_offset + i)); in process_command_opts()1773 if (strncmp (opt_offset + 1, "txt", 3) == 0) in process_command_opts()1780 if (strncmp(opt_offset + 1, "raw", 3) == 0) in process_command_opts()1810 dump->debug = atoi(opt_offset + 1); in process_command_opts()2084 opt_offset = strchr(opt_ptr, ':'); in process_command_opts()2085 if (!opt_offset) { in process_command_opts()[all …]