OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:define
(Results
1 - 25
of
1429
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/bsd/top/bin/
config.h.in
8
#
define
DEFAULT_DELAY 5
11
#
define
DEFAULT_TOPN -1
14
#
define
ENABLE_COLOR 1
20
#
define
ENABLE_KILL 1
23
#
define
HAVE_C99_VARIADIC_MACROS 1
25
/*
Define
to 1 if you have the <curses.h> header file. */
26
#
define
HAVE_CURSES_H 1
28
/*
Define
to 1 if you have the declaration of `sys_errlist', and to 0 if you
30
#
define
HAVE_DECL_SYS_ERRLIST 0
32
/*
Define
to 1 if you have the declaration of `sys_signame', and to 0 if yo
[
all
...]
/src/external/bsd/tre/dist/win32/
tre-config.h.in
4
/*
Define
to 1 if you have `alloca', as a function or macro. */
5
#
define
HAVE_ALLOCA 1
7
/*
Define
to 1 if you have <alloca.h> and it should be used (not on Ultrix).
9
#
define
HAVE_ALLOCA_H 1
11
/*
Define
to 1 if you have the <libutf8.h> header file. */
14
/*
Define
to 1 if the system has the type `reg_errcode_t'. */
17
/*
Define
to 1 if you have the <sys/types.h> header file. */
18
#
define
HAVE_SYS_TYPES_H 1
20
/*
Define
to 1 if you have the <wchar.h> header file. */
21
#
define
HAVE_WCHAR_H 1
[
all
...]
/src/external/bsd/less/dist/
defines.wn
26
#
define
SECURE 0
32
#
define
SHELL_ESCAPE (!SECURE)
37
#
define
EXAMINE (!SECURE)
43
#
define
TAB_COMPLETE_FILENAME (!SECURE)
49
#
define
CMD_HISTORY 1
55
#
define
HILITE_SEARCH 1
62
#
define
EDITOR (!SECURE)
63
#
define
EDIT_PGM "edit"
68
#
define
TAGS (!SECURE)
74
#
define
USERFILE (!SECURE
[
all
...]
defines.o9
25
#
define
SECURE 0
31
#
define
SHELL_ESCAPE (!SECURE)
36
#
define
EXAMINE (!SECURE)
42
#
define
TAB_COMPLETE_FILENAME 1
48
#
define
CMD_HISTORY 1
54
#
define
HILITE_SEARCH 1
61
#
define
EDITOR (!SECURE)
62
#
define
EDIT_PGM "umacs"
67
#
define
TAGS (!SECURE)
73
#
define
USERFILE (!SECURE
[
all
...]
defines.ds
25
#
define
SECURE 0
31
#
define
SHELL_ESCAPE (!SECURE)
36
#
define
EXAMINE (!SECURE)
42
#
define
TAB_COMPLETE_FILENAME (!SECURE)
48
#
define
CMD_HISTORY 1
54
#
define
HILITE_SEARCH 1
61
#
define
EDITOR (!SECURE)
62
#
define
EDIT_PGM "vi"
67
#
define
TAGS (!SECURE)
73
#
define
USERFILE (!SECURE
[
all
...]
defines.o2
26
#
define
SECURE 0
32
#
define
SHELL_ESCAPE (!SECURE)
37
#
define
EXAMINE (!SECURE)
43
#
define
TAB_COMPLETE_FILENAME (!SECURE)
49
#
define
CMD_HISTORY 1
55
#
define
HILITE_SEARCH 1
62
#
define
EDITOR (!SECURE)
63
#
define
EDIT_PGM "vi"
68
#
define
TAGS (!SECURE)
74
#
define
USERFILE (!SECURE
[
all
...]
/src/external/public-domain/xz/dist/src/lzmainfo/
lzmainfo_w32res.rc
7
#
define
MY_TYPE VFT_APP
8
#
define
MY_NAME "lzmainfo"
9
#
define
MY_SUFFIX ".exe"
10
#
define
MY_DESC "lzmainfo shows information about .lzma files"
/src/external/public-domain/xz/dist/src/xz/
xz_w32res.rc
7
#
define
MY_TYPE VFT_APP
8
#
define
MY_NAME "xz"
9
#
define
MY_SUFFIX ".exe"
10
#
define
MY_DESC "xz data compression tool for .xz and .lzma files"
/src/external/public-domain/xz/dist/src/xzdec/
lzmadec_w32res.rc
7
#
define
MY_TYPE VFT_APP
8
#
define
MY_NAME "lzmadec"
9
#
define
MY_SUFFIX ".exe"
10
#
define
MY_DESC "lzmadec decompression tool for .lzma files"
xzdec_w32res.rc
7
#
define
MY_TYPE VFT_APP
8
#
define
MY_NAME "xzdec"
9
#
define
MY_SUFFIX ".exe"
10
#
define
MY_DESC "xzdec decompression tool for .xz files"
/src/external/public-domain/xz/dist/tests/
tests_w32res.rc
14
#
define
MY_TYPE VFT_APP
15
#
define
MY_NAME "test"
16
#
define
MY_SUFFIX ".exe"
17
#
define
MY_DESC "Test program"
/src/external/apache2/llvm/config/llvm/Config/
config.h.in
5
#
define
CONFIG_H
11
#
define
BACKTRACE_HEADER <execinfo.h>
14
#
define
BUG_REPORT_URL "http://llvm.org/bugs/"
17
#
define
CLANG_DEFAULT_CXX_STDLIB ""
21
#
define
CLANG_DEFAULT_LINKER ""
24
#
define
CLANG_DEFAULT_OBJCOPY "objcopy"
27
#
define
CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
30
#
define
CLANG_DEFAULT_RTLIB ""
33
#
define
CLANG_DEFAULT_UNWINDLIB "none"
36
#
define
CLANG_ENABLE_ARCMT
[
all
...]
llvm-config.h.in
16
#
define
LLVM_CONFIG_H
18
/*
Define
if we link Polly to the tools */
22
#
define
LLVM_DEFAULT_TARGET_TRIPLE "x86_64--netbsd"
24
/*
Define
to enable checks that alter the LLVM C++ ABI */
25
#
define
LLVM_ENABLE_ABI_BREAKING_CHECKS 0
27
/*
Define
if threads enabled */
28
#
define
LLVM_ENABLE_THREADS 1
31
#
define
LLVM_HAS_ATOMICS 1
34
#
define
LLVM_HOST_TRIPLE "x86_64--netbsd"
37
#
define
LLVM_NATIVE_ARCH X8
[
all
...]
/src/external/gpl2/gmake/dist/
config.ami
18
/*
Define
if on AIX 3.
19
System headers sometimes
define
this.
25
/*
Define
if using alloca.c. */
26
#
define
C_ALLOCA
28
/*
Define
if the closedir function returns void instead of int. */
31
/*
Define
to empty if the keyword does not work. */
34
/*
Define
to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
38
/*
Define
for DGUX with <sys/dg_sys_info.h>. */
41
/*
Define
if the `getloadavg' function needs to be run setuid or setgid. */
44
/*
Define
to `unsigned long' or `unsigned long long
[
all
...]
configh.dos
24
/*
Define
if `sys_siglist' is declared by <signal.h>. */
25
#
define
SYS_SIGLIST_DECLARED 1
27
/*
Define
this if the C library defines the variable `_sys_siglist'. */
28
#
define
HAVE_SYS_SIGLIST 1
32
/*
Define
NSIG. */
33
#
define
NSIG SIGMAX
38
#
define
FILE_TIMESTAMP_HI_RES 0
40
/*
Define
to 1 if you have `alloca', as a function or macro. */
41
#
define
HAVE_ALLOCA 1
43
/*
Define
if you have the fdopen function. *
[
all
...]
/src/crypto/external/bsd/heimdal/dist/include/
config.h.w32
33
#
define
__CONFIG_H__
36
#
define
RCSID(msg) \
44
#
define
MaxHostNameLen (64+4)
45
#
define
MaxPathLen MAX_PATH
48
#
define
MAXHOSTNAMELEN MaxHostNameLen
51
#
define
MAXPATHLEN MaxPathLen
57
#
define
KRB5_LIB_FUNCTION
58
#
define
KRB5_LIB_CALL __stdcall
59
#
define
KRB5_LIB_VARIABLE
61
#
define
KRB5_LIB_FUNCTIO
[
all
...]
/src/external/lgpl3/gmp/dist/demos/
pexpr-config-h.in
20
/*
Define
if you have the <sys/resource.h> header file. */
21
#
define
HAVE_SYS_RESOURCE_H @HAVE_SYS_RESOURCE_H_01@
23
/*
Define
if you have the `clock' function. */
24
#
define
HAVE_CLOCK @HAVE_CLOCK_01@
26
/*
Define
if you have the `cputime' function. */
27
#
define
HAVE_CPUTIME @HAVE_CPUTIME_01@
29
/*
Define
if you have the `getrusage' function. */
30
#
define
HAVE_GETRUSAGE @HAVE_GETRUSAGE_01@
32
/*
Define
if you have the `gettimeofday' function. */
33
#
define
HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY_01
[
all
...]
/src/external/bsd/mdocml/dist/
cgi.h.example
3
#
define
SCRIPT_NAME "cgi-bin/man.cgi"
4
#
define
MAN_DIR "/man"
5
#
define
CSS_DIR ""
6
#
define
CUSTOMIZE_TITLE "Manual pages with mandoc"
7
#
define
COMPAT_OLDURI Yes
/src/crypto/external/bsd/heimdal/dist/admin/
ktutil-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "Kerberos Keytab Tool"
34
#
define
RC_FILE_ORIG_0409 "ktutil.exe"
/src/crypto/external/bsd/heimdal/dist/kadmin/
kadmin-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "Kerberos Administration Tool"
34
#
define
RC_FILE_ORIG_0409 "kadmin.exe"
kadmind-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "Kerberos Administration Server"
34
#
define
RC_FILE_ORIG_0409 "kadmind.exe"
/src/crypto/external/bsd/heimdal/dist/kdc/
hprop-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "KDC Database Propagation Tool"
34
#
define
RC_FILE_ORIG_0409 "hprop.exe"
hpropd-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "Propagated KDC database recipient"
34
#
define
RC_FILE_ORIG_0409 "hpropd.exe"
kdc-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "Heimdal Kerberos v5 Server"
34
#
define
RC_FILE_ORIG_0409 "kdc.exe"
kstash-version.rc
32
#
define
RC_FILE_TYPE VFT_APP
33
#
define
RC_FILE_DESC_0409 "KDC Master Password Stash Tool"
34
#
define
RC_FILE_ORIG_0409 "kstash.exe"
Completed in 21 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Apr 09 00:23:28 UTC 2026