Home
last modified time | relevance | path

Searched refs:PARMS (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/dports/archivers/zoo/zoo-2.10.1_4/
H A Dzoofns.h12 #ifndef PARMS
14 #define PARMS(x) x macro
16 #define PARMS(x) () macro
46 int exists PARMS ((char *));
53 int isupper PARMS ((int));
54 int isdigit PARMS ((int));
59 int lzc PARMS ((int, int));
60 int lzd PARMS ((int, int));
76 int tolower PARMS ((int));
77 int toascii PARMS ((int));
[all …]
H A Dvarious.h18 #ifndef PARMS
20 #define PARMS(x) x macro
22 #define PARMS(x) () macro
33 char *gets PARMS ((char *));
42 int fclose PARMS ((FILE *));
43 int fflush PARMS ((FILE *));
44 int fgetc PARMS ((FILE *));
45 int fgetchar PARMS (());
47 int fputchar PARMS ((int));
68 int unlink PARMS ((char *));
[all …]
H A Dar.h75 void exitfunc PARMS((int code));
76 void dlog PARMS((char *fmt, ...));
77 void d1log PARMS((char *fmt, ...));
82 void decode_start PARMS((void ));
92 uint decode_c PARMS((void ));
93 uint decode_p PARMS((void ));
97 void make_crctable PARMS((void ));
98 void fillbuf PARMS((int n ));
99 uint getbits PARMS((int n ));
103 void init_getbits PARMS((void ));
[all …]
H A Dzooio.h17 #ifndef PARMS
19 #define PARMS(x) x macro
21 #define PARMS(x) () macro
48 int zooread PARMS((ZOOFILE, char *, int));
50 long zooseek PARMS((ZOOFILE, long, int));
51 long zootell PARMS((ZOOFILE));
54 ZOOFILE zooopen PARMS((char *, char *));
55 ZOOFILE zoocreate PARMS((char *));
56 int zooclose PARMS((ZOOFILE));
57 int zootrunc PARMS((ZOOFILE));
[all …]
H A Dlzc.c26 void init_ctab PARMS((void));
27 void wr_ccode PARMS((int));
28 int rd_cch PARMS((void));
29 int lukup_ccode PARMS((int, int, int *));
30 void ad_ccode PARMS((int, int, int));
31 void check_ratio PARMS((void));
32 void flush_c PARMS((int));
63 int read PARMS ((int, VOIDPTR, unsigned));
64 int write PARMS ((int, VOIDPTR, unsigned));
H A Dlzd.c52 void init_dtab PARMS((void));
53 unsigned rd_dcode PARMS((void));
55 void ad_dcode PARMS((void));
62 void xwr_dchar PARMS ((int));
63 static int firstchar PARMS ((int));
64 static void cbfill PARMS ((void));
132 int read PARMS ((int, VOIDPTR, unsigned));
611 void init_dtab PARMS((void));
612 unsigned rd_dcode PARMS((void));
613 void wr_dchar PARMS((int));
[all …]
H A Dzooadd.c31 void dosname PARMS ((char *, char *));
32 void modpath PARMS ((char *));
35 int ver_too_high PARMS ((struct zoo_header *));
36 void get_comment PARMS ((struct direntry *, ZOOFILE, char *));
38 void copyfields PARMS ((struct direntry *, struct tiny_header *));
40 void storefname PARMS ((struct direntry *, char *, int));
41 char *choosefname PARMS ((struct direntry *));
278 unsigned long getfattr PARMS ((char *);
281 unsigned long getfattr PARMS ((ZOOFILE));
487 long lseek PARMS ((int, long, int));
[all …]
H A Dgetfile.c42 int read PARMS ((int, VOIDPTR, unsigned));
43 int write PARMS ((int, VOIDPTR, unsigned));
44 long lseek PARMS ((int, long, int));
45 long tell PARMS ((int));
H A Dcomment.c30 void show_comment PARMS ((struct direntry *, ZOOFILE, int, char *));
31 void get_comment PARMS ((struct direntry *, ZOOFILE, char *));
32 int needed PARMS ((char *, struct direntry *, struct zoo_header *));
91 void do_acmt PARMS ((struct zoo_header *, ZOOFILE, char *));
244 void show_acmt PARMS ((struct zoo_header *, ZOOFILE, int));
H A Dportable.c46 long to_long PARMS((BYTE[]));
47 int to_int PARMS((BYTE[]));
48 void b_to_zooh PARMS((struct zoo_header *, BYTE[]));
49 void b_to_dir PARMS((struct direntry *, BYTE[]));
50 int dir_to_b PARMS((BYTE[], struct direntry *));
51 void zooh_to_b PARMS((BYTE[], struct zoo_header *));
52 void splitlong PARMS((BYTE[], long));
53 void splitint PARMS((BYTE[], int));
56 void show_h PARMS ((struct zoo_header *));
57 void show_dir PARMS ((struct direntry *));
/dports/devel/vstr/vstr-1.0.15/src/
H A Dvstr_add_fmt_dbl_asm.S60 # undef PARMS
65 # undef PARMS
70 # undef PARMS
75 # undef PARMS
80 # undef PARMS
85 # undef PARMS
90 # undef PARMS
96 # undef PARMS
101 # undef PARMS
106 # undef PARMS
[all …]
/dports/misc/openvdb/openvdb-9.0.0/ci/
H A Dbuild.sh25 declare -A PARMS
26 PARMS[--components]=core,bin
27 PARMS[--target]=install
30 PARMS[-j]=2
73 PARMS["$1"]="ON"; shift
76 PARMS["$1"]="$2"; shift 2
87 if HAS_PARM -t; then TARGET=${PARMS[-t]}; fi
90 else TARGET+=","${PARMS[--target]}; fi
95 else CMAKE_EXTRA+=" "${PARMS[--cargs]}; fi
109 IN_COMPONENTS=${PARMS[--components]}
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/dist/
H A Dnsb-nightly69 PARMS="$PARMS -r"
81 i) PARMS="-i $OPTARG $PARMS";;
84 PARMS="-h $NSB_SCP_HOST $PARMS"
87 PARMS="-p $NSB_SCP_DEST $PARMS"
89 x) PARMS="-x $PARMS";;
108 PARMS="$PARMS -b $NSB_BUILD_DIR -s $NSB_SRC_DIR"
113 echo "Running nsb-package $PARMS $NSB_VERSION"
115 $EXE_PATH/nsb-package $PARMS $NSB_VERSION
117 $EXE_PATH/nsb-package $PARMS $NSB_VERSION > /dev/null
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/LHS/mods/
H A DMiscmod.f9060 USE PARMS
104 USE PARMS
135 USE PARMS
148 USE PARMS
188 USE PARMS
227 USE PARMS
308 USE PARMS
332 USE PARMS
/dports/textproc/flip/flip-1.19/
H A Dflip.h31 #ifndef PARMS
33 # define PARMS(x) x macro
35 # define PARMS(x) () macro
107 extern int MVFILE PARMS ((char *src, char *dest)); /* Turbo C */
112 void brktst PARMS ((void));
115 void spec_init PARMS ((void));
116 void spec_exit PARMS ((void));
H A Dflip.c24 void usage PARMS ((void));
25 void give_help PARMS ((void));
26 void flip_exit PARMS ((int));
31 int ixtoms PARMS ((FILE *, FILE *));
32 int mstoix PARMS ((FILE *, FILE *));
33 void error PARMS ((char *, char *));
34 void setup_sigs PARMS ((void));
35 void cleanup PARMS ((int));
36 int mkstemp PARMS ((char *));
42 void *malloc PARMS ((int));
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/build/
H A Dsra-dflt-schema.sh49 PARMS=($CC)
50 RHOME=${PARMS[4]}
51 LHOME=${PARMS[5]}
52 ROUTDIR=${PARMS[7]}
53 LOUTDIR=${PARMS[8]}
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/build/
H A Dsra-dflt-schema.sh49 PARMS=($CC)
50 RHOME=${PARMS[4]}
51 LHOME=${PARMS[5]}
52 ROUTDIR=${PARMS[7]}
53 LOUTDIR=${PARMS[8]}
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/build/
H A Dsra-dflt-schema.sh49 PARMS=($CC)
50 RHOME=${PARMS[4]}
51 LHOME=${PARMS[5]}
52 ROUTDIR=${PARMS[7]}
53 LOUTDIR=${PARMS[8]}
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/nist-csor/
H A Daes1.asn36 -- aes-128-CBC ALGORITHM ::= { OID id-aes128-CBC PARMS AES-IV }
37 -- aes-128-OFB ALGORITHM ::= { OID id-aes128-OFB PARMS AES-IV }
38 -- aes-128-CFB ALGORITHM ::= { OID id-aes128-CFB PARMS CFBParameters }
48 -- aes-192-CBC ALGORITHM ::= { OID id-aes192-CBC PARMS AES-IV }
49 -- aes-192-OFB ALGORITHM ::= { OID id-aes192-OFB PARMS AES-IV }
50 -- aes-192-CFB ALGORITHM ::= { OID id-aes192-CFB PARMS CFBParameters }
60 -- aes-256-CBC ALGORITHM ::= { OID id-aes256-CBC PARMS AES-IV }
61 -- aes-256-OFB ALGORITHM ::= { OID id-aes256-OFB PARMS AES-IV }
62 -- aes-256-CFB ALGORITHM ::= { OID id-aes256-CFB PARMS CFBParameters }
130 -- WITH SYNTAX { OID &id [PARMS &Type] }
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/nist-csor/
H A Daes1.asn36 -- aes-128-CBC ALGORITHM ::= { OID id-aes128-CBC PARMS AES-IV }
37 -- aes-128-OFB ALGORITHM ::= { OID id-aes128-OFB PARMS AES-IV }
38 -- aes-128-CFB ALGORITHM ::= { OID id-aes128-CFB PARMS CFBParameters }
48 -- aes-192-CBC ALGORITHM ::= { OID id-aes192-CBC PARMS AES-IV }
49 -- aes-192-OFB ALGORITHM ::= { OID id-aes192-OFB PARMS AES-IV }
50 -- aes-192-CFB ALGORITHM ::= { OID id-aes192-CFB PARMS CFBParameters }
60 -- aes-256-CBC ALGORITHM ::= { OID id-aes256-CBC PARMS AES-IV }
61 -- aes-256-OFB ALGORITHM ::= { OID id-aes256-OFB PARMS AES-IV }
62 -- aes-256-CFB ALGORITHM ::= { OID id-aes256-CFB PARMS CFBParameters }
130 -- WITH SYNTAX { OID &id [PARMS &Type] }
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/nist-csor/
H A Daes1.asn36 -- aes-128-CBC ALGORITHM ::= { OID id-aes128-CBC PARMS AES-IV }
37 -- aes-128-OFB ALGORITHM ::= { OID id-aes128-OFB PARMS AES-IV }
38 -- aes-128-CFB ALGORITHM ::= { OID id-aes128-CFB PARMS CFBParameters }
48 -- aes-192-CBC ALGORITHM ::= { OID id-aes192-CBC PARMS AES-IV }
49 -- aes-192-OFB ALGORITHM ::= { OID id-aes192-OFB PARMS AES-IV }
50 -- aes-192-CFB ALGORITHM ::= { OID id-aes192-CFB PARMS CFBParameters }
60 -- aes-256-CBC ALGORITHM ::= { OID id-aes256-CBC PARMS AES-IV }
61 -- aes-256-OFB ALGORITHM ::= { OID id-aes256-OFB PARMS AES-IV }
62 -- aes-256-CFB ALGORITHM ::= { OID id-aes256-CFB PARMS CFBParameters }
130 -- WITH SYNTAX { OID &id [PARMS &Type] }
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/nist-csor/
H A Daes1.asn36 -- aes-128-CBC ALGORITHM ::= { OID id-aes128-CBC PARMS AES-IV }
37 -- aes-128-OFB ALGORITHM ::= { OID id-aes128-OFB PARMS AES-IV }
38 -- aes-128-CFB ALGORITHM ::= { OID id-aes128-CFB PARMS CFBParameters }
48 -- aes-192-CBC ALGORITHM ::= { OID id-aes192-CBC PARMS AES-IV }
49 -- aes-192-OFB ALGORITHM ::= { OID id-aes192-OFB PARMS AES-IV }
50 -- aes-192-CFB ALGORITHM ::= { OID id-aes192-CFB PARMS CFBParameters }
60 -- aes-256-CBC ALGORITHM ::= { OID id-aes256-CBC PARMS AES-IV }
61 -- aes-256-OFB ALGORITHM ::= { OID id-aes256-OFB PARMS AES-IV }
62 -- aes-256-CFB ALGORITHM ::= { OID id-aes256-CFB PARMS CFBParameters }
130 -- WITH SYNTAX { OID &id [PARMS &Type] }
/dports/devel/staf/src/staf/docs/userguide/
H A DGenWL.script204 :p.:xph.COMMAND:exph., :xph.PARMS:exph., :xph.WORKDIR:exph., :xph.TITLE:exph.,
211 PARMS "/c d:\\webtests\\webtest1.cmd"
295 PARMS "/c sitloop /lc=1 /lt=600 /tc=vacpp02 /cmd=vacpp02_staf.cmd c: c:"
301 PARMS "/c sitloop /lc=1 /lt=600 /tc=vacpp03 /cmd=vacpp03_staf.cmd c: c:"
322 PARMS "/c sitloop /hours=2 /lc=10 /lt=60 /tc=DB2_1 /cmd=sitdb2r_staf.cmd /c=1"
337 PARMS "/c sitloop /hours=2 /lc=20 /lt=600 /tc=NW_1 /cmd=itlnw211_staf.cmd"
342 PARMS "/c sitloop /hours=2 /lc=5 /lt=600 /tc=L123G_1 /cmd=sitl123g_staf.cmd /p=s04held"
353 PARMS "/c sitloop /hours=2 /lc=10 /lt=60 /tc=exer_web /cmd=exer_web_staf.cmd /ID-WEB"
363 PARMS "/c sitloop /hours=2 /lc=4 /lt=600 /tc=notes_testnsf /cmd=sittnsf_staf.cmd"
368 PARMS "/c bapstart03_staf /lh=2"
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c1252 case BLIT_NOR: BLIT_NOR_32 (PARMS); break; in do_blitrect_frame_buffer()
1257 case BLIT_EOR: BLIT_EOR_32 (PARMS); break; in do_blitrect_frame_buffer()
1259 case BLIT_AND: BLIT_AND_32 (PARMS); break; in do_blitrect_frame_buffer()
1263 case BLIT_OR: BLIT_OR_32 (PARMS); break; in do_blitrect_frame_buffer()
1275 case BLIT_NOR: BLIT_NOR_24 (PARMS); break; in do_blitrect_frame_buffer()
1286 case BLIT_OR: BLIT_OR_24 (PARMS); break; in do_blitrect_frame_buffer()
1310 case BLIT_OR: BLIT_OR_16 (PARMS); break; in do_blitrect_frame_buffer()
1323 case BLIT_NOR: BLIT_NOR_8 (PARMS); break; in do_blitrect_frame_buffer()
1328 case BLIT_EOR: BLIT_EOR_8 (PARMS); break; in do_blitrect_frame_buffer()
1330 case BLIT_AND: BLIT_AND_8 (PARMS); break; in do_blitrect_frame_buffer()
[all …]

12345678910>>...19