Searched refs:CAT (Results 1 - 25 of 94) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/pixrect/
H A Dmemvar.h14 # define CAT(a,b) a##b macro
16 #define CAT(a,b) a/**/b macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/pixrect/
H A Dmemvar.h14 # define CAT(a,b) a##b macro
16 #define CAT(a,b) a/**/b macro
/netbsd-current/external/mit/isl/dist/
H A Disl_union_pw_templ.c2 #define CAT(A,B) xCAT(A,B) macro
4 #define EL CAT(isl_,BASE)
6 #define PW_BASE CAT(pw_,BASE)
8 #define PW CAT(isl_,PW_BASE)
10 #define UNION_BASE CAT(union_,PW_BASE)
12 #define UNION CAT(isl_,UNION_BASE)
H A Disl_union_macro.h2 #define CAT(A,B) xCAT(A,B) macro
4 #define PART CAT(isl_,BASE)
6 #define UNION CAT(isl_union_,BASE)
H A Dcheck_reparse_test_templ.c2 #define CAT(A,B) xCAT(A,B) macro
4 #define TYPE CAT(isl_,BASE)
9 #define TESTS CAT(reparse_,CAT(BASE,_tests))
H A Disl_multi_macro.h8 #define DOM CAT(isl_,DOMBASE)
H A Disl_list_macro.h2 #define CAT(A,B) xCAT(A,B) macro
4 #define EL CAT(isl_,EL_BASE)
H A Disl_pw_macro.h2 #define CAT(A,B) xCAT(A,B) macro
4 #define EL CAT(isl_,BASE)
H A Disl_multi_templ.h28 __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
32 isl_bool CAT(MULTI(BASE),_has_non_trivial_domain)(
H A Disl_read_from_str_templ.c11 #define CAT(A,B) xCAT(A,B) macro
13 #define TYPE CAT(isl_,TYPE_BASE)
H A Dcheck_parse_fail_test_templ.c11 #define CAT(A,B) xCAT(A,B) macro
13 #define TYPE CAT(isl_,BASE)
18 #define TESTS CAT(parse_,CAT(BASE,_fail_tests))
H A Dcheck_reparse_templ.c2 #define CAT(A,B) xCAT(A,B) macro
4 #define TYPE CAT(isl_,BASE)
H A Disl_copy_tuple_id_templ.c11 #define CAT(A,B) xCAT(A,B) macro
13 #define TYPE CAT(isl_,BASE)
H A Dprint_yaml_field_templ.c2 #define CAT(A,B) xCAT(A,B) macro
4 #define TYPE CAT(isl_,BASE)
H A Dread_in_string_templ.c4 #define CAT(A,B) xCAT(A,B) macro
6 #define TYPE CAT(isl_,BASE)
H A Disl_test_list_templ.c2 #define CAT(A,B) xCAT(A,B) macro
9 #define SET CAT(isl_,SET_BASE)
11 #define EL CAT(isl_,EL_BASE)
H A Disl_stream_read_pw_with_params_templ.c10 #define TYPE CAT(isl_pw_,BASE)
H A Disl_ilp_opt_val_templ.c10 #define CAT(A,B) xCAT(A,B) macro
12 #define TYPE CAT(isl_,BASE)
H A Disl_pw_print_templ.c10 #define EL CAT(isl_,BASE)
12 #define PW CAT(isl_pw_,BASE)
/netbsd-current/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_L_upper.c31 #define CAT "type" macro
34 #define CAT "cat" macro
60 r = systemf(CAT " filelist | %s -pd copy >copy.out 2>copy.err", testprog);
67 r = systemf(CAT " filelist | %s -pd -L copy-L >copy-L.out 2>copy-L.err", testprog);
74 r = systemf(CAT " filelist | %s -o >archive.out 2>archive.err", testprog);
81 r = systemf(CAT " .." SEP "archive.out | %s -i >unpack.out 2>unpack.err", testprog);
90 r = systemf(CAT " filelist | %s -oL >archive-L.out 2>archive-L.err", testprog);
97 r = systemf(CAT " .." SEP "archive-L.out | %s -i >unpack-L.out 2>unpack-L.err", testprog);
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.sh15 CAT=`which cat`
28 $CAT $work_dir/yoyo_ad_servers | \
H A Dunbound_cache.sh27 CAT=`which cat`
109 $CAT $CONF/$FNAME|$UC load_cache
114 $CAT $filename|$UC load_cache
/netbsd-current/external/bsd/nvi/dist/catalog/
H A DMakefile3 CAT= dutch english french german ru_RU.KOI8-R spanish swedish macro
6 all: dump ${CAT}
8 ${CAT}: english.base
39 ${CHK}: ${CAT}
84 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2
/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dparse_rx.h22 CAT, enumerator in enum:__anon6884
/netbsd-current/share/examples/refuse/ian/libfetch/
H A DMakefile43 | while read NUM CAT STRING; do \
44 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
54 | while read NUM CAT STRING; do \
55 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \

Completed in 286 milliseconds

1234