Home
last modified time | relevance | path

Searched defs:DICT (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict.h81 typedef struct DICT { struct
85 const char *(*lookup) (struct DICT *, const char *); argument
86 int (*update) (struct DICT *, const char *, const char *); argument
87 int (*delete) (struct DICT *, const char *); argument
88 int (*sequence) (struct DICT *, int, const char **, const char **); argument
89 int (*lock) (struct DICT *, int); argument
90 void (*close) (struct DICT *); argument
96 DICT_OWNER owner; /* provenance */ argument
98 DICT_JMP_BUF *jbuf; /* exception handling */ argument
99 struct DICT_UTF8_BACKUP *utf8_backup; /* see below */ argument
[all …]
/netbsd-src/games/boggle/boggle/
H A Dbog.h43 #define DICT "/usr/share/games/boggle/dictionary" macro
/netbsd-src/usr.bin/look/
H A Dlook.c85 #define DICT(c) (isascii(c) && isalnum(c) ? (c) : NO_COMPARE) macro
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.h33 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/netbsd-src/common/dist/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c269 #define DICT 32768U macro
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c269 #define DICT 32768U macro
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c269 #define DICT 32768U macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c120 DICT, /* waiting for inflateSetDictionary() call */ enumerator
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c389 #define DICT 32768U macro