Searched refs:Q_strncpy (Results 1 – 12 of 12) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | common.h | 133 void Q_strncpy (char *dest, const char *src, int count);
|
D | net_comx.cpp | 855 Q_strncpy(m_return_reason, response, 31); in TTY_Connect() 1082 Q_strncpy (p->clear, Cmd_Argv (i+1), 16); in Com_f() 1087 Q_strncpy (p->startup, Cmd_Argv (i+1), 32); in Com_f() 1093 Q_strncpy (p->shutdown, Cmd_Argv (i+1), 16); in Com_f()
|
D | zone.cpp | 424 Q_strncpy (h->name, name, 8); in Hunk_AllocName() 515 Q_strncpy (h->name, name, 8); in Hunk_HighAllocName()
|
D | net_mp.cpp | 385 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1); in MPATH_GetNameFromAddr()
|
D | net_udp.cpp | 458 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1); in UDP_GetNameFromAddr()
|
D | cmd.cpp | 655 Q_strncpy(buf, text, sizeof(buf)); in Cmd_ExecuteString2()
|
D | net_wins.cpp | 517 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1); in WINS_GetNameFromAddr()
|
D | common.cpp | 189 void Q_strncpy (char *dest, const char *src, int count) in Q_strncpy() function
|
D | net_dgrm.cpp | 1337 Q_strncpy(m_return_reason, reason, 31); in _Datagram_Connect()
|
/external/quake/quake/src/QW/client/ |
D | common.h | 139 #define Q_strncpy(d, s, n) strncpy((d), (s), (n)) macro
|
D | zone.c | 429 Q_strncpy (h->name, name, 8); in Hunk_AllocName() 520 Q_strncpy (h->name, name, 8); in Hunk_HighAllocName()
|
D | common.c | 188 void Q_strncpy (char *dest, char *src, int count)
|