HomeSort by relevance Sort by last modified time
    Searched full:q_strncpy (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/WinQuake/
net_comx.cpp 855 Q_strncpy(m_return_reason, response, 31);
1082 Q_strncpy (p->clear, Cmd_Argv (i+1), 16);
1087 Q_strncpy (p->startup, Cmd_Argv (i+1), 32);
1093 Q_strncpy (p->shutdown, Cmd_Argv (i+1), 16);
common.h 133 void Q_strncpy (char *dest, const char *src, int count);
zone.cpp 424 Q_strncpy (h->name, name, 8);
515 Q_strncpy (h->name, name, 8);
cmd.cpp 655 Q_strncpy(buf, text, sizeof(buf));
net_mp.cpp 385 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1);
net_udp.cpp 458 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1);
net_wins.cpp 517 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1);
net_dgrm.cpp 1337 Q_strncpy(m_return_reason, reason, 31);
    [all...]
common.cpp 189 void Q_strncpy (char *dest, const char *src, int count)
    [all...]
  /external/quake/quake/src/QW/client/
common.h 139 #define Q_strncpy(d, s, n) strncpy((d), (s), (n))
zone.c 429 Q_strncpy (h->name, name, 8);
520 Q_strncpy (h->name, name, 8);
common.c 188 void Q_strncpy (char *dest, char *src, int count)
    [all...]

Completed in 1072 milliseconds