Searched refs:ARGS (Results 1 - 21 of 21) sorted by relevance

/barrelfish-master/tools/fastmodels/
H A Dsimgen6 ARGS="$@"
11 echo "executing '$ARM_FM_SIMGEN $ARGS'"
13 $ARM_FM_SIMGEN $ARGS
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dos_support.h137 # define ARGS(x) x macro
139 # define ARGS(x) () macro
162 void ec_os_init ARGS((void));
163 void ec_os_fini ARGS((void));
164 char * expand_filename ARGS((char *in, char *out, int option));
165 char * os_filename ARGS((char *in, char *out));
166 extern DLLEXP char * os_filename ARGS((char *in, char *out));
167 char * canonical_filename ARGS((char *in, char *out));
168 long user_time ARGS((void)); /* ticks */
169 int all_times ARGS((doubl
[all...]
H A Dembed.h74 Extern DLLEXP int Winapi ec_set_option_int ARGS((int, int));
75 Extern DLLEXP int Winapi ec_set_option_long ARGS((int, word));
76 Extern DLLEXP int Winapi ec_set_option_ptr ARGS((int, void *));
81 Extern DLLEXP int Winapi ec_init ARGS((void));
82 Extern DLLEXP int Winapi ec_cleanup ARGS((void));
87 Extern DLLEXP void Winapi ec_post_goal ARGS((const pword));
88 Extern DLLEXP void Winapi ec_post_string ARGS((const char *));
89 Extern DLLEXP void Winapi ec_post_exdr ARGS((int, const char *));
90 Extern DLLEXP int Winapi ec_resume ARGS((void));
91 Extern DLLEXP int Winapi ec_resume1 ARGS((ec_re
[all...]
H A Dproperty.h95 Extern pword * get_property ARGS((dident, int));
96 Extern pword * set_property ARGS((dident, int));
97 Extern pword * get_modular_property ARGS((dident, int, dident, type, int, int*));
98 Extern pword * set_modular_property ARGS((dident, int, dident, type, int, int*));
99 Extern int erase_property ARGS((dident, int));
100 Extern int erase_modular_property ARGS((dident, int, dident, type, int));
101 Extern void erase_module_props ARGS((property*));
102 Extern void erase_records ARGS((pword*));
103 Extern void mark_dids_from_properties ARGS((property*));
105 Extern void get_heapterm ARGS((pwor
[all...]
H A Dec_io.h274 int (*close) ARGS((int));
275 int (*ready) ARGS(());
276 int (*read) ARGS((int,char*,int));
277 int (*write) ARGS((int,char*,int));
278 int (*at) ARGS((stream_id nst, long int*));
279 int (*at_eof) ARGS((stream_id));
280 int (*buffer_nonempty) ARGS((stream_id));
281 int (*truncate) ARGS(());
282 int (*seek) ARGS((stream_id,long,int));
283 int (*flush) ARGS((stream_i
[all...]
H A Dintervals.h88 Extern DLLEXP void ec_i_add ARGS((double,double,double,double,double*,double*));
89 Extern DLLEXP void ec_i_sub ARGS((double,double,double,double,double*,double*));
90 Extern DLLEXP void ec_i_mul ARGS((double,double,double,double,double*,double*));
91 Extern DLLEXP void ec_i_div ARGS((double,double,double,double,double*,double*));
H A Dread.h49 Extern int ec_read_term ARGS((stream_id nst, int options, pword *result,
H A Dmem.h82 extern void stack_create ARGS((struct stack_header **pstack, uword words_needed));
83 extern void stack_pop_to ARGS((struct stack_header **pstack, uword *old_top));
84 extern void stack_push ARGS((struct stack_header **pstack, uword words_needed));
85 extern void stack_pop ARGS((struct stack_header **pstack, uword word_offset));
86 extern void stack_destroy ARGS((struct stack_header **pstack));
114 extern void temp_create ARGS((struct temp_header **ptemp, uword bytes_needed));
115 extern void temp_align ARGS((struct temp_header **ptemp, uword size));
116 extern void temp_destroy ARGS((struct temp_header **ptemp));
117 extern char *temp_alloc ARGS((struct temp_header **ptemp, uword bytes_needed));
184 extern void buffer_create ARGS((unbounded_buffe
[all...]
H A Ddict.h531 Extern dident in_dict ARGS((char*,int));
532 Extern dident enter_dict ARGS((char*,int));
533 Extern dident enter_dict_n ARGS((char*,word,int));
534 Extern dident add_dict ARGS((dident,int));
535 Extern dident check_did ARGS((dident,int));
536 Extern dident check_did_n ARGS((char*,word,int));
537 Extern dident bitfield_did ARGS((word));
539 Extern int next_functor ARGS((int *index, dident *did));
540 Extern int ec_gc_dictionary ARGS((void));
541 Extern int ec_dict_param ARGS((valu
[all...]
H A Dec_public.h37 # define ARGS(x) x macro
45 # define ARGS(x) x macro
47 # define ARGS(x) () macro
H A Dlex.h184 Extern int lex_an ARGS((stream_id, syntax_desc*, token_desc *));
185 Extern int ec_need_quotes ARGS((dident, syntax_desc *));
186 Extern char *string_to_number ARGS((char *start, pword *result, stream_id nst, syntax_desc *sd));
H A Dtypes.h562 int (* write)ARGS((int,stream_id,value,type));
563 int (* string_size)ARGS((value,type,int));
564 int (* to_string)ARGS((value,type,char*,int));
565 int (* from_string)ARGS((char *,pword*,int));
566 int (* equal)ARGS((pword*,pword*));
567 int (* compare)ARGS((value,value));
568 int (* arith_compare)ARGS((value,value,int*));
569 int (* copy_size)ARGS((value,type));
570 pword * (* copy_to_heap)ARGS((value,type,pword*,pword*));
571 pword * (* copy_to_stack)ARGS((voi
[all...]
H A Demu_export.h193 extern int control_ov ARGS((void)), local_ov ARGS((void));
426 TT = (pword **) ((void (**)ARGS((pword *))) TT - 1);\
427 * (void (**)ARGS((pword *))) TT = (void (*)ARGS((pword *))) (function);\
1343 extern dident transf_did ARGS((word));
1528 Extern void re_fake_overflow ARGS((void));
1529 Extern int query_emulc ARGS((value, type, value, type));
1530 Extern int query_emulc_noexit ARGS((value, type, value, type));
1531 Extern int sub_emulc ARGS((valu
[all...]
H A Dfd.h132 extern int dom_range ARGS((pword*,word*,word*));
133 extern int dom_check_in ARGS((word,type,pword*));
134 extern int dom_remove_element ARGS((pword*,word,word,pword*));
H A Drounding_control.h520 extern double ec_ieee_up ARGS((double));
521 extern double ec_ieee_down ARGS((double));
H A Dbip_io.c3457 if (!ec_start_thread(nst->signal_thread, (int(*) ARGS((void*)))_sigio_thread_function, nst))
3491 if (!ec_start_thread(nst->signal_thread, (int(*) ARGS((void*)))_sigio_thread_function, nst))
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dapps.h216 } ARGS; typedef in typeref:struct:args_st
235 int chopup_args(ARGS *arg,char *buf, int *argc, char **argv[]);
H A Dopenssl.c218 ARGS arg;
H A Dapps.c380 int chopup_args(ARGS *arg, char *buf, int *argc, char **argv[])
/barrelfish-master/usr/eclipseclp/Oci/
H A Ddbi.c637 static void _dbi_reset_in_transaction ARGS((pword*,word*,int,int));
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c433 static void CPXPUBLIC eclipse_out ARGS((void *nst, const char*msg));
435 static void CPXPUBLIC eclipse_out ARGS((void *nst, char*msg));
448 static void XPRS_CC eclipse_out ARGS((XPRSprob prob, void *obj, const char *msg, int len, int msgtype));
1860 static void _cpx_reset_probtype ARGS((pword*,word*,int,int));
2072 static void _cpx_restore_bounds ARGS((pword*,word*,int,int));
2074 static void _cpx_reset_col_type ARGS((pword*,word*,int,int));

Completed in 193 milliseconds