OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const
(Results
1 - 8
of
8
) sorted by relevancy
/src/bin/csh/
Makefile
22
SRCS= alloc.c char.c
const
.c csh.c dir.c dol.c err.c exec.c exp.c file.c \
32
DPSRCS+= errnum.h
const
.h
33
CLEANFILES+= errnum.h
const
.h
46
const
.c: errnum.h
47
const
.h:
const
.c
/src/sys/arch/x68k/stand/aout2hux/
type_local.h
11
# ifndef
const
12
# define
const
macro
/src/sys/arch/x68k/stand/common/
xprintf.c
49
#if !defined(__STDC__) && !defined(
const
)
50
#define
const
macro
53
extern
const
char *
const
__progname;
97
xvsnprintf(char *buf, size_t len,
const
char *fmt, va_list ap)
100
const
char *s;
201
xsnprintf(char *buf, size_t len,
const
char *fmt, ...)
207
const
char *fmt;
222
xvfdprintf(int fd,
const
char *fmt, va_list ap)
236
xprintf(
const
char *fmt, ...
[
all
...]
/src/sys/net/
zlib.h
129
# ifndef
const
130
# define
const
macro
371
const
char *msg; /* last error message, NULL if no error */
466
ZEXTERN
const
char * ZEXPORT zlibVersion(void);
744
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp,
const
Bytef *, uInt);
863
ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp,
const
Bytef *, uInt);
916
ZEXTERN int ZEXPORT compress(Bytef *, uLongf *,
const
Bytef *, uLong);
930
ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *,
const
Bytef *,
944
ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *,
const
Bytef *, uLong);
964
ZEXTERN gzFile ZEXPORT gzopen(
const
char *, const char *)
[
all
...]
/src/sys/sys/
cdefs.h
114
#define __const
const
/* define reserved names to standard */
148
* Programs using the ANSI C keywords
const
, inline etc. as normal
152
#define
const
__const /* convert ANSI C keywords */
macro
185
* The following macro is used to remove
const
cast-away warnings
193
#define __UNCONST(a) ((void *)(unsigned long)(
const
void *)(a))
220
* pure (no side effects) functions using "volatile" and "
const
";
229
* GCC defines a
const
function as depending only on its arguments.
230
* Therefore calling a
const
function again with identical arguments
234
* variables and prevent sqrt from being a
const
function.
236
* Calls to
const
functions can be optimised away and moved aroun
[
all
...]
/src/common/dist/zlib/
zconf.h
236
# ifndef
const
/* cannot use !defined(STDC) && !defined(
const
) on Mac */
237
# define
const
/* note: need a more gentle solution here */
macro
242
# define z_const
const
418
typedef void
const
*voidpc;
422
typedef Byte
const
*voidpc;
zconf.h.in
232
# ifndef
const
/* cannot use !defined(STDC) && !defined(
const
) on Mac */
233
# define
const
/* note: need a more gentle solution here */
macro
238
# define z_const
const
410
typedef void
const
*voidpc;
414
typedef Byte
const
*voidpc;
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
16
# undef
const
17
# define
const
macro
332
const
char *ipf_lname;
343
const
char *ipf_lname;
Completed in 43 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025