| /src/games/boggle/ |
| Makefile | 13 DICTFILES=dictionary dictindex 28 dictionary: ${WORDS} ${MKDICT} target 33 dictindex: dictionary ${MKINDEX} 36 ${MKINDEX} < dictionary > ${.TARGET}
|
| Makefile | 13 DICTFILES=dictionary dictindex 28 dictionary: ${WORDS} ${MKDICT} target 33 dictindex: dictionary ${MKINDEX} 36 ${MKINDEX} < dictionary > ${.TARGET}
|
| /src/common/dist/zlib/test/ |
| example.c | 34 static const char dictionary[] = "hello"; variable in typeref:typename:const char[] 35 static uLong dictId; /* Adler32 value of the dictionary */ 406 * Test deflate() with preset dictionary 420 (const Bytef*)dictionary, (int)sizeof(dictionary)); 440 * Test inflate() with a preset dictionary 467 fprintf(stderr, "unexpected dictionary"); 470 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, 471 (int)sizeof(dictionary)); 483 printf("inflate with dictionary: %s\n", (char *)uncompr) [all...] |
| example.c | 34 static const char dictionary[] = "hello"; variable in typeref:typename:const char[] 35 static uLong dictId; /* Adler32 value of the dictionary */ 406 * Test deflate() with preset dictionary 420 (const Bytef*)dictionary, (int)sizeof(dictionary)); 440 * Test inflate() with a preset dictionary 467 fprintf(stderr, "unexpected dictionary"); 470 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, 471 (int)sizeof(dictionary)); 483 printf("inflate with dictionary: %s\n", (char *)uncompr) [all...] |