Home
last modified time | relevance | path

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

12

/freebsd/contrib/unbound/util/
H A 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 in tcl_list_delete()
87 tcl_list_insert(struct tcl_list * tcl,struct sockaddr_storage * addr,socklen_t addrlen,int net,uint32_t limit,int complain_duplicates) tcl_list_insert() argument
106 tcl_list_str_cfg(struct tcl_list * tcl,const char * str,const char * s2,int complain_duplicates) tcl_list_str_cfg() argument
132 read_tcl_list(struct tcl_list * tcl,struct config_file * cfg) read_tcl_list() argument
144 tcl_list_apply_cfg(struct tcl_list * tcl,struct config_file * cfg) tcl_list_apply_cfg() argument
155 tcl_new_connection(struct tcl_addr * tcl) tcl_new_connection() argument
171 tcl_close_connection(struct tcl_addr * tcl) tcl_close_connection() argument
182 tcl_addr_lookup(struct tcl_list * tcl,struct sockaddr_storage * addr,socklen_t addrlen) tcl_addr_lookup() argument
190 tcl_list_get_mem(struct tcl_list * tcl) tcl_list_get_mem() argument
[all...]
H A Dtcp_conn_limit.h86 * @param tcl: to delete.
88 void tcl_list_delete(struct tcl_list* tcl);
92 * @param tcl: where to store.
96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg);
101 * @param tcl: structure for tcl storage, or NULL.
102 * @return: 0 if limit reached, 1 if tcl was NULL or limit not reached.
104 int tcl_new_connection(struct tcl_addr* tcl);
108 * @param tcl: structure for tcl storag
[all...]
/freebsd/contrib/file/magic/Magdir/
H A 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 …]
H A Dmagic18 # m4 mail.news make marc21 music parrot pascal pc88 pc98 perl ringdove tcl varied.script webassembl…
/freebsd/contrib/sqlite3/tea/
H A D_teaish.tester.tcl.in1 # -*- tcl -*-
3 # Unless this file is named _teaish.tester.tcl.in, you are probably
14 # $3 = the /path/to/teaish/tester.tcl (test utility code)
25 source -encoding utf-8 [lindex $::argv 0]; # teaish/tester.tcl
40 # Populate state for [tester.tcl::teaish-build-flag*]
H A DREADME.txt8 ./configure --with-tcl=/path/to/tcl/install/root
12 ./configure --with-tclsh=/path/to/tcl/install/root
65 http://core.tcl-lang.org/tclconfig
66 http://core.tcl-lang.org/sampleextension
85 $ ./configure --with-tcl=/path/to/tcl/install/root
H A DMakefile.in45 tx.tcl = @TEAISH_TCL@
180 $(tx.tcl) \
221 CC.tcl = \
230 $(CC.tcl) $(tx.src) $(LDFLAGS.shlib) \
262 teaish.tester.tcl = @TEAISH_TESTER_TCL@
263 test-core.args = $(teaish.tester.tcl)
276 test-gdb: $(teaish.tester.tcl)
279 test-vg: $(teaish.tester.tcl)
311 rm -f $(teaish.tester.tcl)
484 @rm -f $(teaish__dist.tmp.tgz)/$(tx.dist.basename)/pkgIndex.tcl.in; # kludge
H A DpkgIndex.tcl.in1 # -*- tcl -*-
4 # Unless this file is named pkgIndex.tcl.in, you are probably looking
8 # Adapted from https://core.tcl-lang.org/tcltls
H A Dauto.def5 # extension-specific customization goes in teaish.tcl.in or
6 # teaish.tcl.
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.h110 #define TCL_TARGET_OFFSET(tcl) \ argument
111 ((((tcl) >> 4) & TID) >> 4)
112 #define TCL_LUN(tcl) \ argument
113 (tcl & (AHD_NUM_LUNS - 1))
1380 u_int ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl);
1382 u_int tcl, u_int busyid);
1383 static __inline void ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl);
1385 ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl)
1387 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
1389 ahd_unbusy_tcl(struct ahd_softc * ahd,u_int tcl) ahd_unbusy_tcl() argument
H A Daic7xxx.h109 #define TCL_TARGET_OFFSET(tcl) \ argument
110 ((((tcl) >> 4) & TID) >> 4)
111 #define TCL_LUN(tcl) \ argument
112 (tcl & (AHC_NUM_LUNS - 1))
1185 u_int ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl);
1186 void ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl);
1188 u_int tcl, u_int busyid);
H A Daic7xxx.c5222 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_index_busy_tcl() argument
5231 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_index_busy_tcl()
5232 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5235 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5243 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_unbusy_tcl() argument
5251 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_unbusy_tcl()
5252 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()
5255 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5261 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5269 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_busy_tcl()
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md41 - [proj.tcl][]: project-agnostic utility code for autosetup-driven
47 - [sqlite-config.tcl][]: utility code which is too project-specific
48 for `proj.tcl`. We split this out of `auto.def` so that it can be
68 those with `proj-` prefix can be found in [proj.tcl][] and those with
69 an `sqlite-` prefix are in [sqlite-config.tcl][]. The others are part
316 This tree's [configure script][auto.def], [utility APIs][proj.tcl],
406 customization. Rather than editing `sqlite-config.tcl` for this,
411 `autosetup/sqlite-custom.tcl`.
440 used internally by [sqlite-config.tcl][]'s `sqlite-configure`.
460 [proj.tcl]: /file/autosetup/proj.tcl
[all …]
H A Dautosetup142 if {[file exists $autosetup(libdir)/local.tcl]} {
1614 lappend files {*}[lsort [glob -nocomplain $::autosetup(libdir)/{*/*.tcl,*.tcl}]]
1707 set modsource(init.tcl) {
1766 set modsource(install.tcl) {
1832 foreach file [lsort [glob $autosetup(libdir)/*.{tcl,auto}]] {
1976 *.tcl files in this directory are optional modules which
1990 set modsource(markdown-formatting.tcl) {
2063 set modsource(misc.tcl) {
2257 set modsource(text-formatting.tcl) {
2381 set modsource(util.tcl) {
[all …]
H A DREADME.autosetup6 *.tcl files in this directory are optional modules which
H A Dsqlite-config.tcl239 tcl {
1849 tcl
1936 if {![opt-bool tcl]} {
1947 proj-assert [proj-opt-truthy tcl]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c563 struct config_str2list* tcl; in tcpconnlimitchecks() local
564 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) { in tcpconnlimitchecks()
565 if(!netblockstrtoaddr(tcl->str, UNBOUND_DNS_PORT, &a, &alen, in tcpconnlimitchecks()
568 tcl->str, tcl->str2); in tcpconnlimitchecks()
/freebsd/contrib/sqlite3/autosetup/teaish/
H A DREADME.txt1 The *.tcl files in this directory are part of the SQLite's "autoconf"
/freebsd/contrib/ntp/ntpd/
H A 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/contrib/unbound/daemon/
H A Ddaemon.c561 daemon->tcl = tcl_list_create(); in daemon_init()
562 if(!daemon->tcl) { in daemon_init()
577 tcl_list_delete(daemon->tcl); in daemon_init()
587 tcl_list_delete(daemon->tcl); in daemon_init()
1032 if(!tcl_list_apply_cfg(daemon->tcl, daemon->cfg)) in daemon_fork()
1269 tcl_list_delete(daemon->tcl); in daemon_delete()
H A Ddaemon.h150 struct tcl_list* tcl; member
/freebsd/sys/contrib/zlib/
H A DREADME48 zlib is built into tcl: https://wiki.tcl-lang.org/page/zlib .
/freebsd/contrib/sqlite3/
H A DMakefile.msc956 tcl: $(ALL_TCL_TARGETS)
960 all: core tcl
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dcategories.subr183 f_category tcl "$msg_tcl_desc"
/freebsd/contrib/file/magic/
H A DMakefile.am319 $(MAGIC_FRAGMENT_DIR)/tcl \

12