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

  /external/libjpeg-turbo/
wrjpgcom.c 413 FILE *comment_file = NULL; local
436 if ((comment_file = fopen(argv[argn], "r")) == NULL) {
484 if (comment_arg != NULL && comment_file != NULL)
489 if (comment_arg == NULL && comment_file == NULL && argn >= argc)
545 /* Collect comment text from comment_file or stdin, if necessary */
554 src_file = (comment_file != NULL ? comment_file : stdin);
563 if (comment_file != NULL)
564 fclose(comment_file);
  /external/v8/tools/
grokdump.py     [all...]

Completed in 69 milliseconds