Home
last modified time | relevance | path

Searched refs:Q_strlen (Results 1 – 25 of 26) sorted by relevance

12

/external/quake/quake/src/WinQuake/
Dcvar.cpp85 len = Q_strlen(partial); in Cvar_CompleteVariable()
120 var->string = (char*) Z_Malloc (Q_strlen(value)+1); in Cvar_Set()
171 variable->string = (char*) Z_Malloc (Q_strlen(variable->string)+1); in Cvar_RegisterVariable()
Dcmd.cpp90 l = Q_strlen (text); in Cbuf_AddText()
98 SZ_Write (&cmd_text, text, Q_strlen (text)); in Cbuf_AddText()
231 s += Q_strlen (com_argv[i]) + 1; in Cmd_StuffCmds_f()
518 cmd_argv[cmd_argc] = (char*) Z_Malloc (Q_strlen(com_token)+1); in Cmd_TokenizeString()
593 len = Q_strlen(partial); in Cmd_CompleteCommand()
Dkeys.cpp186 key_linepos = Q_strlen(cmd)+1; in Key_Console()
211 key_linepos = Q_strlen(key_lines[edit_line]); in Key_Console()
232 key_linepos = Q_strlen(key_lines[edit_line]); in Key_Console()
410 l = Q_strlen (binding); in Key_SetBinding()
Dsys_wind.cpp283 if (cwd[Q_strlen(cwd)-1] == '\\') in main()
284 cwd[Q_strlen(cwd)-1] = 0; in main()
Dhost_cmd.cpp1048 p[Q_strlen(p)-1] = 0; in Host_Say()
1057 j = sizeof(text) - 2 - Q_strlen((char*) text); // -2 for /n and null terminator in Host_Say()
1058 if (Q_strlen((char*) p) > j) in Host_Say()
1117 p[Q_strlen(p)-1] = 0; in Host_Tell_f()
1121 j = sizeof(text) - 2 - Q_strlen(text); // -2 for /n and null terminator in Host_Tell_f()
1122 if (Q_strlen(p) > j) in Host_Tell_f()
1495 message += Q_strlen(Cmd_Argv(2)); // skip the number in Host_Kick_f()
Dcommon.cpp199 int Q_strlen (const char *str) in Q_strlen() function
212 int len = Q_strlen(s); in Q_strrchr()
221 dest += Q_strlen(dest); in Q_strcat()
581 SZ_Write (sb, s, Q_strlen(s)+1); in MSG_WriteString()
786 len = Q_strlen(data)+1; in SZ_Print()
Dcommon.h134 int Q_strlen (const char *str);
Dsys_dos.cpp919 if (cwd[Q_strlen(cwd)-1] == '/') cwd[Q_strlen(cwd)-1] = 0; in main()
Dsys_win.cpp715 if (cwd[Q_strlen(cwd)-1] == '/') in WinMain()
716 cwd[Q_strlen(cwd)-1] = 0; in WinMain()
Dnet_wipx.cpp381 n = Q_strlen(name); in WIPX_GetAddrFromName()
Dhost.cpp824 len = Q_strlen(com_argv[i]) + 1; in Host_InitVCR()
Dsnd_dma.cpp292 if (Q_strlen(name) >= MAX_QPATH) in S_FindName()
Dnet_ipx.cpp658 n = Q_strlen(name); in IPX_GetAddrFromName()
Dcl_parse.cpp827 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
Dnet_ser.cpp848 for (n = 0; n < Q_strlen(host); n++) in Serial_Connect()
Dnet_dgrm.cpp1191 i = Q_strlen(hostcache[n].name); in _Datagram_SearchForHosts()
/external/quake/quake/src/QW/client/
Dcmd.c90 l = Q_strlen (text); in Cbuf_AddText()
97 SZ_Write (&cmd_text, text, Q_strlen (text)); in Cbuf_AddText()
224 s += Q_strlen (com_argv[i]) + 1; in Cmd_StuffCmds_f()
498 cmd_argv[cmd_argc] = Z_Malloc (Q_strlen(com_token)+1); in Cmd_TokenizeString()
574 len = Q_strlen(partial); in Cmd_CompleteCommand()
Dcvar.c89 len = Q_strlen(partial); in Cvar_CompleteVariable()
149 var->string = Z_Malloc (Q_strlen(value)+1); in Cvar_Set()
Dkeys.c191 key_linepos = Q_strlen(cmd)+2; in CompleteCommand()
263 key_linepos = Q_strlen(key_lines[edit_line]); in Key_Console()
284 key_linepos = Q_strlen(key_lines[edit_line]); in Key_Console()
488 l = Q_strlen (binding); in Key_SetBinding()
Dsys_win.c575 if (cwd[Q_strlen(cwd)-1] == '/') in WinMain()
576 cwd[Q_strlen(cwd)-1] = 0; in WinMain()
Dcommon.c198 int Q_strlen (char *str)
211 int len = Q_strlen(s);
220 dest += Q_strlen(dest);
582 SZ_Write (sb, s, Q_strlen(s)+1); in MSG_WriteString()
888 len = Q_strlen(data)+1; in SZ_Print()
Dcommon.h140 #define Q_strlen(s) ((int)strlen(s)) macro
Dsnd_dma.c288 if (Q_strlen(name) >= MAX_QPATH) in S_FindName()
Dcl_parse.c1201 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
/external/quake/quake/src/QW/server/
Dsv_ccmds.c503 p[Q_strlen(p)-1] = 0; in SV_ConSay_f()

12