Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/unbound/util/
HDtcp_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 …]
HDtcp_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-14-stable/contrib/file/magic/Magdir/
HDtcl3 # 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 …]
HDmagic18 # m4 mail.news make marc21 music parrot pascal pc88 pc98 perl ringdove tcl varied.script webassembl…
HDcommands110 !:mime text/x-tcl
/freebsd-14-stable/contrib/sqlite3/tea/win/
HDrules.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 …]
HDmakefile.vc331 source all.tcl
341 source all.tcl
406 @if exist $(LIBDIR) $(CPY) $(LIBDIR)\*.tcl "$(SCRIPT_INSTALL_DIR)"
/freebsd-14-stable/contrib/sqlite3/tea/
HDREADME12 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
HDMakefile.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)"; \
HDaclocal.m45 builtin(include,tclconfig/tcl.m4)
HDpkgIndex.tcl.in1 # -*- tcl -*-
HDconfigure.ac219 AC_CONFIG_FILES([Makefile pkgIndex.tcl])
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx.h110 #define TCL_TARGET_OFFSET(tcl) \ argument
111 ((((tcl) >> 4) & TID) >> 4)
112 #define TCL_LUN(tcl) \ argument
113 (tcl & (AHD_NUM_LUNS - 1))
1384 u_int ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl);
1386 u_int tcl, u_int busyid);
1387 static __inline void ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl);
1389 ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl) in ahd_unbusy_tcl() argument
1391 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl()
HDaic7xxx.h109 #define TCL_TARGET_OFFSET(tcl) \ argument
110 ((((tcl) >> 4) & TID) >> 4)
111 #define TCL_LUN(tcl) \ argument
112 (tcl & (AHC_NUM_LUNS - 1))
1189 u_int ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl);
1190 void ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl);
1192 u_int tcl, u_int busyid);
HDaic7xxx.c5238 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_index_busy_tcl() argument
5247 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_index_busy_tcl()
5248 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5251 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5259 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_unbusy_tcl() argument
5267 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_unbusy_tcl()
5268 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()
5271 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5277 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5285 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_busy_tcl()
[all …]
/freebsd-14-stable/contrib/unbound/smallapp/
HDunbound-checkconf.c475 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()
/freebsd-14-stable/contrib/unbound/daemon/
HDdaemon.c291 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()
731 if(!tcl_list_apply_cfg(daemon->tcl, daemon->cfg)) in daemon_fork()
949 tcl_list_delete(daemon->tcl); in daemon_delete()
HDdaemon.h127 struct tcl_list* tcl; member
/freebsd-14-stable/contrib/sqlite3/tea/tclconfig/
HDtcl.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-14-stable/contrib/ntp/ntpd/
HDrefclock_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-14-stable/sys/contrib/zlib/
HDREADME48 zlib is built into tcl: http://wiki.tcl.tk/4610 .
/freebsd-14-stable/contrib/sqlite3/
HDMakefile.msc1011 tcl: $(ALL_TCL_TARGETS)
1015 all: core tcl
/freebsd-14-stable/usr.sbin/bsdconfig/share/packages/
HDcategories.subr183 f_category tcl "$msg_tcl_desc"
/freebsd-14-stable/contrib/file/magic/
HDMakefile.am306 $(MAGIC_FRAGMENT_DIR)/tcl \
/freebsd-14-stable/sys/contrib/openzfs/config/
HDpo.m4415 ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
416 ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobb…

12