Home
last modified time | relevance | path

Searched refs:save_dst (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dconcat.c107 char *save_dst; in concat_copy() local
112 save_dst = dst; /* With K&R C, dst goes out of scope here. */ in concat_copy()
115 return save_dst; in concat_copy()