HomeSort by: relevance | last modified time | path
    Searched refs:CAT (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/pixrect/
memvar.h 14 # define CAT(a,b) a##b
16 #define CAT(a,b) a/**/b
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/pixrect/
memvar.h 14 # define CAT(a,b) a##b
16 #define CAT(a,b) a/**/b
  /src/external/mit/isl/dist/
isl_union_pw_templ.c 2 #define CAT(A,B) xCAT(A,B)
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)
isl_union_macro.h 2 #define CAT(A,B) xCAT(A,B)
4 #define PART CAT(isl_,BASE)
6 #define UNION CAT(isl_union_,BASE)
check_reparse_test_templ.c 2 #define CAT(A,B) xCAT(A,B)
4 #define TYPE CAT(isl_,BASE)
9 #define TESTS CAT(reparse_,CAT(BASE,_tests))
isl_multi_macro.h 8 #define DOM CAT(isl_,DOMBASE)
isl_list_macro.h 2 #define CAT(A,B) xCAT(A,B)
4 #define EL CAT(isl_,EL_BASE)
isl_pw_macro.h 2 #define CAT(A,B) xCAT(A,B)
4 #define EL CAT(isl_,BASE)
isl_multi_templ.h 28 __isl_give MULTI(BASE) *CAT(MULTI(BASE),_alloc)(__isl_take isl_space *space);
32 isl_bool CAT(MULTI(BASE),_has_non_trivial_domain)(
isl_read_from_str_templ.c 11 #define CAT(A,B) xCAT(A,B)
13 #define TYPE CAT(isl_,TYPE_BASE)
check_parse_fail_test_templ.c 11 #define CAT(A,B) xCAT(A,B)
13 #define TYPE CAT(isl_,BASE)
18 #define TESTS CAT(parse_,CAT(BASE,_fail_tests))
check_reparse_templ.c 2 #define CAT(A,B) xCAT(A,B)
4 #define TYPE CAT(isl_,BASE)
isl_copy_tuple_id_templ.c 11 #define CAT(A,B) xCAT(A,B)
13 #define TYPE CAT(isl_,BASE)
print_yaml_field_templ.c 2 #define CAT(A,B) xCAT(A,B)
4 #define TYPE CAT(isl_,BASE)
read_in_string_templ.c 4 #define CAT(A,B) xCAT(A,B)
6 #define TYPE CAT(isl_,BASE)
isl_test_list_templ.c 2 #define CAT(A,B) xCAT(A,B)
9 #define SET CAT(isl_,SET_BASE)
11 #define EL CAT(isl_,EL_BASE)
isl_stream_read_pw_with_params_templ.c 10 #define TYPE CAT(isl_pw_,BASE)
isl_ilp_opt_val_templ.c 10 #define CAT(A,B) xCAT(A,B)
12 #define TYPE CAT(isl_,BASE)
isl_pw_print_templ.c 10 #define EL CAT(isl_,BASE)
12 #define PW CAT(isl_pw_,BASE)
  /src/external/bsd/libarchive/dist/cpio/test/
test_option_L_upper.c 13 #define CAT "type"
16 #define CAT "cat"
42 r = systemf(CAT " filelist | %s -pd copy >copy.out 2>copy.err", testprog);
49 r = systemf(CAT " filelist | %s -pd -L copy-L >copy-L.out 2>copy-L.err", testprog);
56 r = systemf(CAT " filelist | %s -o >archive.out 2>archive.err", testprog);
63 r = systemf(CAT " .." SEP "archive.out | %s -i >unpack.out 2>unpack.err", testprog);
72 r = systemf(CAT " filelist | %s -oL >archive-L.out 2>archive-L.err", testprog);
79 r = systemf(CAT " .." SEP "archive-L.out | %s -i >unpack-L.out 2>unpack-L.err", testprog);
  /src/external/bsd/unbound/dist/contrib/
create_unbound_ad_servers.sh 15 CAT=`which cat`
28 $CAT $work_dir/yoyo_ad_servers | \
unbound_cache.sh 27 CAT=`which cat`
109 $CAT $CONF/$FNAME|$UC load_cache
114 $CAT $filename|$UC load_cache
  /src/external/bsd/nvi/dist/catalog/
Makefile 3 CAT= dutch english french german ru_RU.KOI8-R spanish swedish
6 all: dump ${CAT}
8 ${CAT}: english.base
39 ${CHK}: ${CAT}
84 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2
  /src/external/gpl2/lvm2/dist/libdm/regex/
parse_rx.h 22 CAT,
  /src/share/examples/refuse/ian/libfetch/
Makefile 40 @cat ${.ALLSRC} \
43 | while read NUM CAT STRING; do \
44 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
51 @cat ${.ALLSRC} \
54 | while read NUM CAT STRING; do \
55 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \

Completed in 43 milliseconds

1 2 3 4