OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PREFIX
(Results
1 - 25
of
75
) sorted by relevancy
1
2
3
/src/external/gpl2/groff/dist/src/preproc/eqn/
eqn.h
51
//
prefix
for all registers, strings, macros
52
#define
PREFIX
"0"
/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)
truncate1.c
9
#ifndef
PREFIX
10
#define
PREFIX
16
const char fname[] =
PREFIX
"sk1test.dat";
/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)
truncate1.c
9
#ifndef
PREFIX
10
#define
PREFIX
16
const char fname[] =
PREFIX
"sk1test.dat";
/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/crypto/external/bsd/netpgp/dist/bindings/python/
Makefile
4
PREFIX
=/usr/pkg
10
CPPFLAGS+=-I${
PREFIX
}/include
12
LDFLAGS+=-L${
PREFIX
}/lib
/src/crypto/external/bsd/netpgp/dist/bindings/tcl/
Makefile
4
PREFIX
=/usr/pkg
10
CPPFLAGS+=-I${
PREFIX
}/include
12
LDFLAGS+=-L${
PREFIX
}/lib
/src/libexec/httpd/lua/
Makefile
0
#
PREFIX
=/Users/agcrooks
2
PREFIX
=/usr
9
CPPFLAGS+=-g -I${
PREFIX
}/pkg/include
25
libtool -dynamic -o ${.TARGET} ${OBJS} ${
PREFIX
}/pkg/lib/liblua.dylib /usr/lib/libc.dylib ${
PREFIX
}/pkg/lib/libbozohttpd.dylib
35
env LD_LIBRARY_PATH=${LUABOZOOBJDIR}:/lib:/usr/lib:${
PREFIX
}/lib \
37
env LD_LIBRARY_PATH=${LUABOZOOBJDIR}:/lib:/usr/lib:${
PREFIX
}/lib \
/src/crypto/external/bsd/netpgp/dist/bindings/lua/
Makefile
0
#
PREFIX
=/Users/agcrooks
2
PREFIX
=/usr
9
CPPFLAGS+=-g -I${
PREFIX
}/pkg/include
25
libtool -dynamic -o ${.TARGET} ${OBJS} ${
PREFIX
}/pkg/lib/liblua.dylib /usr/lib/libc.dylib ${
PREFIX
}/pkg/lib/libnetpgp.dylib
35
env LD_LIBRARY_PATH=${LUANETPGPOBJDIR}:/lib:/usr/lib:${
PREFIX
}/lib \
37
env LD_LIBRARY_PATH=${LUANETPGPOBJDIR}:/lib:/usr/lib:${
PREFIX
}/lib \
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
Makefile
4
PREFIX
=/usr/pkg
11
CPPFLAGS+=-I${
PREFIX
}/include
13
LDFLAGS+=-L${
PREFIX
}/lib
/src/external/apache2/llvm/dist/clang/lib/Driver/
DriverOptions.cpp
19
#define
PREFIX
(NAME, VALUE) static const char *const NAME[] = VALUE;
21
#undef
PREFIX
24
#define OPTION(
PREFIX
, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
26
{
PREFIX
, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, \
/src/external/gpl3/gdb.old/dist/gdbserver/
utils.cc
21
# define
PREFIX
"ipa: "
24
# define
PREFIX
"gdbserver: "
48
PREFIX
"ran out of memory while trying to allocate %lu bytes\n",
71
fprintf (stderr,
PREFIX
);
/src/external/gpl3/gdb/dist/gdbserver/
utils.cc
21
# define
PREFIX
"ipa: "
24
# define
PREFIX
"gdbserver: "
48
PREFIX
"ran out of memory while trying to allocate %lu bytes\n",
71
fprintf (stderr,
PREFIX
);
/src/sys/arch/m68k/fpsp/
Makefile
63
#
PREFIX
is a string that begins a temporary label in the assembler
67
#
PREFIX
= L%%
70
#
PREFIX
= .L
73
#
PREFIX
= L_
76
PREFIX
= L_
254
${TOOL_AWK} -f L_ENTRY.AWK SYS=$(SYS)
PREFIX
=$(
PREFIX
) - \
/src/external/bsd/bzip2/dist/
Makefile
27
PREFIX
=/usr/local
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
)/include ) ; then mkdir -p $(PREFIX)/include ; f
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp
37
#define
PREFIX
(NAME, VALUE) const char *const NAME[] = VALUE;
39
#undef
PREFIX
169
// starting
prefix
here (either _ for cdecl/stdcall, @ for fastcall
171
// fixed
prefix
, but the function base name will still be at least
/src/external/bsd/iscsi/dist/include/
conffile.h
70
#ifndef
PREFIX
71
#define
PREFIX
""
80
#define _PATH_ISCSI_PASSWD
PREFIX
_PATH_ISCSI_ETC "auths"
81
#define _PATH_ISCSI_TARGETS
PREFIX
_PATH_ISCSI_ETC "targets"
/src/external/bsd/zstd/dist/lib/common/
error_private.h
48
#define
PREFIX
(name) ZSTD_error_##name
56
#define ZSTD_ERROR(name) ((size_t)-
PREFIX
(name))
/src/crypto/external/bsd/heimdal/dist/lib/com_err/
parse.h
61
PREFIX
= 260, /*
PREFIX
*/
77
#define
PREFIX
260
/src/external/apache2/llvm/dist/llvm/tools/llvm-mt/
llvm-mt.cpp
38
#define OPTION(
PREFIX
, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
45
#define
PREFIX
(NAME, VALUE) const char *const NAME[] = VALUE;
47
#undef
PREFIX
50
#define OPTION(
PREFIX
, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
53
PREFIX
, NAME, HELPTEXT, \
Completed in 24 milliseconds
1
2
3
Indexes created Fri Apr 10 00:22:58 UTC 2026