strncpy           327 sample/boost/ftdmstart.c 	strncpy(chan_config.group_name, "mygroup", sizeof(chan_config.group_name)-1);
strncpy           103 sample/dso/ftdmload.c 	strncpy(entry->name, name, sizeof(entry->name)-1);
strncpy           279 src/ftdm_config.c 	strncpy(newnode->name, name, sizeof(newnode->name)-1);	
strncpy           246 src/ftmod/ftmod_analog/ftmod_analog.c 	strncpy(analog_data->hotline, hotline, sizeof(analog_data->hotline));
strncpy           536 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		strncpy((char*)event->calling_number_digits, calling, sizeof(event->calling_number_digits)-1);
strncpy           541 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		strncpy((char*)event->called_number_digits, called, sizeof(event->called_number_digits)-1);
strncpy            59 src/include/ftdm_os.h #define ftdm_copy_string(x,y,z) strncpy(x, y, z - 1) 
strncpy            62 src/include/ftdm_os.h #define ftdm_set_string(x,y) strncpy(x, y, sizeof(x)-1) 
strncpy           128 src/include/private/ftdm_core.h #define ftdm_copy_string(x,y,z) strncpy(x, y, z - 1) 
strncpy           129 src/include/private/ftdm_core.h #define ftdm_set_string(x,y) strncpy(x, y, sizeof(x)-1) 
strncpy           286 src/m3ua_client.c 		strncpy((char*)event->calling_number_digits, calling, sizeof(event->calling_number_digits)-1);
strncpy           291 src/m3ua_client.c 		strncpy((char*)event->called_number_digits, called, sizeof(event->called_number_digits)-1);