Home | History | Annotate | Download | only in src

Lines Matching full:remote_fill_file

116 char    remote_fill_file[32] = ""; /* size limited for control message */
711 if (strlen(arg2)>(sizeof(remote_fill_file) - 1)){
714 (int) sizeof(remote_fill_file));
719 strncpy(remote_fill_file,arg2,sizeof(remote_fill_file));
720 remote_fill_file[sizeof(remote_fill_file) - 1] = '\0';