Searched refs:alist_new (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.h43 alist_t *alist_new(void (*)(void *), void (*)(void *));
H A Dalist.c87 alist_new(void (*namefree)(void *), void (*valfree)(void *)) function
H A Dmerge.c937 alist_t *map = alist_new(NULL, NULL);
1098 mcd.md_ta = alist_new(NULL, NULL);
1099 mcd.md_fdida = alist_new(NULL, NULL);
/freebsd-10.1-release/contrib/ipfilter/lib/
H A Dalist_new.c6 * $Id: alist_new.c,v 1.5.2.2 2012/07/22 08:04:24 darren_r Exp $
13 alist_new(int family, char *host) function
31 fprintf(stderr, "alist_new out of memory\n");
H A Dload_file.c80 a = alist_new(AF_UNSPEC, t);
H A Dload_http.c180 a = alist_new(AF_UNSPEC, buffer);
H A DMakefile13 $(DEST)/alist_new.o \
157 $(DEST)/alist_new.o: $(LIBSRC)/alist_new.c $(INCDEP)
158 $(CC) $(CCARGS) -c $(LIBSRC)/alist_new.c -o $@
/freebsd-10.1-release/sbin/ipf/libipf/
H A DMakefile6 SRCS= addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \
/freebsd-10.1-release/contrib/ipfilter/
H A Dipf.h234 extern alist_t *alist_new __P((int, char *));

Completed in 136 milliseconds