Lines Matching refs:out
731 static void luaO_chunkid(char*out,const char*source,size_t bufflen){
733 strncpy(out,source+1,bufflen);
734 out[bufflen-1]='\0';
742 strcpy(out,"");
745 strcat(out,"...");
747 strcat(out,source);
753 strcpy(out,"[string \"");
755 strncat(out,source,len);
756 strcat(out,"...");
759 strcat(out,source);
760 strcat(out,"\"]");