Home
last modified time | relevance | path

Searched refs:_c_ (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Drf_threadstuff.h60 #define rf_declare_cond2(_c_) kcondvar_t _c_ argument
70 #define rf_init_cond2(_c_, _w_) cv_init(&(_c_), (_w_)) argument
71 #define rf_destroy_cond2(_c_) cv_destroy(&(_c_)) argument
73 #define rf_wait_cond2(_c_,_m_) cv_wait(&(_c_), &(_m_)) argument
74 #define rf_timedwait_cond2(_c_,_m_,_t_) cv_timedwait(&(_c_), &(_m_), (_t_)) argument
75 #define rf_signal_cond2(_c_) cv_signal(&(_c_)) argument
76 #define rf_broadcast_cond2(_c_) cv_broadcast(&(_c_)) argument
/dports/net/sems/sems-f89581a/core/sip/
H A Dparse_100rel.cpp11 #define EAT_WS(_c_, _end_) \ argument
13 while ((_c_) < (_end_) && (*(_c_) == ' ' || *(_c_) == '\t')) \
14 (_c_) ++; \
17 #define READ_NUMBER(_no, _c_, _end_) \ argument
21 for (fin = false; !fin && (_c_) < (_end_); ) { \
22 switch (*(_c_)) { \
28 (_no) = (_no) * 10 + *(_c_) - '0'; \
34 (_c_) ++; \
38 #define EAT_TOKEN(_c_, _end_) \ argument
40 while ((_c_) < (_end_) && IS_TOKEN(*(_c_))) \
[all …]
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/include/mediator/
H A Dmediator.h68 #define mg_thread_new(_n_, _f_, _c_, _e_) g_thread_new(_n_, _f_, _c_) argument
72 #define mg_cond_wait_until(_c_,_m_,_t_) g_cond_wait_until(_c_,_m_,_t_) argument
74 #define mg_thread_new(_n_, _f_, _c_, _e_) g_thread_create(_f_, _c_, TRUE, _e_) argument
78 #define mg_cond_wait_until(_c_,_m_,_t_) g_cond_timed_wait(_c_,_m_,_t_) argument
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dparse_content.c40 #define is_mime_char(_c_) \ argument
41 (isalnum((int)_c_) || (_c_)=='-' || (_c_)=='+' || (_c_)=='.' || (_c_)=='_' \
42 || (_c_)=='!' || (_c_)=='%' || (_c_)=='*' \
43 || (_c_)=='\'' || (_c_)=='`' || (_c_)=='~')
44 #define is_char_equal(_c_,_cs_) \ argument
45 ( (isalpha((int)_c_)?(((_c_)|0x20)==(_cs_)):((_c_)==(_cs_)))==1 )
/dports/astro/xearth/xearth-1.2/
H A Dxearth.h136 double _c_, _s_, _t_; \
140 _c_ = vpi.cos_lon; \
142 _t_ = (_c_ * _p0_) - (_s_ * _p2_); \
143 _p2_ = (_s_ * _p0_) + (_c_ * _p2_); \
145 _c_ = vpi.cos_lat; \
147 _t_ = (_c_ * _p1_) - (_s_ * _p2_); \
148 _p2_ = (_s_ * _p1_) + (_c_ * _p2_); \
150 _c_ = vpi.cos_rot; \
152 _t_ = (_c_ * _p0_) - (_s_ * _p1_); \
153 _p1_ = (_s_ * _p0_) + (_c_ * _p1_); \
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag/
H A Dlt-messages.h114 #define lt_debug(_c_,...) \ argument
117 (_c_), \
119 #define lt_debug0(_c_,_f_,...) \ argument
122 (_c_), \
150 #define lt_debug(_c_,format...) \ argument
153 (_c_), \
155 #define lt_debug0(_c_,_f_,format...) \ argument
158 (_c_), \
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/test/
H A DTestPrimitivesAlphaComp.c26 #define ALF(_c_) (((_c_)&0xFF000000U) >> 24) argument
27 #define RED(_c_) (((_c_)&0x00FF0000U) >> 16) argument
28 #define GRN(_c_) (((_c_)&0x0000FF00U) >> 8) argument
29 #define BLU(_c_) ((_c_)&0x000000FFU) argument
/dports/lang/php73/php-7.3.33/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/www/mod_php81/php-8.1.1/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/lang/php80/php-8.0.15/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/lang/php81/php-8.1.1/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/lang/php74/php-7.4.27/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/www/mod_php73/php-7.3.33/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/www/mod_php74/php-7.4.27/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/www/mod_php80/php-8.0.15/ext/pcre/tests/
H A Dmarks.phpt15 var_dump(preg_match($regex, '_c_', $matches));
34 string(3) "_c_"
53 string(3) "_c_"
132 string(3) "_c_"
174 string(3) "_c_"
/dports/www/ephemera/ephemera-6.34/
H A Ddata.h39 #define STRING_APPEND( _s_, _c_ ) { if (( _s_ )->free )\ argument
43 *( _s_ )->top++ = _c_;\
46 else string_append( _s_, _c_ ); }
/dports/devel/cppi/cppi-1.18/src/
H A Dcppi.l150 int _c_ = input (); \
151 if (_c_ != EOF && !inhibit_output) \
152 fputc (_c_, yyout); \
153 _c_; \
162 int _c_ = input (); in INPUT_AND_ECHO() local
163 if (_c_ != EOF && !inhibit_output) in INPUT_AND_ECHO()
164 fputc (_c_, yyout); in INPUT_AND_ECHO()
165 return _c_; in INPUT_AND_ECHO()
H A Dcppi.c1213 int _c_ = input (); \
1214 if (_c_ != EOF && !inhibit_output) \
1215 fputc (_c_, yyout); \
1216 _c_; \
1225 int _c_ = input (); in INPUT_AND_ECHO() local
1226 if (_c_ != EOF && !inhibit_output) in INPUT_AND_ECHO()
1227 fputc (_c_, yyout); in INPUT_AND_ECHO()
1228 return _c_; in INPUT_AND_ECHO()
/dports/editors/emacs-devel/emacs-4d1968b/msdos/
H A Dsed2v2.inp87 /^#undef IS_DIRECTORY_SEP *$/s,^.*$,#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\\\'),
88 /^#undef IS_DEVICE_SEP *$/s/^.*$/#define IS_DEVICE_SEP(_c_) ((_c_) == ':')/
89 /^#undef IS_ANY_SEP *$/s/^.*$/#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_
/dports/editors/emacs/emacs-27.2/msdos/
H A Dsed2v2.inp86 /^#undef IS_DIRECTORY_SEP *$/s,^.*$,#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\\\'),
87 /^#undef IS_DEVICE_SEP *$/s/^.*$/#define IS_DEVICE_SEP(_c_) ((_c_) == ':')/
88 /^#undef IS_ANY_SEP *$/s/^.*$/#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/typec/ucsi/
H A Ducsi.h27 #define UCSI_CCI_CONNECTOR(_c_) (((_c_) & GENMASK(7, 1)) >> 1) argument
28 #define UCSI_CCI_LENGTH(_c_) (((_c_) & GENMASK(15, 8)) >> 8) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/typec/ucsi/
H A Ducsi.h27 #define UCSI_CCI_CONNECTOR(_c_) (((_c_) & GENMASK(7, 1)) >> 1) argument
28 #define UCSI_CCI_LENGTH(_c_) (((_c_) & GENMASK(15, 8)) >> 8) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/typec/ucsi/
H A Ducsi.h27 #define UCSI_CCI_CONNECTOR(_c_) (((_c_) & GENMASK(7, 1)) >> 1) argument
28 #define UCSI_CCI_LENGTH(_c_) (((_c_) & GENMASK(15, 8)) >> 8) argument
/dports/graphics/grx/grx249/src/fdrivers/
H A Drblit_14.c33 unsigned char _c_ = peek_b(d); \
34 poke_b((d), (_c_ & ~(msk)) | ((_c_ op (s)) & (msk))); \
H A Dram1.c60 unsigned char _c_ = peek_b##DF(d); \
61 poke_b##DF((d), (_c_ & ~(msk)) | ((_c_ op (s)) & (msk))); \

1234567