Home
last modified time | relevance | path

Searched refs:tcl (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/unbound/util/
Dtcp_conn_limit.c53 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 …]
Dtcp_conn_limit.h88 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);
/freebsd-12-stable/contrib/file/magic/Magdir/
Dtcl3 # URL: https://www.tcl.tk/
7 0 search/1/w #!\ /usr/bin/tcl Tcl script text executable
8 !:mime text/x-tcl
9 0 search/1/w #!\ /usr/local/bin/tcl Tcl script text executable
10 !:mime text/x-tcl
11 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable
12 !:mime text/x-tcl
13 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable
14 !:mime text/x-tcl
16 !:mime text/x-tcl
[all …]
/freebsd-12-stable/contrib/sqlite3/tea/win/
Drules.vc246 !message *** Compile explicitly for non-threaded tcl
496 !if "$(PROJECT)" == "tcl"
498 _TCL_H = ..\generic\tcl.h
502 # If INSTALLDIR set to tcl root dir then reset to the lib dir.
503 !if exist("$(_INSTALLDIR)\include\tcl.h")
508 !if exist("$(_INSTALLDIR)\..\include\tcl.h")
511 _TCL_H = $(_INSTALLDIR)\..\include\tcl.h
515 Failed to find tcl.h. Set the TCLDIR macro.
520 !if exist("$(_TCLDIR)\include\tcl.h")
522 _TCL_H = $(_TCLDIR)\include\tcl.h
[all …]
Dmakefile.vc331 source all.tcl
341 source all.tcl
406 @if exist $(LIBDIR) $(CPY) $(LIBDIR)\*.tcl "$(SCRIPT_INSTALL_DIR)"
/freebsd-12-stable/contrib/sqlite3/tea/
DREADME12 the tcl/unix/README file in the Tcl src dist. The following minimal
13 example will install the extension in the /opt/tcl directory.
16 $ ./configure --prefix=/opt/tcl
27 to create a Makefile. See the tcl/win/README file for the URL of
DMakefile.in163 CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl
260 --args $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` \
267 `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
356 $(srcdir)/tclconfig/tcl.m4 $(srcdir)/tclconfig/install-sh \
365 $(srcdir)/pkgIndex.tcl.in \
433 $(INSTALL_DATA) pkgIndex.tcl "$(DESTDIR)$(pkglibdir)"; \
Daclocal.m45 builtin(include,tclconfig/tcl.m4)
DpkgIndex.tcl.in1 # -*- tcl -*-
Dconfigure.ac219 AC_CONFIG_FILES([Makefile pkgIndex.tcl])
/freebsd-12-stable/contrib/binutils/
DMakefile.def326 dependencies = { module=configure-libgui; on=configure-tcl; };
328 dependencies = { module=all-libgui; on=all-tcl; };
380 dependencies = { module=all-dejagnu; on=all-tcl; };
383 dependencies = { module=configure-expect; on=configure-tcl; };
385 dependencies = { module=all-expect; on=all-tcl; };
388 // We put install-tcl before install-itcl because itcl wants to run a
390 dependencies = { module=configure-itcl; on=configure-tcl; };
392 dependencies = { module=all-itcl; on=all-tcl; };
394 dependencies = { module=install-itcl; on=install-tcl; };
396 dependencies = { module=configure-tk; on=configure-tcl; };
[all …]
DMakefile.in630 maybe-configure-tcl \
770 all-host: maybe-all-tcl
893 info-host: maybe-info-tcl
999 dvi-host: maybe-dvi-tcl
1105 pdf-host: maybe-pdf-tcl
1211 html-host: maybe-html-tcl
1317 TAGS-host: maybe-TAGS-tcl
1423 install-info-host: maybe-install-info-tcl
1529 install-pdf-host: maybe-install-pdf-tcl
1635 install-html-host: maybe-install-html-tcl
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dacinclude.m472 # 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 …]
Daclocal.m484 # 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 …]
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.h112 #define TCL_TARGET_OFFSET(tcl) \ argument
113 ((((tcl) >> 4) & TID) >> 4)
114 #define TCL_LUN(tcl) \ argument
115 (tcl & (AHD_NUM_LUNS - 1))
1386 u_int ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl);
1388 u_int tcl, u_int busyid);
1389 static __inline void ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl);
1391 ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl) in ahd_unbusy_tcl() argument
1393 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl()
Daic7xxx.h111 #define TCL_TARGET_OFFSET(tcl) \ argument
112 ((((tcl) >> 4) & TID) >> 4)
113 #define TCL_LUN(tcl) \ argument
114 (tcl & (AHC_NUM_LUNS - 1))
1191 u_int ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl);
1192 void ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl);
1194 u_int tcl, u_int busyid);
/freebsd-12-stable/contrib/subversion/subversion/svndumpfilter/
Dsvndumpfilter.c246 svn_filesize_t tcl; member
465 const char *tcl; in new_node_record() local
500 tcl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in new_node_record()
518 if (tcl && (strcmp(kind, "file") == 0)) in new_node_record()
542 nb->tcl = tcl ? svn__atoui64(tcl) : 0; in new_node_record()
839 nb->tcl, in set_fulltext()
873 nb->tcl, in close_node()
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-checkconf.c471 struct config_str2list* tcl; in tcpconnlimitchecks() local
472 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) { in tcpconnlimitchecks()
473 if(!netblockstrtoaddr(tcl->str, UNBOUND_DNS_PORT, &a, &alen, in tcpconnlimitchecks()
476 tcl->str, tcl->str2); in tcpconnlimitchecks()
/freebsd-12-stable/contrib/unbound/daemon/
Ddaemon.c285 daemon->tcl = tcl_list_create(); in daemon_init()
286 if(!daemon->tcl) { in daemon_init()
301 tcl_list_delete(daemon->tcl); in daemon_init()
311 tcl_list_delete(daemon->tcl); in daemon_init()
701 if(!tcl_list_apply_cfg(daemon->tcl, daemon->cfg)) in daemon_fork()
891 tcl_list_delete(daemon->tcl); in daemon_delete()
Ddaemon.h123 struct tcl_list* tcl; member
/freebsd-12-stable/contrib/sqlite3/tea/tclconfig/
Dtcl.m41 # tcl.m4 --
33 # --with-tcl=...
44 # Ok, lets find the tcl configuration
46 # the alternative search directory is invoked by --with-tcl
52 AC_ARG_WITH(tcl,
53 AS_HELP_STRING([--with-tcl],
54 [directory containing tcl configuration (tclConfig.sh)]),
59 # First check to see if --with-tcl was specified.
64 …AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConf…
78 ../tcl \
[all …]
/freebsd-12-stable/contrib/binutils/config/
Dacinclude.m4842 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 …]
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_parse.c1899 parsectl_t *tcl in stream_setcs() argument
1906 strioc.ic_dp = (char *)tcl; in stream_setcs()
1907 strioc.ic_len = sizeof (*tcl); in stream_setcs()
1971 parsectl_t *tcl in stream_getfmt() argument
1978 strioc.ic_dp = (char *)tcl; in stream_getfmt()
1979 strioc.ic_len = sizeof (*tcl); in stream_getfmt()
1994 parsectl_t *tcl in stream_setfmt() argument
2001 strioc.ic_dp = (char *)tcl; in stream_setfmt()
2002 strioc.ic_len = sizeof (*tcl); in stream_setfmt()
2019 parsectl_t *tcl in stream_timecode() argument
[all …]
/freebsd-12-stable/contrib/libxo/doc/
DMakefile.am17 XML2RFC = ${OXTRADOC_DIR}/xml2rfc.tcl
/freebsd-12-stable/sys/contrib/zlib/
DREADME49 zlib is built into tcl: http://wiki.tcl.tk/4610 .

12