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

  /external/jhead/
jhead.c 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)
    [all...]
jhead.h 39 #define MAX_COMMENT_SIZE 2000
101 char Comments[MAX_COMMENT_SIZE];
jpgfile.c 50 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.
exif.c 667 if (ByteCount > MAX_COMMENT_SIZE) ByteCount = MAX_COMMENT_SIZE;
702 strncpy(ImageInfo.Comments, (char *)ValuePtr, MAX_COMMENT_SIZE-1);
    [all...]

Completed in 313 milliseconds