ftdm_copy_string   65 src/include/ftdm_os.h #define ftdm_copy_string(x,y,z) strncpy(x, y, z - 1) 
ftdm_copy_string  128 src/include/private/ftdm_core.h #define ftdm_copy_string(x,y,z) strncpy(x, y, z - 1)