Home
last modified time | relevance | path

Searched defs:alist (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dalist.c57 isccc_sexpr_t *alist, *tag; isccc_alist_create() local
73 isccc_alist_alistp(isccc_sexpr_t * alist) isccc_alist_alistp() argument
90 isccc_alist_emptyp(isccc_sexpr_t * alist) isccc_alist_emptyp() argument
100 isccc_alist_first(isccc_sexpr_t * alist) isccc_alist_first() argument
107 isccc_alist_assq(isccc_sexpr_t * alist,const char * key) isccc_alist_assq() argument
134 isccc_alist_delete(isccc_sexpr_t * alist,const char * key) isccc_alist_delete() argument
160 isccc_alist_define(isccc_sexpr_t * alist,const char * key,isccc_sexpr_t * value) isccc_alist_define() argument
195 isccc_alist_definestring(isccc_sexpr_t * alist,const char * key,const char * str) isccc_alist_definestring() argument
212 isccc_alist_definebinary(isccc_sexpr_t * alist,const char * key,isccc_region_t * r) isccc_alist_definebinary() argument
229 isccc_alist_lookup(isccc_sexpr_t * alist,const char * key) isccc_alist_lookup() argument
240 isccc_alist_lookupstring(isccc_sexpr_t * alist,const char * key,char ** strp) isccc_alist_lookupstring() argument
260 isccc_alist_lookupbinary(isccc_sexpr_t * alist,const char * key,isccc_region_t ** r) isccc_alist_lookupbinary() argument
[all...]
H A Dcc.c208 table_towire(isccc_sexpr_t * alist,isc_buffer_t ** buffer) table_towire() argument
317 isccc_cc_towire(isccc_sexpr_t * alist,isc_buffer_t ** buffer,uint32_t algorithm,isccc_region_t * secret) isccc_cc_towire() argument
381 verify(isccc_sexpr_t * alist,unsigned char * data,unsigned int length,uint32_t algorithm,isccc_region_t * secret) verify() argument
548 isccc_sexpr_t *alist, *value; table_fromwire() local
663 isccc_sexpr_t *alist, *_ctrl, *_data; createmessage() local
816 isccc_sexpr_t *alist, *_ctrl, *_data; isccc_cc_createresponse() local
875 isccc_cc_definestring(isccc_sexpr_t * alist,const char * key,const char * str) isccc_cc_definestring() argument
887 isccc_cc_defineuint32(isccc_sexpr_t * alist,const char * key,uint32_t i) isccc_cc_defineuint32() argument
901 isccc_cc_lookupstring(isccc_sexpr_t * alist,const char * key,char ** strp) isccc_cc_lookupstring() argument
923 isccc_cc_lookupuint32(isccc_sexpr_t * alist,const char * key,uint32_t * uintp) isccc_cc_lookupuint32() argument
[all...]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dalist.c49 struct alist { struct
55 typedef struct alist_el { argument
82 alist_t *alist; in alist_xnew() local
103 alist_t *alist = arg2; in alist_free_cb() local
112 alist_free(alist_t *alist) in alist_free()
119 alist_add(alist_t *alist, void *name, void *value) in alist_add()
130 alist_find(alist_t *alist, void *name, void **value) in alist_find()
161 alist_iter(alist_t *alist, int (*func)(void *, void *, void *), void *private) in alist_iter()
176 alist_stats(alist_t *alist, int verbose) in alist_stats()
215 alist_dump(alist_t *alist, int (*printer)(void *, void *)) in alist_dump()
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_pname.c89 uu_warn_internal(int err, const char *format, va_list alist) in uu_warn_internal()
101 uu_vwarn(const char *format, va_list alist) in uu_vwarn()
110 va_list alist; in uu_warn() local
117 uu_die_internal(int status, const char *format, va_list alist) in uu_die_internal()
135 uu_vdie(const char *format, va_list alist) in uu_vdie()
144 va_list alist; in uu_die() local
151 uu_vxdie(int status, const char *format, va_list alist) in uu_vxdie()
160 va_list alist; in uu_xdie() local
H A Duu_dprintf.c100 va_list alist; in uu_dprintf() local
/netbsd-src/external/cddl/osnet/dist/tools/ctf/common/
H A Dutils.c64 vwarn(const char *format, va_list alist) in vwarn()
81 va_list alist; in warn() local
89 vdie(const char *format, va_list alist) in vdie()
99 va_list alist; in die() local
/netbsd-src/lib/libc/gen/
H A Dextattr.c104 void *alist = NULL; in extattr_copy_fd() local
174 void *alist = NULL; in extattr_copy_file() local
244 void *alist = NULL; in extattr_copy_link() local
/netbsd-src/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.h52 PangoAttrList* alist; variable
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-subr.c186 va_list alist; in ctf_dprintf() local
207 va_list alist; in ctf_err_warn() local
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-subr.c186 va_list alist; in ctf_dprintf() local
207 va_list alist; in ctf_err_warn() local
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_subr.c80 va_list alist; in ctf_dprintf() local
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_subr.c89 va_list alist; in ctf_dprintf() local
/netbsd-src/sys/dev/rcons/
H A Draster.h75 #define ARGS(alist) alist argument
77 #define ARGS(alist) () argument
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dippool_y.y67 struct alist_s *alist; member
H A Dipmon_y.y48 static ipmon_action_t *alist = NULL; variable
H A Dipf_y.y78 struct alist_s *alist; member
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dmri.c133 struct section_name_struct *alist; in mri_draw_tree() local
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dmri.c133 struct section_name_struct *alist; in mri_draw_tree() local
/netbsd-src/usr.bin/pmap/
H A Dpmap.c720 dump_vm_anon(kvm_t *kd, struct vm_anon **alist, int i) in dump_vm_anon()
/netbsd-src/usr.sbin/rarpd/
H A Drarpd.c561 choose_ipaddr(u_int32_t **alist, u_int32_t net, u_int32_t netmask)
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dscp.c998 arglist alist; in toremote() local
1192 arglist alist; in tolocal() local
/netbsd-src/usr.bin/mail/
H A Dmime_attach.c862 edit_attachlist(struct attachment *alist) in edit_attachlist()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c2233 gfc_association_list *alist; in show_code_node() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c476 va_list alist; in dt_dprintf() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc2547 gfc_association_list *alist; in show_code_node() local

12