Home
last modified time | relevance | path

Searched refs:CommentInsertLiteral (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Djhead.c83 static char * CommentInsertLiteral = NULL; // Insert this comment (from command line) variable
943 EditComment || CommentInsertfileName || CommentInsertLiteral){
985 }else if (CommentInsertLiteral){
986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE);
1441 CommentInsertLiteral = argv[++argn];