Home
last modified time | relevance | path

Searched defs:ch (Results 76 – 100 of 30282) sorted by relevance

12345678910>>...1212

/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dclose_test.cpp37 filtering_streambuf<input> ch; in input_chain_test() local
61 filtering_streambuf<input> ch; in input_chain_test() local
105 filtering_streambuf<input> ch; in input_chain_test() local
129 filtering_streambuf<input> ch; in input_chain_test() local
159 filtering_streambuf<input> ch; in input_chain_test() local
183 filtering_streambuf<input> ch; in input_chain_test() local
222 filtering_streambuf<input> ch; in input_chain_test() local
249 filtering_streambuf<output> ch; in output_chain_test() local
273 filtering_streambuf<output> ch; in output_chain_test() local
317 filtering_streambuf<output> ch; in output_chain_test() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dclose_test.cpp37 filtering_streambuf<input> ch; in input_chain_test() local
61 filtering_streambuf<input> ch; in input_chain_test() local
105 filtering_streambuf<input> ch; in input_chain_test() local
129 filtering_streambuf<input> ch; in input_chain_test() local
159 filtering_streambuf<input> ch; in input_chain_test() local
183 filtering_streambuf<input> ch; in input_chain_test() local
222 filtering_streambuf<input> ch; in input_chain_test() local
249 filtering_streambuf<output> ch; in output_chain_test() local
273 filtering_streambuf<output> ch; in output_chain_test() local
317 filtering_streambuf<output> ch; in output_chain_test() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dclose_test.cpp37 filtering_streambuf<input> ch; in input_chain_test() local
61 filtering_streambuf<input> ch; in input_chain_test() local
105 filtering_streambuf<input> ch; in input_chain_test() local
129 filtering_streambuf<input> ch; in input_chain_test() local
159 filtering_streambuf<input> ch; in input_chain_test() local
183 filtering_streambuf<input> ch; in input_chain_test() local
222 filtering_streambuf<input> ch; in input_chain_test() local
249 filtering_streambuf<output> ch; in output_chain_test() local
273 filtering_streambuf<output> ch; in output_chain_test() local
317 filtering_streambuf<output> ch; in output_chain_test() local
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dunicode_support.py643 def _Py_CHARMASK(ch): argument
654 def _Py_TOUPPER(ch): argument
665 def _Py_TOLOWER(ch): argument
676 def _Py_ISLOWER(ch): argument
686 def _Py_ISUPPER(ch): argument
696 def _Py_ISALPHA(ch): argument
706 def _Py_ISDIGIT(ch): argument
716 def _Py_ISXDIGIT(ch): argument
726 def _Py_ISALNUM(ch): argument
736 def _Py_ISSPACE(ch): argument
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h102 #define tolower(ch) (____tolower[(ch)+1]) argument
103 #define toupper(ch) (____toupper[(ch)+1]) argument
104 #define totitle(ch) (____totitle[(ch)+1]) argument
105 #define tomirror(ch) (____tomirror[(ch)+1]) argument
106 #define tovalue(ch) (____digitval[(ch)+1]) argument
107 #define islower(ch) (____utype[(ch)+1]&____L) argument
108 #define isupper(ch) (____utype[(ch)+1]&____U) argument
111 #define isdigit(ch) (____utype[(ch)+1]&____D) argument
115 #define isspace(ch) (____utype[(ch)+1]&____S) argument
116 #define ispunct(ch) (____utype[(ch)+1]&____P) argument
[all …]
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndml_chan.c150 ndmchan_set_eof (struct ndmchan *ch) in ndmchan_set_eof()
169 ndmchan_close (struct ndmchan *ch) { in ndmchan_close()
174 ndmchan_abort (struct ndmchan *ch) { in ndmchan_abort()
185 ndmchan_cleanup (struct ndmchan *ch) { in ndmchan_cleanup()
229 struct ndmchan * ch; in ndmchan_pre_poll() local
276 struct ndmchan * ch; in ndmchan_post_poll() local
353 ndmchan_compress (struct ndmchan *ch) { in ndmchan_compress()
367 ndmchan_n_avail (struct ndmchan *ch) { in ndmchan_n_avail()
400 ndmchan_n_ready (struct ndmchan *ch) { in ndmchan_n_ready()
533 struct ndmchan * ch; in ndmos_chan_poll() local
[all …]
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndml_chan.c150 ndmchan_set_eof (struct ndmchan *ch) in ndmchan_set_eof()
169 ndmchan_close (struct ndmchan *ch) { in ndmchan_close()
174 ndmchan_abort (struct ndmchan *ch) { in ndmchan_abort()
185 ndmchan_cleanup (struct ndmchan *ch) { in ndmchan_cleanup()
229 struct ndmchan * ch; in ndmchan_pre_poll() local
276 struct ndmchan * ch; in ndmchan_post_poll() local
353 ndmchan_compress (struct ndmchan *ch) { in ndmchan_compress()
367 ndmchan_n_avail (struct ndmchan *ch) { in ndmchan_n_avail()
400 ndmchan_n_ready (struct ndmchan *ch) { in ndmchan_n_ready()
533 struct ndmchan * ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c150 ndmchan_set_eof (struct ndmchan *ch) in ndmchan_set_eof()
169 ndmchan_close (struct ndmchan *ch) { in ndmchan_close()
174 ndmchan_abort (struct ndmchan *ch) { in ndmchan_abort()
185 ndmchan_cleanup (struct ndmchan *ch) { in ndmchan_cleanup()
229 struct ndmchan * ch; in ndmchan_pre_poll() local
276 struct ndmchan * ch; in ndmchan_post_poll() local
353 ndmchan_compress (struct ndmchan *ch) { in ndmchan_compress()
367 ndmchan_n_avail (struct ndmchan *ch) { in ndmchan_n_avail()
400 ndmchan_n_ready (struct ndmchan *ch) { in ndmchan_n_ready()
533 struct ndmchan * ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c150 ndmchan_set_eof (struct ndmchan *ch) in ndmchan_set_eof()
169 ndmchan_close (struct ndmchan *ch) { in ndmchan_close()
174 ndmchan_abort (struct ndmchan *ch) { in ndmchan_abort()
185 ndmchan_cleanup (struct ndmchan *ch) { in ndmchan_cleanup()
229 struct ndmchan * ch; in ndmchan_pre_poll() local
276 struct ndmchan * ch; in ndmchan_post_poll() local
353 ndmchan_compress (struct ndmchan *ch) { in ndmchan_compress()
367 ndmchan_n_avail (struct ndmchan *ch) { in ndmchan_n_avail()
400 ndmchan_n_ready (struct ndmchan *ch) { in ndmchan_n_ready()
533 struct ndmchan * ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c150 ndmchan_set_eof (struct ndmchan *ch) in ndmchan_set_eof()
169 ndmchan_close (struct ndmchan *ch) { in ndmchan_close()
174 ndmchan_abort (struct ndmchan *ch) { in ndmchan_abort()
185 ndmchan_cleanup (struct ndmchan *ch) { in ndmchan_cleanup()
229 struct ndmchan * ch; in ndmchan_pre_poll() local
276 struct ndmchan * ch; in ndmchan_post_poll() local
353 ndmchan_compress (struct ndmchan *ch) { in ndmchan_compress()
367 ndmchan_n_avail (struct ndmchan *ch) { in ndmchan_n_avail()
400 ndmchan_n_ready (struct ndmchan *ch) { in ndmchan_n_ready()
533 struct ndmchan * ch; in ndmos_chan_poll() local
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_chan.c150 ndmchan_set_eof (struct ndmchan *ch) in ndmchan_set_eof()
169 ndmchan_close (struct ndmchan *ch) { in ndmchan_close()
174 ndmchan_abort (struct ndmchan *ch) { in ndmchan_abort()
185 ndmchan_cleanup (struct ndmchan *ch) { in ndmchan_cleanup()
229 struct ndmchan * ch; in ndmchan_pre_poll() local
276 struct ndmchan * ch; in ndmchan_post_poll() local
353 ndmchan_compress (struct ndmchan *ch) { in ndmchan_compress()
367 ndmchan_n_avail (struct ndmchan *ch) { in ndmchan_n_avail()
400 ndmchan_n_ready (struct ndmchan *ch) { in ndmchan_n_ready()
533 struct ndmchan * ch; in ndmos_chan_poll() local
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_chan.c97 int ndmchan_start_resident(struct ndmchan* ch) in ndmchan_start_resident()
116 int ndmchan_pending_to_read(struct ndmchan* ch) in ndmchan_pending_to_read()
148 void ndmchan_abort(struct ndmchan* ch) in ndmchan_abort()
153 void ndmchan_close_as_is(struct ndmchan* ch) in ndmchan_close_as_is()
158 void ndmchan_cleanup(struct ndmchan* ch) in ndmchan_cleanup()
196 struct ndmchan* ch; in ndmchan_pre_poll() local
238 struct ndmchan* ch; in ndmchan_post_poll() local
309 void ndmchan_compress(struct ndmchan* ch) in ndmchan_compress()
322 int ndmchan_n_avail(struct ndmchan* ch) in ndmchan_n_avail()
482 struct ndmchan* ch; in ndmos_chan_poll() local
[all …]

12345678910>>...1212