Searched refs:Strncpy (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/network/atftpd/
H A Doptions.c111 Strncpy(options[i].value, value, VAL_SIZE);
113 Strncpy(options[i].value, tftp_default_options[i].value,
134 Strncpy(value, options[i].value, VAL_SIZE);
239 Strncpy(addr, token, IPADDRLEN);
309 Strncpy(string + index, options[i].option, len - index);
311 Strncpy(string + index, ": ", len - index);
316 Strncpy(string + index, options[i].value, len - index);
318 Strncpy(string + index, ", ", len - index);
338 Strncpy(string + index, options[i].option, len - index);
340 Strncpy(strin
[all...]
H A Dtftp_def.h52 inline char *Strncpy(char *to, const char *from, size_t size);
H A Dtftp_io.c60 Strncpy(data_buffer + buf_index, filename, data_buffer_size - buf_index);
63 Strncpy(data_buffer + buf_index, mode, data_buffer_size - buf_index);
73 Strncpy(data_buffer + buf_index, tftp_options[i].option,
77 Strncpy(data_buffer + buf_index, tftp_options[i].value,
135 Strncpy(buffer + index, tftp_options[i].option, buffer_size - index);
138 Strncpy(buffer + index, tftp_options[i].value, buffer_size - index);
168 Strncpy(tftphdr->th_msg, tftp_errmsg[err_code], buffer_size - 4);
H A Dtftpd_mcast.c176 Strncpy(s, string, MAXLEN);
197 Strncpy(s2, tmp, MAXLEN);
284 Strncpy(s, string, MAXLEN);
305 Strncpy(s2, tmp, MAXLEN);
H A Dtftpd.c904 Strncpy(user_name, tmp, MAXLEN);
907 Strncpy(group_name, optarg, MAXLEN);
910 Strncpy(group_name, optarg, MAXLEN);
916 Strncpy(tftpd_addr, optarg, MAXLEN);
922 Strncpy(mcast_addr, optarg, MAXLEN);
925 Strncpy(mcast_port, optarg, MAXLEN);
971 Strncpy(mtftp_file, optarg, MAXLEN);
991 Strncpy(directory, argv[optind], MAXLEN);
H A Dtftp_def.c141 inline char *Strncpy(char *to, const char *from, size_t size) function
H A Dtftpd_pcre.c98 Strncpy(self->filename, filename, MAXLEN);
216 Strncpy(outchp, tmpstr, rc);
H A Dtftpd_mtftp.c164 Strncpy(thread->file_name, token, MAXLEN);
169 Strncpy(thread->mcast_ip, token, MAXLEN);
174 Strncpy(thread->client_port, token, MAXLEN);
412 Strncpy(filename, data->tftp_options[OPT_FILENAME].value,
636 Strncpy(string, tftphdr->th_msg,
H A Dtftpd_file.c79 Strncpy(filename, string, MAXLEN);
135 Strncpy(filename, data->tftp_options[OPT_FILENAME].value,
304 Strncpy(string, tftphdr->th_msg,
440 Strncpy(filename, data->tftp_options[OPT_FILENAME].value,
469 Strncpy(filename, string, MAXLEN);
905 Strncpy(string, tftphdr->th_msg,
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.c110 static char *Strncpy(char *x, char *y, int len);
1861 static char *Strncpy();
1885 (void)Strncpy(xstring(retval), s, n);
2390 Strncpy(char *x, char *y, int len) function
2983 Strncpy((char *)keyseq, xstring(p), slen);
3023 Strncpy((char *)keyseq, xstring(p), slen);
4312 Strncpy(p, xstring(t), len);

Completed in 59 milliseconds