Searched refs:Q_strrchr (Results 1 - 11 of 11) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dcommon.h135 char *Q_strrchr (const char *s, char c);
H A Dnet_mp.cpp108 p = Q_strrchr (my_tcpip_address, ':');
H A Dsnd_dma.cpp929 if (!Q_strrchr(Cmd_Argv(i), '.'))
953 if (!Q_strrchr(Cmd_Argv(i), '.'))
H A Dnet_udp.cpp186 colon = Q_strrchr (my_tcpip_address, ':');
H A Dnet_wipx.cpp115 p = Q_strrchr (my_ipx_address, ':');
H A Dnet_bw.cpp344 colon = Q_strrchr (my_tcpip_address, ':');
H A Dnet_ipx.cpp294 colon = Q_strrchr (my_ipx_address, ':');
H A Dcommon.cpp210 char *Q_strrchr(const char *s, char c) function
/external/quake/quake/src/QW/client/
H A Dcommon.h141 #define Q_strrchr(s, c) strrchr((s), (c)) macro
H A Dsnd_dma.c922 if (!Q_strrchr(Cmd_Argv(i), '.'))
946 if (!Q_strrchr(Cmd_Argv(i), '.'))
H A Dcommon.c209 char *Q_strrchr(char *s, char c)

Completed in 175 milliseconds