mspdebug/util
Daniel Beer 2528e2a752 expand_tilde: use strdup() instead of malloc()/strcpy().
The OpenBSD linker complains about the reference to strcpy(). Pointed
out by Jasper Lievisse Adriaanse <jasper@openbsd.org>.
2011-10-04 10:28:24 +13:00
..
btree.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
btree.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
dis.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
dis.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
expr.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
expr.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
gdb_proto.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
gdb_proto.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
list.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
list.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
opdb.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
opdb.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
output.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
output.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
output_util.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
output_util.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
prog.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
prog.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
sockets.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
sockets.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
sport.c sport: allow serial reads to be interrupted with Ctrl+C. 2011-09-19 09:51:19 +12:00
sport.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
stab.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
stab.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
usbutil.c Implemented TI3410 transport. 2011-09-16 14:40:40 +12:00
usbutil.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
util.c expand_tilde: use strdup() instead of malloc()/strcpy(). 2011-10-04 10:28:24 +13:00
util.h win32: protect access to ctrlc_flag with critical section. 2011-09-19 04:33:58 +12:00
vector.c Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00
vector.h Restructuring: moved low-level utility code to util/ 2011-09-14 16:19:30 +12:00