Searched defs:dictionary (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/misc/
H A Derrormsg.c27 * error function with specific dictionary
33 errormsg(const char* dictionary, int level, ...) argument
38 errorv(dictionary, level, ap);
/ast/src/lib/libz/
H A Dexample.c34 const char dictionary[] = "hello"; variable
35 uLong dictId; /* Adler32 value of the dictionary */
424 * Test deflate() with preset dictionary
441 (const Bytef*)dictionary, sizeof(dictionary));
461 * Test inflate() with a preset dictionary
490 fprintf(stderr, "unexpected dictionary");
493 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
494 sizeof(dictionary));
506 printf("inflate with dictionary
[all...]
/ast/src/cmd/3d/
H A Derror.c223 errormsg(const char* dictionary, int level, ...) argument
228 errorv(dictionary, level, ap);
/ast/src/cmd/INIT/
H A Dmamake.c163 typedef struct Dict_item_s /* dictionary item */
171 typedef struct Dict_s /* dictionary handle */
214 Dict_t* leaf; /* recursion leaf dictionary */
215 Dict_t* libs; /* library dictionary */
216 Dict_t* rules; /* rule dictionary */
217 Dict_t* vars; /* variable dictionary */
459 * open a new dictionary
463 dictionary(void) function
468 report(3, "out of space [dictionary]", NiL, (unsigned long)0);
473 * return the value for item name in dictionary dic
[all...]

Completed in 13 milliseconds