Searched refs:dict_unix (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_unix.c5 /* dict_unix 3
9 /* #include <dict_unix.h>
58 #include "dict_unix.h"
166 DICT_UNIX *dict_unix; local
196 dict_unix = (DICT_UNIX *) dict_alloc(DICT_TYPE_UNIX, map,
197 sizeof(*dict_unix));
198 dict_unix->dict.lookup = lp->lookup;
199 dict_unix->dict.close = dict_unix_close;
200 dict_unix->dict.flags = dict_flags | DICT_FLAG_FIXED;
202 dict_unix
[all...]
H A Ddict_open.c343 #include <dict_unix.h>
H A DMakefile.in9 dict_static.c dict_tcp.c dict_unix.c dir_forest.c doze.c dummy_read.c \
56 dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o dummy_read.o \
104 dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h \
1624 dict_open.o: dict_unix.h
1835 dict_unix.o: argv.h
1836 dict_unix.o: check_arg.h
1837 dict_unix.o: dict.h
1838 dict_unix.o: dict_unix.c
1839 dict_unix
[all...]
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile75 dict_unix.c \

Completed in 90 milliseconds