Home
last modified time | relevance | path

Searched refs:alist_new (Results 1 – 8 of 8) sorted by relevance

/freebsd/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 *)) in alist_new() function
H A Dmerge.c928 alist_t *map = alist_new(NULL, NULL); in redir_mstr_fwds()
1089 mcd.md_ta = alist_new(NULL, NULL); in merge_into_master()
1090 mcd.md_fdida = alist_new(NULL, NULL); in merge_into_master()
/freebsd/sbin/ipf/libipf/
H A Dload_file.c80 a = alist_new(AF_UNSPEC, t); in load_file()
H A Dalist_new.c13 alist_new(int family, char *host) in alist_new() function
H A Dload_http.c179 a = alist_new(AF_UNSPEC, buffer); in load_http()
H A DMakefile5 SRCS= addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \
/freebsd/sbin/ipf/common/
H A Dipf.h199 extern alist_t *alist_new(int, char *);