ftdm_set_string 62 src/include/ftdm_os.h #define ftdm_set_string(x,y) strncpy(x, y, sizeof(x)-1) ftdm_set_string 129 src/include/private/ftdm_core.h #define ftdm_set_string(x,y) strncpy(x, y, sizeof(x)-1)