
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
67 lines
1.3 KiB
Modula-2
67 lines
1.3 KiB
Modula-2
LIBRARY libisccc
|
|
|
|
; Exported Functions
|
|
EXPORTS
|
|
|
|
isccc_alist_create
|
|
isccc_alist_alistp
|
|
isccc_alist_emptyp
|
|
isccc_alist_first
|
|
isccc_alist_assq
|
|
isccc_alist_delete
|
|
isccc_alist_define
|
|
isccc_alist_definestring
|
|
isccc_alist_definebinary
|
|
isccc_alist_lookup
|
|
isccc_alist_lookupstring
|
|
isccc_alist_lookupbinary
|
|
isccc_alist_prettyprint
|
|
isccc_base64_encode
|
|
isccc_base64_decode
|
|
isccc_cc_towire
|
|
isccc_cc_fromwire
|
|
isccc_cc_createmessage
|
|
isccc_cc_createack
|
|
isccc_cc_isack
|
|
isccc_cc_isreply
|
|
isccc_cc_createresponse
|
|
isccc_cc_definestring
|
|
isccc_cc_defineuint32
|
|
isccc_cc_lookupstring
|
|
isccc_cc_lookupuint32
|
|
isccc_cc_createsymtab
|
|
isccc_cc_cleansymtab
|
|
isccc_cc_checkdup
|
|
isccc_ccmsg_init
|
|
isccc_ccmsg_setmaxsize
|
|
isccc_ccmsg_readmessage
|
|
isccc_ccmsg_cancelread
|
|
isccc_ccmsg_invalidate
|
|
isccc_lib_initmsgcat
|
|
isccc_result_totext
|
|
isccc_result_register
|
|
isccc_sexpr_cons
|
|
isccc_sexpr_tconst
|
|
isccc_sexpr_fromstring
|
|
isccc_sexpr_frombinary
|
|
isccc_sexpr_free
|
|
isccc_sexpr_print
|
|
isccc_sexpr_car
|
|
isccc_sexpr_cdr
|
|
isccc_sexpr_setcar
|
|
isccc_sexpr_setcdr
|
|
isccc_sexpr_addtolist
|
|
isccc_sexpr_listp
|
|
isccc_sexpr_emptyp
|
|
isccc_sexpr_stringp
|
|
isccc_sexpr_binaryp
|
|
isccc_sexpr_tostring
|
|
isccc_sexpr_tobinary
|
|
isccc_symtab_destroy
|
|
isccc_symtab_create
|
|
isccc_symtab_destroy
|
|
isccc_symtab_lookup
|
|
isccc_symtab_define
|
|
isccc_symtab_undefine
|
|
isccc_symtab_foreach
|