Searched refs:PREFIX (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dpathnames.h38 #define PATH_LIBEXEC PREFIX"/usr/libexec"
42 #define PATH_USRBIN PREFIX"/usr/bin"
45 #define PATH_LINTLIB PREFIX"/usr/libdata/lint"
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dpbox.h66 #define WIDTH_FORMAT PREFIX "w%d"
67 #define HEIGHT_FORMAT PREFIX "h%d"
68 #define DEPTH_FORMAT PREFIX "d%d"
69 #define TOTAL_FORMAT PREFIX "t%d"
70 #define SIZE_FORMAT PREFIX "z%d"
71 #define SMALL_SIZE_FORMAT PREFIX "Z%d"
72 #define SUP_RAISE_FORMAT PREFIX "p%d"
73 #define SUB_LOWER_FORMAT PREFIX "b%d"
74 #define SUB_KERN_FORMAT PREFIX "k%d"
75 #define FONT_FORMAT PREFIX "
[all...]
H A Deqn.h50 #define PREFIX "0" macro
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A Dfreebsd-native.h18 #define GPLUSPLUS_INCLUDE_DIR PREFIX"/include/c++/"GCCVER
19 #define GPLUSPLUS_BACKWARD_INCLUDE_DIR PREFIX"/include/c++/"GCCVER"/backward"
20 #define GCC_INCLUDE_DIR PREFIX"/include/gcc/"GCCVER
22 #define CROSS_INCLUDE_DIR PREFIX"/include"
24 #define STANDARD_INCLUDE_DIR PREFIX"/include"
36 #define STANDARD_EXEC_PREFIX PREFIX"/libexec/"
37 #define STANDARD_LIBEXEC_PREFIX PREFIX"/libexec/"
38 #define TOOLDIR_BASE_PREFIX PREFIX
40 #define FBSD_DATA_PREFIX PREFIX"/libdata/gcc/"
46 #define STANDARD_STARTFILE_PREFIX PREFIX"/li
[all...]
/freebsd-9.3-release/tools/tools/track/
H A DMakefile3 PREFIX?= /usr/local macro
4 BINDIR?= ${PREFIX}/bin
/freebsd-9.3-release/contrib/bzip2/
H A DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/includ
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DCC1AsOptions.cpp19 #define PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE; macro
21 #undef PREFIX macro
24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
H A DDriverOptions.cpp19 #define PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE; macro
21 #undef PREFIX macro
24 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
/freebsd-9.3-release/contrib/com_err/
H A Dparse.h44 PREFIX = 260, enumerator in enum:yytokentype
55 #define PREFIX 260 macro
H A Dlex.l67 prefix { return PREFIX; }
H A Dparse.y60 %token ET INDEX PREFIX EC ID END
103 | PREFIX STRING
111 | PREFIX
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386-coff.h56 PREFIX is the class of label and NUM is the number within the class.
60 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
61 sprintf ((BUF), ".%s%ld", (PREFIX), (long)(NUMBER))
H A Dbsd.h81 PREFIX is the class of label and NUM is the number within the class.
84 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
85 sprintf ((BUF), "*%s%ld", (PREFIX), (long)(NUMBER))
H A Datt.h77 PREFIX is the class of label and NUM is the number within the class.
81 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
82 sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, (PREFIX), (long)(NUMBER))
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.h44 PREFIX = 260, enumerator in enum:yytokentype
55 #define PREFIX 260 macro
H A Dlex.l64 prefix { return PREFIX; }
H A Dparse.y58 %token ET INDEX PREFIX EC ID END
101 | PREFIX STRING
109 | PREFIX
/freebsd-9.3-release/gnu/usr.bin/groff/
H A DMakefile.inc79 mv -f y.tab.c $(.PREFIX).cpp
80 mv -f y.tab.h $(.PREFIX)_tab.h
81 ${CXX} ${CXXFLAGS} -c $(.PREFIX).cpp -o ${.TARGET}
85 mv -f y.tab.c $(.PREFIX).cpp
86 mv -f y.tab.h $(.PREFIX)_tab.h
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsp-elf.h65 PREFIX is the class of label and NUM is the number within the class.
69 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
70 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DCC1AsOptions.h25 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
H A DOptions.h38 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
/freebsd-9.3-release/usr.bin/make/
H A Dparse.h66 #define PREFIX "*" /* Common prefix */ macro
74 #define FPREFIX "*F" /* file part of PREFIX */
75 #define DPREFIX "*D" /* directory part of PREFIX */
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dxcoff.h200 #define ASM_OUTPUT_INTERNAL_LABEL_PREFIX(FILE,PREFIX) \
201 fprintf (FILE, "%s..", PREFIX)
207 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLEINSN) \
208 { ASM_OUTPUT_ALIGN (FILE, 2); (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); }
212 PREFIX is the class of label and NUM is the number within the class.
215 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
216 sprintf (LABEL, "*%s..%u", (PREFIX), (unsigned) (NUM))
/freebsd-9.3-release/contrib/smbfs/
H A DMakefile41 PREFIX?=/usr/local macro
48 echo PREFIX= ${PREFIX} > ${CONFIG_INT}
/freebsd-9.3-release/usr.sbin/nscd/
H A DMakefile10 CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\""

Completed in 220 milliseconds

123456