OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VER
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/librefuse/refuse/
fs.c
67
#define CLONE_OP(
VER
) \
68
case
VER
: \
69
cloned = malloc(sizeof(struct __CONCAT(fuse_operations_v,
VER
))); \
72
memcpy(cloned, op, sizeof(struct __CONCAT(fuse_operations_v,
VER
))); \
133
#define CALL_OLD_GETATTR(
VER
) \
134
case
VER
: \
135
if (((const struct __CONCAT(fuse_operations_v,
VER
)*)fs->op)->getattr) \
136
return ((const struct __CONCAT(fuse_operations_v,
VER
)*)fs->op)->getattr(path, buf); \
149
#define CALL_GETATTR(
VER
) \
150
case
VER
:
[
all
...]
/src/common/dist/zlib/
configure
46
VER
=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
47
VER3=`echo ${
VER
}|sed -n -e 's/\([0-9]\{1,\}\(\\.[0-9]\{1,\}\)\{1,2\}\).*/\1/p'`
48
VER1=`echo ${
VER
}|sed -n -e 's/\([0-9]\{1,\}\)\\..*/\1/p'`
265
SHAREDLIBV=libz.$
VER
$shared_ext
306
LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${
VER
}:1.0"} ;;
376
SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$
VER
"}
463
echo Building static library $STATICLIB version $
VER
with $CC. | tee -a configure.log
860
echo
VER
= $
VER
>> configure.log
925
s/\@VERSION\@/$
VER
/g
[
all
...]
/src/games/larn/
data.c
132
char VERSION =
VER
; /* this is the present version # of the
/src/lib/librefuse/
fuse.h
296
#define _MK_FUSE_OPERATIONS_(
VER
) __CONCAT(fuse_operations_v,
VER
)
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025