OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dictfile
(Results
1 - 1
of
1
) sorted by null
/external/srtp/test/
rtpw.c
126
char *
dictfile
= DICT_FILE;
local
423
dict = fopen (
dictfile
, "r");
425
fprintf(stderr, "%s: couldn't open file %s\n", argv[0],
dictfile
);
Completed in 494 milliseconds