Home | History | Annotate | Download | only in src

Lines Matching full:tempbuffer

770     char *tempBuffer;
778 tempBuffer = (char *) malloc(TEMP_BUFF_SIZE);
779 assert(tempBuffer);
780 memset(tempBuffer, 0x0, TEMP_BUFF_SIZE);
860 writeStr2Buff(tempBuffer, str);
872 writeStr2Buff(tempBuffer, str);
876 writeStr2Buff(tempBuffer, str);
880 writeStr2Buff(tempBuffer, str);
883 writeStr2Buff(tempBuffer, str);
895 writeStr2Buff(tempBuffer, str);
900 writeStr2Buff(tempBuffer, str);
904 writeStr2Buff(tempBuffer, str);
907 writeStr2Buff(tempBuffer, str);
932 writeStr2Buff(tempBuffer, str);
936 writeStr2Buff(tempBuffer, str);
942 writeStr2Buff(tempBuffer, str);
947 writeStr2Buff(tempBuffer, str);
951 writeStr2Buff(tempBuffer, str);
955 writeStr2Buff(tempBuffer, str);
959 buffSize = strlen(tempBuffer);
977 write2Buff((ubyte *) tempBuffer, buffSize);
984 if (tempBuffer) {
985 free(tempBuffer);