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

1234567

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/tools/tools/track/
H A DMakefile3 PREFIX?= /usr/local macro
4 BINDIR?= ${PREFIX}/bin
/freebsd-11-stable/tools/tools/indent_wrapper/
H A DMakefile2 PREFIX?= /usr/local macro
4 BINDIR= ${PREFIX}/sbin
/freebsd-11-stable/contrib/ldns-host/
H A DMakefile6 PREFIX?=${LOCALBASE} macro
7 MANDIR?=${PREFIX}/man
19 cp ${PROG} ${PREFIX}/bin/
23 rm -f ${PREFIX}/bin/${PROG} ${MANDIR}/man1/${MAN}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
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, \
/freebsd-11-stable/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-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.h44 PREFIX = 260, enumerator in enum:yytokentype
55 #define PREFIX 260 macro
H A Dlex.l63 prefix { return PREFIX; }
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.h60 #define AL_UDMA_PRINT_REG(UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG) \
61 al_dbg(PREFIX #REG " = 0x%08x" POSTFIX, al_reg_read32( \
65 UDMA, PREFIX, POSTFIX, FMT, TYPE, GROUP, REG, LBL, FIELD) \
66 al_dbg(PREFIX #LBL " = " FMT POSTFIX, al_reg_read32( \
71 UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG, LBL, FIELD) \
72 al_dbg(PREFIX #LBL " = %d" POSTFIX, ((al_reg_read32( \
/freebsd-11-stable/contrib/apr/
H A DMakefile.win26 # nmake -f Makefile.win PREFIX=C:\APR buildall checkall install clean
44 PREFIX=..\apr-dist
54 !MESSAGE PREFIX = $(PREFIX) (install path)
151 @if NOT EXIST "$(PREFIX)\." mkdir "$(PREFIX)"
152 @if NOT EXIST "$(PREFIX)\bin\." mkdir "$(PREFIX)\bin"
153 @if NOT EXIST "$(PREFIX)\include\." mkdir "$(PREFIX)\includ
[all...]
/freebsd-11-stable/contrib/dtc/scripts/
H A Dkup-dtc13 PREFIX="dtc-$VERSION/"
17 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
25 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
/freebsd-11-stable/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-11-stable/contrib/smbfs/
H A DMakefile.inc4 .if !defined(PREFIX)
9 BINDIR?=${PREFIX}/bin
10 SMBSBINDIR=${PREFIX}/sbin
11 MANDIR=${PREFIX}/man/man
H A DMakefile41 PREFIX?=/usr/local macro
48 echo PREFIX= ${PREFIX} > ${CONFIG_INT}
/freebsd-11-stable/contrib/openresolv/
H A Dconfigure22 --prefix) PREFIX=$var;;
51 LIBEXECDIR=$PREFIX/libexec/resolvconf
54 LIBEXECDIR=$PREFIX/lib/resolvconf
70 : ${SYSCONFDIR:=$PREFIX/etc}
71 : ${SBINDIR:=$PREFIX/sbin}
72 : ${LIBEXECDIR:=$PREFIX/libexec/resolvconf}
75 : ${MANDIR:=${PREFIX:-/usr}/share/man}
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.win63 # nmake -f Makefile.win PREFIX=C:\APR buildall checkall installall clean
81 PREFIX=..\apr-dist
112 !MESSAGE PREFIX = $(PREFIX) (install path)
342 @if NOT EXIST "$(PREFIX)\." mkdir "$(PREFIX)"
343 @if NOT EXIST "$(PREFIX)\bin\." mkdir "$(PREFIX)\bin"
344 @if NOT EXIST "$(PREFIX)\bin\iconv\." mkdir "$(PREFIX)\bi
[all...]
/freebsd-11-stable/contrib/com_err/
H A Dlex.l63 prefix { return PREFIX; }
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
102 | PREFIX STRING
110 | PREFIX
/freebsd-11-stable/gnu/usr.bin/groff/
H A DMakefile.inc80 mv -f y.tab.c $(.PREFIX).cpp
81 mv -f y.tab.h $(.PREFIX)_tab.h
82 ${CXX} ${CXXFLAGS} -c $(.PREFIX).cpp -o ${.TARGET}
86 mv -f y.tab.c $(.PREFIX).cpp
87 mv -f y.tab.h $(.PREFIX)_tab.h
/freebsd-11-stable/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))

Completed in 476 milliseconds

1234567