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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
openpf4.c 4 #define PREFIX "/"
truncate2.c 5 #define PREFIX "/"
openpf3.c 2 also test that the simulator has chdir:ed to PREFIX, when defined. */
11 #ifndef PREFIX
12 #define PREFIX
26 unlink (PREFIX "testfoo2.tmp");
33 if (rename (PREFIX "testfoo1.tmp", PREFIX "testfoo2.tmp") != 0)
36 if (stat (PREFIX "testfoo2.tmp", &buf) != 0
44 if (unlink (PREFIX "testfoo2.tmp") != 0)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
openpf4.c 4 #define PREFIX "/"
truncate2.c 5 #define PREFIX "/"
openpf3.c 2 also test that the simulator has chdir:ed to PREFIX, when defined. */
11 #ifndef PREFIX
12 #define PREFIX
26 unlink (PREFIX "testfoo2.tmp");
33 if (rename (PREFIX "testfoo1.tmp", PREFIX "testfoo2.tmp") != 0)
36 if (stat (PREFIX "testfoo2.tmp", &buf) != 0
44 if (unlink (PREFIX "testfoo2.tmp") != 0)
  /src/external/bsd/zstd/dist/lib/common/
error_private.c 24 case PREFIX(no_error): return "No error detected";
25 case PREFIX(GENERIC): return "Error (generic)";
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor";
27 case PREFIX(version_unsupported): return "Version not supported";
28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter";
29 case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding";
30 case PREFIX(corruption_detected): return "Data corruption detected";
31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum";
32 case PREFIX(literals_headerWrong): return "Header of Literals' block doesn't respect format specification";
33 case PREFIX(parameter_unsupported): return "Unsupported parameter"
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
abort.c 27 void PREFIX(abort) (void);
28 export_proto_np(PREFIX(abort));
30 void PREFIX(abort) (void)
getXid.c 37 extern GFC_INTEGER_4 PREFIX(getgid) (void);
38 export_proto_np(PREFIX(getgid));
41 PREFIX(getgid) (void)
48 extern GFC_INTEGER_4 PREFIX(getpid) (void);
49 export_proto_np(PREFIX(getpid));
52 PREFIX(getpid) (void)
59 extern GFC_INTEGER_4 PREFIX(getuid) (void);
60 export_proto_np(PREFIX(getuid));
63 PREFIX(getuid) (void)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
abort.c 27 void PREFIX(abort) (void);
28 export_proto_np(PREFIX(abort));
30 void PREFIX(abort) (void)
getXid.c 37 extern GFC_INTEGER_4 PREFIX(getgid) (void);
38 export_proto_np(PREFIX(getgid));
41 PREFIX(getgid) (void)
48 extern GFC_INTEGER_4 PREFIX(getpid) (void);
49 export_proto_np(PREFIX(getpid));
52 PREFIX(getpid) (void)
59 extern GFC_INTEGER_4 PREFIX(getuid) (void);
60 export_proto_np(PREFIX(getuid));
63 PREFIX(getuid) (void)
  /src/external/gpl2/groff/dist/src/preproc/eqn/
pbox.h 68 #define WIDTH_FORMAT PREFIX "w%d"
69 #define HEIGHT_FORMAT PREFIX "h%d"
70 #define DEPTH_FORMAT PREFIX "d%d"
71 #define TOTAL_FORMAT PREFIX "t%d"
72 #define SIZE_FORMAT PREFIX "z%d"
73 #define SMALL_SIZE_FORMAT PREFIX "Z%d"
74 #define SUP_RAISE_FORMAT PREFIX "p%d"
75 #define SUB_LOWER_FORMAT PREFIX "b%d"
76 #define SUB_KERN_FORMAT PREFIX "k%d"
77 #define FONT_FORMAT PREFIX "f%d
    [all...]
  /src/external/mpl/dhcp/dist/contrib/
solaris.init 14 if [ -f @PREFIX@/sbin/dhcpd ]; then
16 @PREFIX@/sbin/dhcpd
20 if [ -f @PREFIX@/etc/dhcpd.pid ]; then
21 PID=`cat @PREFIX@/etc/dhcpd.pid`
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
Makefile 4 PREFIX=/usr/pkg
10 CPPFLAGS+=-I${PREFIX}/include
12 LDFLAGS+=-L${PREFIX}/lib
  /src/external/public-domain/sqlite/sqlite2mdoc/
Makefile 9 PREFIX = /usr/local
15 mkdir -p $(DESTDIR)$(PREFIX)/bin
16 mkdir -p $(DESTDIR)$(PREFIX)/man/man1
17 install -m 0755 sqlite2mdoc $(DESTDIR)$(PREFIX)/bin
18 install -m 0444 sqlite2mdoc.1 $(DESTDIR)$(PREFIX)/man/man1
  /src/sys/arch/hpcsh/include/
bus_util.h 9 #define _BUS_SPACE_READ(PREFIX, BYTES, BITS) \
11 PREFIX##_read_##BYTES(void *, bus_space_handle_t, bus_size_t); \
13 PREFIX##_read_##BYTES(void *tag, bus_space_handle_t bsh, \
20 #define _BUS_SPACE_READ_MULTI(PREFIX, BYTES, BITS) \
22 PREFIX##_read_multi_##BYTES(void *, bus_space_handle_t, bus_size_t, \
25 PREFIX##_read_multi_##BYTES(void *tag, bus_space_handle_t bsh, \
35 #define _BUS_SPACE_READ_REGION(PREFIX, BYTES, BITS) \
37 PREFIX##_read_region_##BYTES(void *, bus_space_handle_t, bus_size_t, \
40 PREFIX##_read_region_##BYTES(void *tag, bus_space_handle_t bsh, \
50 #define _BUS_SPACE_WRITE(PREFIX, BYTES, BITS)
    [all...]
  /src/sys/external/isc/libsodium/dist/dist-build/
msys2-win32.sh 4 export PREFIX="$(pwd)/libsodium-win32"
13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
msys2-win64.sh 4 export PREFIX="$(pwd)/libsodium-win64"
13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
nativeclient-x86.sh 6 export PREFIX="$(pwd)/libsodium-nativeclient-x86"
10 mkdir -p $PREFIX || exit 1
17 --prefix="$PREFIX" || exit 1
nativeclient-x86_64.sh 6 export PREFIX="$(pwd)/libsodium-nativeclient-x86_64"
10 mkdir -p $PREFIX || exit 1
17 --prefix="$PREFIX" || exit 1
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
Makefile 4 PREFIX=/usr/pkg
11 CPPFLAGS+=-I${PREFIX}/include
13 LDFLAGS+=-L${PREFIX}/lib
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
Makefile 4 PREFIX=/usr/pkg
10 CPPFLAGS+=-I${PREFIX}/include
12 LDFLAGS+=-L${PREFIX}/lib
  /src/sys/arch/m68k/fpsp/
L_ENTRY.AWK 70 printf "sed 's/_TMP_/" PREFIX utmp "/g'\n "
79 printf "sed 's/_TMP_/" PREFIX utmp "/g'\n"
  /src/external/gpl2/lvm2/dist/scripts/
clvmd_fix_conf.sh 10 PREFIX=$1
14 if [ -z "$PREFIX" ]
16 echo "usage: $0 <prefix> [<config file>] [<library>]"
18 echo "<prefix>|UNDO location of the cluster locking shared library. (no default)"
29 if [ "$PREFIX" = "UNDO" ]
35 if [ "${PREFIX:0:1}" != "/" ]
37 echo "Prefix must be an absolute path name (starting with a /)"
41 if [ ! -f "$PREFIX/$LIB" ]
43 echo "$PREFIX/$LIB does not exist, did you do a \"make install\" ?"
99 library_dir = "$PREFIX"
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
Makefile 16 mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi
17 mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol
18 mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
19 $(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(PREFIX)/include/efi
20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
21 $(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
23 mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>