Home
last modified time | relevance | path

Searched refs:TTX (Results 1 – 25 of 119) sorted by relevance

12345

/dports/mail/dspam/dspam-3.10.2/src/
H A Dclient.c87 THREAD_CTX TTX; in client_process() local
91 if (TTX.sockfd <0) { in client_process()
94 return TTX.sockfd; in client_process()
269 close(TTX.sockfd); in client_process()
280 close(TTX.sockfd); in client_process()
638 if (!TTX || !TTX->packet_buffer || !TTX->packet_buffer->data) in pop_buffer()
720 THREAD_CTX TTX; in deliver_socket() local
733 if (TTX.sockfd <0) { in deliver_socket()
949 close(TTX.sockfd); in deliver_socket()
957 close(TTX.sockfd); in deliver_socket()
[all …]
H A Ddaemon.c92 THREAD_CTX *TTX = NULL; in daemon_listen() local
263 if (TTX == NULL) { in daemon_listen()
269 TTX->DTX = DTX; in daemon_listen()
279 free(TTX); in daemon_listen()
344 close(TTX->sockfd); in process_connection()
367 TTX->authenticated = 0; in process_connection()
713 i = (TTX->sockfd % TTX->DTX->connection_cache); in process_connection()
863 free(TTX); in process_connection()
1046 THREAD_CTX *TTX, in daemon_reply() argument
1125 pop = pop_buffer(TTX); in daemon_getline()
[all …]
H A Dclient.h41 int client_authenticate (THREAD_CTX *TTX, const char *mode);
43 int client_getcode (THREAD_CTX *TTX, char *err, size_t len);
44 char * client_expect (THREAD_CTX *TTX, int code, char *err, size_t len);
45 char * client_getline (THREAD_CTX *TTX, int timeout);
48 char *pop_buffer (THREAD_CTX *TTX);
49 int send_socket (THREAD_CTX *TTX, const char *ptr);
H A Ddaemon.h60 int daemon_reply(THREAD_CTX *TTX, int reply, const char *ecode,
62 int daemon_extension(THREAD_CTX *TTX, const char *extension);
64 char * daemon_expect(THREAD_CTX *TTX, const char *command);
65 char * daemon_getline(THREAD_CTX *TTX, int timeout);
69 buffer *read_sock(THREAD_CTX *TTX, AGENT_CTX *ATX);
/dports/print/py-fonttools/fonttools-4.28.2/Doc/source/
H A Dttx.rst6 TTX – From OpenType and TrueType to XML and Back
9 …nary font files (.otf, .ttf, etc) to the TTX XML format, edit them, and convert them back to binar…
14 The TTX application can be used in two ways, depending on what platform you run it on:
19 TTX detects what kind of files it is fed: it will output a ``.ttx`` file when it sees a ``.ttf`` or…
21 When using TTX from the command line there are a bunch of extra options. These are explained in the…
31 The TTX file format
H A DmtiLib.rst10 Additionally, ``fonttools mtiLib`` will convert a text file to TTX XML.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX {
119 TTX<int> z; in memcpy7()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dbug_hash_test.cpp97 struct TTX { struct
119 TTX<int> z; in g()
/dports/print/py-fonttools3/fonttools-3.44.0/
H A DREADME.rst7 project includes the TTX tool, that can convert TrueType and OpenType
8 fonts to and from an XML text format, which is also called TTX. It
58 TTX – From OpenType and TrueType to XML and Back
62 files (``.otf``, ``.ttf``, etc) to the TTX XML format, edit them, and
63 convert them back to binary format. TTX files have a .ttx file
71 The TTX application can be used in two ways, depending on what
77 TTX detects what kind of files it is fed: it will output a ``.ttx`` file
81 same name as the input file but with a different extension. TTX will
98 The TTX file format
334 TTX/FontTools development is ongoing in an active community of
[all …]
/dports/graphics/xd3d/xd3d-8.3.1/src/graphic/
H A Daxes.f117 TTX = TX
119 CALL GSMOVE(XMIMI,YMAX+1.5*TTX)
126 YYYY(1) = YMAX+1.5*TTX
128 YYYY(2) = YMAX+.5*TTX
130 YYYY(3) = YMAX+2.4*TTX
132 YYYY(4) = YMAX+.5*TTX
137 YYYY(2) = YMIMI+TTX
141 YYYY(4) = YMIMI-TTX
/dports/x11-fonts/py-ufo2ft/ufo2ft-2.5.0/
H A DREADME.rst108 Merging TTX
111 If the UFO data directory has a ``com.github.fonttools.ttx`` folder with TTX
113 The index TTX (generated when using using ``ttx -s``) is not required.

12345