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

  /external/quake/quake/src/QW/server/
sv_send.c 38 char outputbuf[8000]; variable
60 memcpy (send+5, outputbuf, strlen(outputbuf)+1);
66 ClientReliableWrite_Begin (host_client, svc_print, strlen(outputbuf)+3);
68 ClientReliableWrite_String (host_client, outputbuf);
72 outputbuf[0] = 0;
87 outputbuf[0] = 0;
118 if (strlen (msg) + strlen(outputbuf) > sizeof(outputbuf) - 1)
120 strcat (outputbuf, msg)
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 6556 UChar outputbuf[50] = {0}; local
    [all...]

Completed in 207 milliseconds