Home | History | Annotate | Download | only in src

Lines Matching refs:strncpy

380   strncpy(temp,family_string,10);
420 strncpy(temp,socket_string,10);
497 strncpy(temp,protocol_string,10);
707 strncpy(local_fill_file,arg1,sizeof(local_fill_file));
719 strncpy(remote_fill_file,arg2,sizeof(remote_fill_file));
846 strncpy(test_name,optarg,sizeof(test_name)-1);
913 seem to have a strndup() so just malloc and strncpy it. we
920 strncpy(passphrase,
947 strncpy(test_port,arg1,PORTBUFSIZE);
949 strncpy(local_test_port,arg2,PORTBUFSIZE);
957 strncpy(host_name,arg1,sizeof(host_name));
967 strncpy(local_host_name,arg1,sizeof(local_host_name));