Searched refs:next_arg (Results 1 – 1 of 1) sorted by relevance
13107 char *next_arg = NULL; in build_section_rename() local13109 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg) in build_section_rename()13115 next_arg = strchr (this_arg, ':'); in build_section_rename()13116 if (next_arg) in build_section_rename()13118 *next_arg = '\0'; in build_section_rename()13119 next_arg++; in build_section_rename()