Home
last modified time | relevance | path

Searched refs:t_str (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dworker_remote.h21 struct t_str { struct
91 static void worker_remote_cancel_local(struct t_ctx *, struct t_str *);
94 static int worker_remote_init_local(struct t_ctx *, struct t_str *);
95 static int worker_remote_init_local_ip4(struct t_str *);
97 static int worker_remote_init_local_ip6(struct t_str *);
102 static void worker_remote_serve(struct t_str *);
103 static void worker_remote_serve_ip4(struct t_str *);
105 static void worker_remote_serve_ip6(struct t_str *);
107 static void worker_remote_serve_ip(struct t_str *, struct sockaddr *, socklen_t, int);
113 static void worker_remote_serve_it(struct t_str *, int, char *, size_t, char *);
[all …]
H A Dworker_play.h225 struct t_str { struct
513 static int worker_play_init_local_mix(struct t_str *);
515 static void audio_loop_play(struct t_str *);
522 static void audio_loop_play_alsa(struct t_str *);
528 static int worker_play_init_local_oss(struct t_str *);
531 static void audio_loop_play_oss(struct t_str *);
537 static int worker_play_init_local_ao(struct t_str *);
541 static void audio_loop_play_ao(struct t_str *);
547 static void audio_loop_play_port(struct t_str *);
553 static void audio_loop_play_pulse(struct t_str *);
[all …]
H A Dworker_clock.c19 (void) clock_loop_begin((struct t_str *) ti->tp, &tv); in worker_clock()
37 (void) worker_clock_cancel_local(ti, (struct t_str *) ti->tp); in worker_clock_cancel()
47 static void worker_clock_cancel_local(__UNUSED__ struct t_ctx *ti, __UNUSED__ struct t_str *tp) { in worker_clock_cancel_local()
59 struct t_str *c; in worker_clock_init()
61 APP_MALLOC_RET_VALUE(c, sizeof(struct t_str), -1); in worker_clock_init()
71 r = worker_clock_init_local(ti, (struct t_str *) ti->tp); in worker_clock_init()
78 static int worker_clock_init_local(__UNUSED__ struct t_ctx *ti, __UNUSED__ struct t_str *tp) { in worker_clock_init_local()
105 static void clock_loop_begin(__UNUSED__ struct t_str *tp, struct timeval *t) { in clock_loop_begin()
H A Dworker_cb.h14 struct t_str { struct
23 static void worker_cb_cancel_local(struct t_ctx *, struct t_str *); argument
26 static int worker_cb_init_local(struct t_ctx *, struct t_str *);
28 static void callback_event_run(struct t_str *);
29 static unsigned int callback_event_run_op(struct t_str *);
H A Dworker_cb.c36 (void) worker_cb_cancel_local(ti, (struct t_str *) ti->tp); in worker_cb_cancel()
46 static void worker_cb_cancel_local(__UNUSED__ struct t_ctx *ti, __UNUSED__ struct t_str *tp) { in worker_cb_cancel_local()
58 struct t_str *c; in worker_cb_init()
60 APP_MALLOC_RET_VALUE(c, sizeof(struct t_str), -1); in worker_cb_init()
70 r = worker_cb_init_local(ti, (struct t_str *) ti->tp); in worker_cb_init()
77 static int worker_cb_init_local(__UNUSED__ struct t_ctx *ti, struct t_str *tp) { in worker_cb_init_local()
92 static void callback_event_run(struct t_str *tp) { in callback_event_run()
130 static unsigned int callback_event_run_op(struct t_str *tp) { in callback_event_run_op()
168 struct t_str *tp; in callback_event_add()
H A Dworker_input.h63 struct t_str { struct
101 static void worker_input_cancel_local(struct t_ctx *, struct t_str *); argument
102 static void worker_input_cancel_local_tr(struct t_str *);
105 static int worker_input_init_local(struct t_ctx *, struct t_str *);
108 static int worker_input_init_local_at(struct t_str *, char *);
109 static int worker_input_init_local_tr(struct t_str *);
119 static void worker_input_run(struct t_str *);
H A Dworker_clock.h6 struct t_str { struct
17 static void worker_clock_cancel_local(struct t_ctx *, struct t_str *); argument
20 static int worker_clock_init_local(struct t_ctx *, struct t_str *);
22 static void clock_loop_begin(struct t_str *, struct timeval *);
H A Dworker_input.c157 struct t_str *c; in worker_input_init()
724 struct t_str *tp;
731 tp = (struct t_str *) d->tp;
756 struct t_str *tp;
763 tp = (struct t_str *) d->tp;
787 struct t_str *tp;
819 struct t_str *tp;
850 struct t_str *tp;
883 struct t_str *tp;
917 struct t_str *tp;
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Diniconf.cpp256 GetPrivateProfileString(m_strGroup.t_str(), NULL, wxT(""), in IsEmpty()
258 m_strLocalFilename.t_str()); in IsEmpty()
283 GetPrivateProfileString(m_strGroup.t_str(), strKey.t_str(), wxT(""), in DoReadString()
285 m_strLocalFilename.t_str()); in DoReadString()
289 GetProfileString(m_strGroup.t_str(), strWinKey.t_str(), in DoReadString()
310 long lVal = GetPrivateProfileInt(m_strGroup.t_str(), strKey.t_str(), in DoReadLong()
319 lVal = GetPrivateProfileInt(m_strGroup.t_str(), strKey.t_str(), in DoReadLong()
344 bool bOk = WritePrivateProfileString(m_strGroup.t_str(), strKey.t_str(), in DoWriteString()
345 szValue.t_str(), in DoWriteString()
394 if (WritePrivateProfileString(m_strGroup.t_str(), strKey.t_str(), in DeleteEntry()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Diniconf.cpp259 GetPrivateProfileString(m_strGroup.t_str(), NULL, wxT(""), in IsEmpty()
261 m_strLocalFilename.t_str()); in IsEmpty()
286 GetPrivateProfileString(m_strGroup.t_str(), strKey.t_str(), wxT(""), in DoReadString()
288 m_strLocalFilename.t_str()); in DoReadString()
292 GetProfileString(m_strGroup.t_str(), strKey.t_str(), in DoReadString()
313 long lVal = GetPrivateProfileInt(m_strGroup.t_str(), strKey.t_str(), in DoReadLong()
322 lVal = GetPrivateProfileInt(m_strGroup.t_str(), strKey.t_str(), in DoReadLong()
347 bool bOk = WritePrivateProfileString(m_strGroup.t_str(), strKey.t_str(), in DoWriteString()
348 szValue.t_str(), in DoWriteString()
397 if (WritePrivateProfileString(m_strGroup.t_str(), strKey.t_str(), in DeleteEntry()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Diniconf.cpp259 GetPrivateProfileString(m_strGroup.t_str(), NULL, wxT(""), in IsEmpty()
261 m_strLocalFilename.t_str()); in IsEmpty()
286 GetPrivateProfileString(m_strGroup.t_str(), strKey.t_str(), wxT(""), in DoReadString()
288 m_strLocalFilename.t_str()); in DoReadString()
292 GetProfileString(m_strGroup.t_str(), strKey.t_str(), in DoReadString()
313 long lVal = GetPrivateProfileInt(m_strGroup.t_str(), strKey.t_str(), in DoReadLong()
322 lVal = GetPrivateProfileInt(m_strGroup.t_str(), strKey.t_str(), in DoReadLong()
347 bool bOk = WritePrivateProfileString(m_strGroup.t_str(), strKey.t_str(), in DoWriteString()
348 szValue.t_str(), in DoWriteString()
397 if (WritePrivateProfileString(m_strGroup.t_str(), strKey.t_str(), in DeleteEntry()
[all …]
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtransfer_word.cc27 t_str = o.t_str; in copy()
73 t_str = tgt; in init()
95 return part.match(t_str); in target()
99 return part.match(t_str.substr(0, t_str.size() - queue_length)); in target()
138 part.replace(t_str, value); in setTarget()
142 string mystring = t_str.substr(0, t_str.size() - queue_length); in setTarget()
144 t_str = mystring + t_str.substr(t_str.size() - queue_length); in setTarget()
/dports/graphics/box/box-0.4.0/box/
H A Dbltinstr.c178 BoxType *t_str = Box_Get_Core_Type(BOXTYPEID_STR), in Bltin_Str_Register_Procs() local
181 {BOXCOMBDEF_I_AT_T(BOXTYPEID_INIT, t_str, Box_Runtime_Init_At_Str), in Bltin_Str_Register_Procs()
183 BOXCOMBDEF_T_TO_T(t_str, t_str, Box_Runtime_Str_To_Str), in Bltin_Str_Register_Procs()
185 BOXCOMBDEF_I_AT_T(BOXTYPEID_CHAR, t_str, Box_Runtime_Char_At_Str), in Bltin_Str_Register_Procs()
186 BOXCOMBDEF_I_AT_T(BOXTYPEID_INT, t_str, Box_Runtime_INT_At_Str), in Bltin_Str_Register_Procs()
187 BOXCOMBDEF_I_AT_T(BOXTYPEID_REAL, t_str, Box_Runtime_REAL_At_Str), in Bltin_Str_Register_Procs()
189 BOXCOMBDEF_T_AT_T(t_str, t_str, Box_Runtime_Str_At_Str), in Bltin_Str_Register_Procs()
190 BOXCOMBDEF_I_AT_T(BOXTYPEID_PTR, t_str, Box_Runtime_Ptr_At_Str), in Bltin_Str_Register_Procs()
191 BOXCOMBDEF_I_AT_T(BOXTYPEID_CPTR, t_str, Box_Runtime_CPtr_At_Str), in Bltin_Str_Register_Procs()
192 BOXCOMBDEF_I_AT_T(BOXTYPEID_OBJ, t_str, Box_Runtime_Obj_At_Str), in Bltin_Str_Register_Procs()
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/language/
H A Dchaiscript_windows.hpp28 static std::wstring to_wstring(const T &t_str) in to_wstring()
30 return std::wstring(t_str.begin(), t_str.end()); in to_wstring()
34 static std::string to_string(const T &t_str) in to_string()
36 return std::string(t_str.begin(), t_str.end()); in to_string()
41 static std::wstring to_proper_string(const T &t_str) in to_proper_string()
43 return to_wstring(t_str); in to_proper_string()
47 static std::string to_proper_string(const T &t_str) in to_proper_string()
49 return to_string(t_str); in to_proper_string()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/language/
H A Dchaiscript_windows.hpp28 static std::wstring to_wstring(const T &t_str) in to_wstring()
30 return std::wstring(t_str.begin(), t_str.end()); in to_wstring()
34 static std::string to_string(const T &t_str) in to_string()
36 return std::string(t_str.begin(), t_str.end()); in to_string()
41 static std::wstring to_proper_string(const T &t_str) in to_proper_string()
43 return to_wstring(t_str); in to_proper_string()
47 static std::string to_proper_string(const T &t_str) in to_proper_string()
49 return to_string(t_str); in to_proper_string()
/dports/lang/yap/yap-6.2.2/library/mpi/
H A Dmpe.c75 Term t_str = Deref(ARG1); in p_close() local
79 if (IsVarTerm(t_str)) { in p_close()
80 Yap_Error(INSTANTIATION_ERROR, t_str, "mpe_close"); in p_close()
82 } else if( !IsAtomTerm(t_str) ) { in p_close()
83 Yap_Error(TYPE_ERROR_ATOM, t_str, "mpe_close"); in p_close()
86 str = RepAtom(AtomOfTerm(t_str))->StrOfAE; in p_close()
187 if (IsVarTerm(t_str)) { in p_log()
188 Yap_Error(INSTANTIATION_ERROR, t_str, "mpe_log"); in p_log()
190 } else if( !IsAtomTerm(t_str) ) { in p_log()
191 Yap_Error(TYPE_ERROR_ATOM, t_str, "mpe_log"); in p_log()
[all …]
/dports/audio/fossmixer/detroit-0.2.3/examples/gui_vesmir/
H A Dworker_roller.c21 (void) roller_loop_begin((struct t_str *) ti->tp, &tv); in worker_roller()
41 (void) worker_roller_cancel_local(ti, (struct t_str *) ti->tp); in worker_roller_cancel()
51 static void worker_roller_cancel_local(__UNUSED__ struct t_ctx *ti, __UNUSED__ struct t_str *tp) { in worker_roller_cancel_local()
62 struct t_str *c; in worker_roller_init()
64 APP_MALLOC_RET_VALUE(c, sizeof(struct t_str), -1); in worker_roller_init()
70 r = worker_roller_init_local(ti, (struct t_str *) ti->tp); in worker_roller_init()
77 static int worker_roller_init_local(__UNUSED__ struct t_ctx *ti, __UNUSED__ struct t_str *tp) { in worker_roller_init_local()
81 static void roller_loop_begin(__UNUSED__ struct t_str *tp, struct timeval *t) { in roller_loop_begin()
H A Dworker_roller.h5 struct t_str { struct
10 static void worker_roller_cancel_local(struct t_ctx *, struct t_str *); argument
13 static int worker_roller_init_local(struct t_ctx *, struct t_str *);
15 static void roller_loop_begin(struct t_str *, struct timeval *);
/dports/textproc/p5-Text-ANSITable/Text-ANSITable-0.606/t/
H A Dstyle-formats.t21 my $t_str = $t->draw;
23 note $t_str;
24 like($t_str, qr/\bX\b/) or diag $t_str;
25 like($t_str, qr/\bf\b/) or diag $t_str;
/dports/www/py-django-common-helpers/django-common-helpers-0.9.2/django_common/
H A Dhelper.py197 t_str = "day"
199 t_str = "days"
200 str += "{0} {1}".format(days, t_str)
204 t_str = "hour"
206 t_str = "hours"
207 str += "{0} {1}".format(hours, t_str)
211 t_str = "min"
213 t_str = "mins"
214 str += "{0} {1}".format(minutes, t_str)
218 t_str = "sec"
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/
H A Dchaiscript_defines.hpp155 … auto parse_num(const char *t_str) -> typename std::enable_if<std::is_integral<T>::value, T>::type in parse_num() argument
158 for (char c = *t_str; (c = *t_str) != 0; ++t_str) { in parse_num()
170 … auto parse_num(const char *t_str) -> typename std::enable_if<!std::is_integral<T>::value, T>::type in parse_num() argument
177 for (char c;; ++t_str) { in parse_num()
178 c = *t_str; in parse_num()
222 T parse_num(const std::string &t_str) in parse_num() argument
224 return parse_num<T>(t_str.c_str()); in parse_num()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/
H A Dchaiscript_defines.hpp155 … auto parse_num(const char *t_str) -> typename std::enable_if<std::is_integral<T>::value, T>::type in parse_num() argument
158 for (char c = *t_str; (c = *t_str) != 0; ++t_str) { in parse_num()
170 … auto parse_num(const char *t_str) -> typename std::enable_if<!std::is_integral<T>::value, T>::type in parse_num() argument
177 for (char c;; ++t_str) { in parse_num()
178 c = *t_str; in parse_num()
222 T parse_num(const std::string &t_str) in parse_num() argument
224 return parse_num<T>(t_str.c_str()); in parse_num()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp21 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
22 MOZ_RELEASE_ASSERT(t_str); in allocStrInSandbox()
23 rlbox::memcpy(aSandbox, t_str, str.get(), size); in allocStrInSandbox()
24 return t_str; in allocStrInSandbox()
31 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
32 MOZ_RELEASE_ASSERT(t_str); in allocStrInSandbox()
33 rlbox::memcpy(aSandbox, t_str, str.c_str(), size); in allocStrInSandbox()
34 return t_str; in allocStrInSandbox()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp21 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
22 MOZ_RELEASE_ASSERT(t_str); in allocStrInSandbox()
23 rlbox::memcpy(aSandbox, t_str, str.get(), size); in allocStrInSandbox()
24 return t_str; in allocStrInSandbox()
31 tainted_hunspell<char*> t_str = aSandbox.malloc_in_sandbox<char>(size); in allocStrInSandbox() local
32 MOZ_RELEASE_ASSERT(t_str); in allocStrInSandbox()
33 rlbox::memcpy(aSandbox, t_str, str.c_str(), size); in allocStrInSandbox()
34 return t_str; in allocStrInSandbox()
/dports/lang/perl5.34/perl-5.34.0/cpan/Time-Piece/t/
H A D09locales.t39 my ( $t, $parsed, $t_str, $strp_format ) = @_;
42 "Epochs match for $t_str with $strp_format" );
78 my $t_str = $t->strftime($strp_format);
81 eval { $parsed = $t->strptime( $t_str, $strp_format ); };
83 check_parsed( $t, $parsed, $t_str, $strp_format );
99 my $t_str = $t->strftime($strp_format);
102 eval { $parsed = $t->strptime( $t_str, $strp_format ); };
104 check_parsed( $t, $parsed, $t_str, $strp_format );

12345678910>>...24