Home
last modified time | relevance | path

Searched refs:PROTO_ARGS (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/mplex/mplex-1.1/
H A Dbitstrm.h23 #ifndef PROTO_ARGS
24 #define PROTO_ARGS macro
35 #ifndef PROTO_ARGS
36 #define PROTO_ARGS macro
140 #ifdef PROTO_ARGS
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcontrol.h51 # define PROTO_ARGS(prot) ((prot) + \ macro
H A Dcompile.c2044 argp = PROTO_ARGS(proto); in funcall()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dbuildpkg.sh.in243 PROTO_ARGS="$PROTO_ARGS $i=/$i";
651 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototype
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dbuildpkg.sh.in241 PROTO_ARGS="$PROTO_ARGS $i=/$i";
644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototype
/dports/security/openssh-portable/openssh-8.8p1/
H A Dbuildpkg.sh.in241 PROTO_ARGS="$PROTO_ARGS $i=/$i";
644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototype
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.h11 #define PROTO_ARGS /* unix gcc uses arg. prototypes */ macro
/dports/net/dgd/dgd-1.4.23/src/
H A Dinterpret.c1701 args = PROTO_ARGS(proto); in i_typecheck()