HomeSort by relevance Sort by last modified time
    Searched refs:Q_strrchr (Results 1 - 11 of 11) sorted by null

  /external/quake/quake/src/WinQuake/
common.h 135 char *Q_strrchr (const char *s, char c);
net_mp.cpp 108 p = Q_strrchr (my_tcpip_address, ':');
snd_dma.cpp 929 if (!Q_strrchr(Cmd_Argv(i), '.'))
953 if (!Q_strrchr(Cmd_Argv(i), '.'))
net_udp.cpp 186 colon = Q_strrchr (my_tcpip_address, ':');
net_wipx.cpp 115 p = Q_strrchr (my_ipx_address, ':');
net_bw.cpp 344 colon = Q_strrchr (my_tcpip_address, ':');
net_ipx.cpp 294 colon = Q_strrchr (my_ipx_address, ':');
common.cpp 210 char *Q_strrchr(const char *s, char c)
    [all...]
  /external/quake/quake/src/QW/client/
common.h 141 #define Q_strrchr(s, c) strrchr((s), (c))
snd_dma.c 922 if (!Q_strrchr(Cmd_Argv(i), '.'))
946 if (!Q_strrchr(Cmd_Argv(i), '.'))
common.c 209 char *Q_strrchr(char *s, char c)
    [all...]

Completed in 31 milliseconds