OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/v8/tools/
grokdump.py
[
all
...]
Completed in 431 milliseconds