/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict.h | 81 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 D | bog.h | 43 #define DICT "/usr/share/games/boggle/dictionary" macro
|
/netbsd-src/usr.bin/look/ |
H A D | look.c | 85 #define DICT(c) (isascii(c) && isalnum(c) ? (c) : NO_COMPARE) macro
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | inflate.h | 33 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
/netbsd-src/common/dist/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/ |
H A D | gzlog.c | 269 #define DICT 32768U macro
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/ |
H A D | gzlog.c | 269 #define DICT 32768U macro
|
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/ |
H A D | gzlog.c | 269 #define DICT 32768U macro
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.c | 120 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
/netbsd-src/external/zlib/pigz/dist/ |
H A D | pigz.c | 389 #define DICT 32768U macro
|