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

  /external/jpeg/
wrjpgcom.c 419 FILE * comment_file = NULL; local
442 if ((comment_file = fopen(argv[argn], "r")) == NULL) {
475 if (comment_arg != NULL && comment_file != NULL)
480 if (comment_arg == NULL && comment_file == NULL && argn >= argc)
536 /* Collect comment text from comment_file or stdin, if necessary */
545 src_file = (comment_file != NULL ? comment_file : stdin);
554 if (comment_file != NULL)
555 fclose(comment_file);
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 419 FILE * comment_file = NULL; local
442 if ((comment_file = fopen(argv[argn], "r")) == NULL) {
475 if (comment_arg != NULL && comment_file != NULL)
480 if (comment_arg == NULL && comment_file == NULL && argn >= argc)
536 /* Collect comment text from comment_file or stdin, if necessary */
545 src_file = (comment_file != NULL ? comment_file : stdin);
554 if (comment_file != NULL)
555 fclose(comment_file);

Completed in 586 milliseconds