Searched refs:th_msg (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dtftp.h50 #define th_msg th_data macro
H A Dtftpd.c1326 memcpy(tp->th_msg, pe->e_msg, length + 1);
/macosx-10.9.5/Libc-997.90.3/include/arpa/
H A Dtftp.h69 #define th_msg th_data macro
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtftp.h68 #define th_msg th_data macro
/macosx-10.9.5/network_cmds-433/kdumpd.tproj/
H A Dkdump.h95 #define th_msg th_data macro
H A Dkdumpd.c674 strlcpy(tp->th_msg, pe->e_msg, MAXERRMSGLEN);
676 tp->th_msg[length] = '\0';
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_core.h65 #define th_msg th_data macro
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftp.c249 ap->th_msg);
389 dp->th_msg);
538 msglen = sizeof(ackbuf) - (&tp->th_msg[0] - ackbuf);
544 strlcpy(tp->th_msg, strerror(error - 100), msglen);
547 strlcpy(tp->th_msg, pe->e_msg, msglen);
549 length = strlen(tp->th_msg);
550 msglen = &tp->th_msg[length + 1] - ackbuf;
610 printf("<code=%d, msg=%s>\n", ntohs(tp->th_code), tp->th_msg);
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c1151 msglen = sizeof(buf) - (&tp->th_msg[0] - buf);
1157 strlcpy(tp->th_msg, strerror(error - 100), msglen);
1160 strlcpy(tp->th_msg, pe->e_msg, msglen);
1163 syslog(LOG_DEBUG, "Send NACK %s", tp->th_msg);
1164 length = strlen(tp->th_msg);
1165 msglen = &tp->th_msg[length + 1] - buf;

Completed in 126 milliseconds