Searched refs:MAX_COMMENT_SIZE (Results 1 - 4 of 4) sorted by relevance

/external/jhead/
H A Djhead.c254 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];
H A Djhead.h39 #define MAX_COMMENT_SIZE 2000 macro
120 char Comments[MAX_COMMENT_SIZE];
H A Djpgfile.c50 char Comment[MAX_COMMENT_SIZE+1];
56 if (length > MAX_COMMENT_SIZE) length = MAX_COMMENT_SIZE; // Truncate if it won't fit in our structure.
H A Dexif.c768 if (ByteCount > MAX_COMMENT_SIZE) ByteCount = MAX_COMMENT_SIZE;
798 // (3) MAX_COMMENT_SIZE - 1
801 if (msiz > MAX_COMMENT_SIZE - 1) msiz = MAX_COMMENT_SIZE - 1;
1927 for (a=0;a<MAX_COMMENT_SIZE;a++){

Completed in 1504 milliseconds