| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | tcp_conn_limit.c | 53 struct tcl_list* tcl = (struct tcl_list*)calloc(1, in tcl_list_create() local 55 if(!tcl) in tcl_list_create() 57 tcl->region = regional_create(); in tcl_list_create() 58 if(!tcl->region) { in tcl_list_create() 59 tcl_list_delete(tcl); in tcl_list_create() 62 return tcl; in tcl_list_create() 76 tcl_list_delete(struct tcl_list* tcl) in tcl_list_delete() argument 78 if(!tcl) in tcl_list_delete() 80 traverse_postorder(&tcl->tree, tcl_list_free_node, NULL); in tcl_list_delete() 81 regional_destroy(tcl->region); in tcl_list_delete() [all …]
|
| D | tcp_conn_limit.h | 88 void tcl_list_delete(struct tcl_list* tcl); 96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg); 104 int tcl_new_connection(struct tcl_addr* tcl); 110 void tcl_close_connection(struct tcl_addr* tcl); 120 tcl_addr_lookup(struct tcl_list* tcl, struct sockaddr_storage* addr, 128 size_t tcl_list_get_mem(struct tcl_list* tcl);
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | tcp_conn_limit.c | 53 struct tcl_list* tcl = (struct tcl_list*)calloc(1, in tcl_list_create() local 55 if(!tcl) in tcl_list_create() 57 tcl->region = regional_create(); in tcl_list_create() 58 if(!tcl->region) { in tcl_list_create() 59 tcl_list_delete(tcl); in tcl_list_create() 62 return tcl; in tcl_list_create() 76 tcl_list_delete(struct tcl_list* tcl) in tcl_list_delete() argument 78 if(!tcl) in tcl_list_delete() 80 traverse_postorder(&tcl->tree, tcl_list_free_node, NULL); in tcl_list_delete() 81 regional_destroy(tcl->region); in tcl_list_delete() [all …]
|
| D | tcp_conn_limit.h | 88 void tcl_list_delete(struct tcl_list* tcl); 96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg); 104 int tcl_new_connection(struct tcl_addr* tcl); 110 void tcl_close_connection(struct tcl_addr* tcl); 120 tcl_addr_lookup(struct tcl_list* tcl, struct sockaddr_storage* addr, 128 size_t tcl_list_get_mem(struct tcl_list* tcl);
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/ |
| D | aclocal.m4 | 46 # Ok, lets find the tcl source trees so we can use the headers 48 # because 10 sorts before 9. We also look for just tcl. We have to 54 AC_ARG_WITH(tclinclude, [ --with-tclinclude directory where tcl private headers are], with_t… 69 ${srcdir}/../tcl \ 70 `ls -dr ${srcdir}/../tcl[[0-9]]* 2>/dev/null` \ 71 ${srcdir}/../../tcl \ 72 `ls -dr ${srcdir}/../../tcl[[0-9]]* 2>/dev/null` \ 73 ${srcdir}/../../../tcl \ 74 `ls -dr ${srcdir}/../../../tcl[[0-9]]* 2>/dev/null ` ; do 91 `ls -dr /usr/local/src/tcl[[0-9]]* 2>/dev/null` \ [all …]
|
| D | Makefile.in | 131 …./../expect:$$rootme/../../libstdc++:$$rootme/../../tk/unix:$$rootme/../../tcl/unix:$$rootme/../..… 134 TCL_LIBRARY=$${srcdir}/../../tcl/library ; \
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
| D | fnchange.lst | 118 @V@/gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in @V@/gdb/gdbtk/plugins/intel-pentium/intel-… 119 @V@/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in @V@/gdb/gdbtk/plugins/rhabout/rhabout.t-in 253 @V@/itcl/itcl/unix/pkgIndex.tcl.in @V@/itcl/itcl/unix/pkgIndex.t-in 255 @V@/itcl/itk/unix/pkgIndex.tcl.in @V@/itcl/itk/unix/pkgIndex.t-in 355 @V@/tcl/cygwin/tclConfig.sh.in @V@/tcl/cygwin/tclConfig.sh-in 356 @V@/tcl/doc/ExprLongObj.3 @V@/tcl/doc/ExprLObj.3 357 @V@/tcl/mac/tclMacBOAAppInit.c @V@/tcl/mac/tclBOAAppInit.c 358 @V@/tcl/mac/tclMacBOAMain.c @V@/tcl/mac/tclBOAMain.c 359 @V@/tcl/mac/tclMacInit.c @V@/tcl/mac/tclInit.c 360 @V@/tcl/mac/tclMacInterupt.c @V@/tcl/mac/tclInterupt.c [all …]
|
| /openbsd/src/sys/dev/tc/ |
| D | asc_tcds.c | 331 u_int32_t tcl, tcm; local 350 tcl = NCR_READ_REG(sc, NCR_TCL); 353 tcl | (tcm << 8), tcl, tcm)); 364 resid += (tcl = NCR_READ_REG(sc, NCR_TCL)); 375 tcl, tcm, trans, resid));
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | Makefile.def | 307 dependencies = { module=configure-libgui; on=configure-tcl; }; 309 dependencies = { module=all-libgui; on=all-tcl; }; 354 dependencies = { module=all-dejagnu; on=all-tcl; }; 357 dependencies = { module=configure-expect; on=configure-tcl; }; 359 dependencies = { module=all-expect; on=all-tcl; }; 362 // We put install-tcl before install-itcl because itcl wants to run a 364 dependencies = { module=configure-itcl; on=configure-tcl; }; 366 dependencies = { module=all-itcl; on=all-tcl; }; 368 dependencies = { module=install-itcl; on=install-tcl; }; 370 dependencies = { module=configure-tk; on=configure-tcl; }; [all …]
|
| D | Makefile.in | 586 maybe-configure-tcl \ 720 all-host: maybe-all-tcl 839 info-host: maybe-info-tcl 943 dvi-host: maybe-dvi-tcl 1047 html-host: maybe-html-tcl 1151 TAGS-host: maybe-TAGS-tcl 1255 install-info-host: maybe-install-info-tcl 1359 install-html-host: maybe-install-html-tcl 1463 installcheck-host: maybe-installcheck-tcl 1567 mostlyclean-host: maybe-mostlyclean-tcl [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | acinclude.m4 | 72 # Ok, lets find the tcl source trees so we can use the headers 74 # because 10 sorts before 9. We also look for just tcl. We have to 81 AC_ARG_WITH(tclinclude, [ --with-tclinclude=DIR Directory where tcl private headers are], with_t… 106 ${srcdir}/../tcl \ 107 `ls -dr ${srcdir}/../tcl[[7-9]]* 2>/dev/null` \ 108 ${srcdir}/../../tcl \ 109 `ls -dr ${srcdir}/../../tcl[[7-9]]* 2>/dev/null` \ 110 ${srcdir}/../../../tcl \ 111 `ls -dr ${srcdir}/../../../tcl[[7-9]]* 2>/dev/null ` ; do 123 `ls -dr /usr/local/src/tcl[[7-9]]* 2>/dev/null` \ [all …]
|
| D | aclocal.m4 | 84 # Ok, lets find the tcl source trees so we can use the headers 86 # because 10 sorts before 9. We also look for just tcl. We have to 93 AC_ARG_WITH(tclinclude, [ --with-tclinclude=DIR Directory where tcl private headers are], with_t… 118 ${srcdir}/../tcl \ 119 `ls -dr ${srcdir}/../tcl[[7-9]]* 2>/dev/null` \ 120 ${srcdir}/../../tcl \ 121 `ls -dr ${srcdir}/../../tcl[[7-9]]* 2>/dev/null` \ 122 ${srcdir}/../../../tcl \ 123 `ls -dr ${srcdir}/../../../tcl[[7-9]]* 2>/dev/null ` ; do 135 `ls -dr /usr/local/src/tcl[[7-9]]* 2>/dev/null` \ [all …]
|
| /openbsd/src/usr.bin/vi/docs/ |
| D | spell.ok | 65 init.tcl 81 tcl
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | Makefile.tpl | 1291 configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim 1294 install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-… 1295 configure-libgui: maybe-configure-tcl maybe-configure-tk 1296 all-libgui: maybe-all-tcl maybe-all-tk maybe-all-itcl 1314 all-dejagnu: maybe-all-tcl maybe-all-expect maybe-all-tk 1315 configure-expect: maybe-configure-tcl maybe-configure-tk 1316 all-expect: maybe-all-tcl maybe-all-tk 1317 configure-itcl: maybe-configure-tcl maybe-configure-tk 1318 all-itcl: maybe-all-tcl maybe-all-tk 1321 install-itcl: maybe-install-tcl [all …]
|
| D | Makefile.in | 1253 .PHONY: maybe-info-tcl info-tcl 1254 maybe-info-tcl: 1256 info-tcl: \ 1257 configure-tcl 1258 @[ -f ./tcl/Makefile ] || exit 0; \ 1266 (cd tcl && \ 2456 maybe-dvi-tcl \ 3152 .PHONY: maybe-dvi-tcl dvi-tcl 3153 maybe-dvi-tcl: 3155 dvi-tcl: \ [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | aic79xx.h | 139 #define TCL_TARGET_OFFSET(tcl) \ argument 140 ((((tcl) >> 4) & TID) >> 4) 141 #define TCL_LUN(tcl) \ argument 142 (tcl & (AHD_NUM_LUNS - 1)) 1324 u_int ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl); 1326 u_int tcl, u_int busyid); 1327 void ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl);
|
| D | aic7xxxvar.h | 112 #define TCL_TARGET_OFFSET(tcl) \ argument 113 ((((tcl) >> 4) & TID) >> 4) 114 #define TCL_LUN(tcl) \ argument 115 (tcl & (AHC_NUM_LUNS - 1))
|
| /openbsd/src/sys/net/ |
| D | hfsc.c | 835 struct hfsc_class *cl, *tcl; in hfsc_deq_begin() local 853 tcl = hif->hif_rootclass; in hfsc_deq_begin() 855 while (tcl != NULL && tcl->cl_children != NULL) { in hfsc_deq_begin() 856 tcl = hfsc_actlist_firstfit(tcl, cur_time); in hfsc_deq_begin() 857 if (tcl == NULL) in hfsc_deq_begin() 864 if (tcl->cl_parent->cl_cvtmin < tcl->cl_vt) in hfsc_deq_begin() 865 tcl->cl_parent->cl_cvtmin = tcl->cl_vt; in hfsc_deq_begin() 867 cl = tcl; in hfsc_deq_begin()
|
| /openbsd/src/usr.sbin/unbound/smallapp/ |
| D | unbound-checkconf.c | 475 struct config_str2list* tcl; in tcpconnlimitchecks() local 476 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) { in tcpconnlimitchecks() 477 if(!netblockstrtoaddr(tcl->str, UNBOUND_DNS_PORT, &a, &alen, in tcpconnlimitchecks() 480 tcl->str, tcl->str2); in tcpconnlimitchecks()
|
| /openbsd/src/usr.sbin/unbound/daemon/ |
| D | daemon.c | 291 daemon->tcl = tcl_list_create(); in daemon_init() 292 if(!daemon->tcl) { in daemon_init() 307 tcl_list_delete(daemon->tcl); in daemon_init() 317 tcl_list_delete(daemon->tcl); in daemon_init() 725 if(!tcl_list_apply_cfg(daemon->tcl, daemon->cfg)) in daemon_fork() 939 tcl_list_delete(daemon->tcl); in daemon_delete()
|
| D | daemon.h | 126 struct tcl_list* tcl; member
|
| /openbsd/src/share/misc/ |
| D | mime.types | 56 application/x-tcl tcl tk
|
| /openbsd/src/gnu/usr.bin/binutils/config/ |
| D | acinclude.m4 | 842 dnl Ok, lets find the tcl source trees so we can use the headers 844 dnl because 10 sorts before 9. We also look for just tcl. We have to 856 AC_ARG_WITH(tclinclude, [ --with-tclinclude directory where tcl headers are], with_tclinclud… 860 if test -f ${with_tclinclude}/tcl.h ; then 862 elif test -f ${with_tclinclude}/generic/tcl.h ; then 872 if test -f $ac_cv_c_tclconfig/$i/generic/tcl.h ; then 884 if test -n "`ls -dr $srcdir/$i/tcl* 2>/dev/null`" ; then 892 for i in `ls -dr $tclpath/tcl* 2>/dev/null ` ; do 893 if test -f $i/generic/tcl.h ; then 904 if test -f $ccpath/tcl.h; then [all …]
|
| /openbsd/src/gnu/gcc/config/ |
| D | acinclude.m4 | 842 dnl Ok, lets find the tcl source trees so we can use the headers 844 dnl because 10 sorts before 9. We also look for just tcl. We have to 856 AC_ARG_WITH(tclinclude, [ --with-tclinclude directory where tcl headers are], with_tclinclud… 860 if test -f ${with_tclinclude}/tcl.h ; then 862 elif test -f ${with_tclinclude}/generic/tcl.h ; then 872 if test -f $ac_cv_c_tclconfig/$i/generic/tcl.h ; then 884 if test -n "`ls -dr $srcdir/$i/tcl* 2>/dev/null`" ; then 892 for i in `ls -dr $tclpath/tcl* 2>/dev/null ` ; do 893 if test -f $i/generic/tcl.h ; then 904 if test -f $ccpath/tcl.h; then [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | acinclude.m4 | 842 dnl Ok, lets find the tcl source trees so we can use the headers 844 dnl because 10 sorts before 9. We also look for just tcl. We have to 856 AC_ARG_WITH(tclinclude, [ --with-tclinclude directory where tcl headers are], with_tclinclud… 860 if test -f ${with_tclinclude}/tcl.h ; then 862 elif test -f ${with_tclinclude}/generic/tcl.h ; then 872 if test -f $ac_cv_c_tclconfig/$i/generic/tcl.h ; then 884 if test -n "`ls -dr $srcdir/$i/tcl* 2>/dev/null`" ; then 892 for i in `ls -dr $tclpath/tcl* 2>/dev/null ` ; do 893 if test -f $i/generic/tcl.h ; then 904 if test -f $ccpath/tcl.h; then [all …]
|