Searched refs:new_help (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dopts.c992 char new_help[128]; local
1013 snprintf (new_help, sizeof (new_help),
1018 help = new_help;
1096 strcpy (new_help, "\t\t");
1098 strcpy (new_help, "\t");
1108 snprintf (new_help + strlen (new_help),
1109 sizeof (new_help) - strlen (new_help),
[all...]

Completed in 38 milliseconds