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

1 2

  /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/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/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/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/mit/isl/dist/
print_yaml_field_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)
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_read_from_str_templ.c 11 #define CAT(A,B) xCAT(A,B)
13 #define TYPE CAT(isl_,TYPE_BASE)
isl_stream_read_with_params_templ.c 10 #define CAT(A,B) xCAT(A,B)
12 #define TYPE CAT(isl_,TYPE_BASE)
print_templ_yaml.c 2 #define CAT(A,B) xCAT(A,B)
4 #define TYPE CAT(isl_,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)
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_ilp_opt_val_templ.c 10 #define CAT(A,B) xCAT(A,B)
12 #define TYPE CAT(isl_,BASE)
isl_test_plain_equal_templ.c 11 #define CAT(A,B) xCAT(A,B)
13 #define TYPE CAT(isl_,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)
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)
print_templ.c 4 #define CAT(A,B) xCAT(A,B)
6 #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_multi_pw_aff_pullback_templ.c 11 #define CAT(A,B) xCAT(A,B)
13 #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_list_templ.c 674 __isl_give isl_printer *CAT(isl_printer_print_,LIST(EL_BASE))(
685 p = CAT(isl_printer_print_,EL_BASE)(p, list->p[i]);
  /src/external/gpl2/lvm2/dist/libdm/regex/
parse_rx.h 22 CAT,
  /src/usr.bin/at/
at.c 67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
547 case CAT: {
676 program = CAT;
702 case CAT:

Completed in 31 milliseconds

1 2