Searched refs:Q_strlen (Results 1 – 25 of 26) sorted by relevance
12
85 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()
90 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()
186 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()
283 if (cwd[Q_strlen(cwd)-1] == '\\') in main()284 cwd[Q_strlen(cwd)-1] = 0; in main()
1048 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()
199 int Q_strlen (const char *str) in Q_strlen() function212 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()
134 int Q_strlen (const char *str);
919 if (cwd[Q_strlen(cwd)-1] == '/') cwd[Q_strlen(cwd)-1] = 0; in main()
715 if (cwd[Q_strlen(cwd)-1] == '/') in WinMain()716 cwd[Q_strlen(cwd)-1] = 0; in WinMain()
381 n = Q_strlen(name); in WIPX_GetAddrFromName()
824 len = Q_strlen(com_argv[i]) + 1; in Host_InitVCR()
292 if (Q_strlen(name) >= MAX_QPATH) in S_FindName()
658 n = Q_strlen(name); in IPX_GetAddrFromName()
827 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
848 for (n = 0; n < Q_strlen(host); n++) in Serial_Connect()
1191 i = Q_strlen(hostcache[n].name); in _Datagram_SearchForHosts()
90 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()
89 len = Q_strlen(partial); in Cvar_CompleteVariable()149 var->string = Z_Malloc (Q_strlen(value)+1); in Cvar_Set()
191 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()
575 if (cwd[Q_strlen(cwd)-1] == '/') in WinMain()576 cwd[Q_strlen(cwd)-1] = 0; in WinMain()
198 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()
140 #define Q_strlen(s) ((int)strlen(s)) macro
288 if (Q_strlen(name) >= MAX_QPATH) in S_FindName()
1201 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
503 p[Q_strlen(p)-1] = 0; in SV_ConSay_f()