Searched refs:modify_target (Results 1 – 3 of 3) sorted by relevance
255 static const struct modify_target struct261 modify_target[] = MODIFY_TARGET_NAME; argument3955 for (j = 0; j < ARRAY_SIZE (modify_target); j++) in process_command()3956 if (! strcmp (argv[i], modify_target[j].sw)) in process_command()3958 char *new_name = xmalloc (strlen (modify_target[j].str) in process_command()3967 if (modify_target[j].add_del == DELETE in process_command()3968 && (! strncmp (q, modify_target[j].str, in process_command()3969 strlen (modify_target[j].str)))) in process_command()3970 p += strlen (modify_target[j].str); in process_command()3971 else if (modify_target[j].add_del == ADD in process_command()[all …]
415 * gcc.c (modify_target): Make static.9149 * gcc.c (dir_separator_str, modify_target, option_map,
7759 * gcc.c (modify_target): New variable and struct.