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

/external/jhead/
H A 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];

Completed in 560 milliseconds