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

/freebsd-9.3-release/contrib/ncurses/
H A Dmk-1st.awk181 save_suffix = suffix
187 suffix = save_suffix
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c133 static const char * const save_suffix = SAVE_SUFFIX; variable
4163 = xmalloc (strlen (convert_filename) + strlen (save_suffix) + 2);
4168 as `foo.<save_suffix>'. */
4171 strcat (new_filename, save_suffix);

Completed in 98 milliseconds