Home | History | Annotate | Download | only in jhead

Lines Matching refs:MAX_COMMENT_SIZE

254                             strncat(OutComment, Line, MAX_COMMENT_SIZE-5-strlen(OutComment));
269 strncat(OutComment, AddComment, MAX_COMMENT_SIZE-5-strlen(OutComment));
278 strncat(OutComment, Temp, MAX_COMMENT_SIZE-5-strlen(OutComment));
946 char Comment[MAX_COMMENT_SIZE+1];
962 if (CommentSize > MAX_COMMENT_SIZE){
963 fprintf(stderr, "Truncating comment at %d chars\n",MAX_COMMENT_SIZE);
964 CommentSize = MAX_COMMENT_SIZE;
986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE);
990 char CommentZt[MAX_COMMENT_SIZE+1];