Home
last modified time | relevance | path

Searched defs:_s_ (Results 1 – 25 of 49) sorted by relevance

12

/dports/net-mgmt/yaf/yaf-2.11.0/airframe/include/airframe/
H A Dautoinc.h149 #define ag_slice_alloc0(_s_) g_malloc0(_s_) argument
150 #define ag_slice_alloc(_s_) g_malloc(_s_) argument
152 #define ag_slice_free1(_s_, _p_) g_free(_p_) argument
155 #define ag_slice_alloc0(_s_) g_slice_alloc0(_s_) argument
156 #define ag_slice_alloc(_s_) g_slice_alloc(_s_) argument
158 #define ag_slice_free1(_s_, _p_) g_slice_free1(_s_, _p_) argument
H A Dmio_sink_multi.h100 #define mio_smc(_s_) (GPOINTER_TO_UINT((_s_)->cfg)) argument
107 #define mio_smn(_s_, _n_) (((MIOSink *)(_s_)->vsp)[(_n_)]) argument
H A Dmio_source_pcap.h76 #define mio_pcap(_s_) ((pcap_t *)(_s_)->vsp) argument
H A Dmio.h462 #define mio_fd(_s_) GPOINTER_TO_INT((_s_)->vsp) argument
468 #define mio_fp(_s_) ((FILE *)(_s_)->vsp) argument
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dinnodb-wl5522.result79 SELECT * FROM t1 ORDER BY b,a DESC LIMIT 3;
81 636 Apa Filler........
95 SELECT COUNT(*) FROM t1;
98 SELECT * FROM t1 ORDER BY b,a DESC LIMIT 3;
/dports/net-mgmt/yaf/yaf-2.11.0/include/yaf/
H A Dautoinc.h152 #define yg_slice_alloc0(_s_) g_malloc0(_s_) argument
153 #define yg_slice_alloc(_s_) g_malloc(_s_) argument
155 #define yg_slice_free1(_s_, _p_) g_free(_p_) argument
158 #define yg_slice_alloc0(_s_) g_slice_alloc0(_s_) argument
159 #define yg_slice_alloc(_s_) g_slice_alloc(_s_) argument
161 #define yg_slice_free1(_s_, _p_) g_slice_free1(_s_, _p_) argument
/dports/www/ephemera/ephemera-6.34/
H A Ddata.h30 #define STACK_PUSH( _s_, _o_ ) { if (( _s_ )->free )\ argument
39 #define STRING_APPEND( _s_, _c_ ) { if (( _s_ )->free )\ argument
48 #define STRING_TRUNCATE( _s_ ) if (( _s_ )->used ) { ( _s_ )->free += ( _s_ )->used; ( _s_ )->used … argument
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dtrim.h102 #define trim_spaces_lr(_s_) \ argument
116 #define trim_zeros_lr(_s_) \ argument
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dalign.c50 struct _s_ struct
52 char s1;
53 union _u_ s2;
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dalign.c50 struct _s_ struct
52 char s1;
53 union _u_ s2;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dalign.c50 struct _s_ struct
52 char s1;
53 union _u_ s2;
/dports/lang/munger/munger-5.12/
H A Dlisp.h72 #define STACK_PUSH( _s_, _o_ ) { if (( _s_ )->free )\ argument
81 #define STACK_PUSH_INT( _s_, _o_ ) { if (( _s_ )->free )\ argument
90 #define STACK_POP( _s_ ) ( !( _s_ )->used ? NULL : \ argument
95 #define STACK_POP_INT( _s_ ) ( !( _s_ )->used ? 0 : \ argument
100 #define STRING_APPEND( _s_, _c_ ) { if (( _s_ )->free )\ argument
109 #define STRING_CHOP( _s_ ) if (( _s_ )->used ) { *--( _s_ )->top = '\0'; --( _s_ )->used; ++( _s_ )… argument
110 #define STRING_TRUNCATE( _s_ ) if (( _s_ )->used ) { ( _s_ )->free += ( _s_ )->used; ( _s_ )->used … argument
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_sat_answer.cpp64 solver::scoped_push _s_(*m_solver); in operator ()() local
125 solver::scoped_push _s_(*m_solver); in mk_children() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dselect.c67 #define BRANCH_NO(_s_) (_s_->params[SEL_BRANCH_POS].v.i) argument
74 #define SELECT_check_branch(_s_, _msg_) \ argument
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_sat_answer.cpp64 solver::scoped_push _s_(*m_solver); in operator ()() local
125 solver::scoped_push _s_(*m_solver); in mk_children() local
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/tinystdio/
H A Dvfprintf.c101 #define arg_to_t(flags, _s_) ({ \ argument
122 #define arg_to_t(flags, _s_) ({ \ argument
/dports/print/a2ps/a2ps-4.13/lib/
H A Droutines.h174 #define astrcpy(_d_,_s_) \ argument
181 #define austrcpy(_d_,_s_) \ argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/usb/
H A Dtypec_tbt.h50 #define TBT_SET_CABLE_SPEED(_s_) (((_s_) & GENMASK(2, 0)) << 16) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/usb/
H A Dtypec_tbt.h50 #define TBT_SET_CABLE_SPEED(_s_) (((_s_) & GENMASK(2, 0)) << 16) argument
/dports/sysutils/du2ps/du2ps-3.1/
H A Ddu2ps.h42 #define strdup(_s_) strcpy(malloc(strlen(_s_)+ 1),_s_) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/usb/
H A Dtypec_tbt.h50 #define TBT_SET_CABLE_SPEED(_s_) (((_s_) & GENMASK(2, 0)) << 16) argument
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/
H A Ddebug_io.c43 char *_s_ = strstr (str, " s "); in __io_maps() local
/dports/comms/qico/qico-15673bf/src/
H A Dqipc.c147 #define XCPY(_b_,_s_) \ argument
/dports/net/kamailio/kamailio-5.4.5/src/modules/cplc/
H A Dcpl_run.c98 #define get_str_attr(_p_,_s_,_len_,_intr_,_error_,_FIXUP_) \ argument
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddebug.cc446 const char *_s_ = (have_unconditional > 1) ? "s" : ""; variable

12