Searched refs:VER (Results 1 - 5 of 5) sorted by relevance
| /src/lib/librefuse/refuse/ |
| H A D | 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/ |
| H A D | 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/ [all...] |
| /src/games/larn/ |
| H A D | data.c | 132 char VERSION = VER; /* this is the present version # of the
|
| /src/lib/librefuse/ |
| H A D | fuse.h | 296 #define _MK_FUSE_OPERATIONS_(VER) __CONCAT(fuse_operations_v,VER)
|
| /src/common/dist/zlib/old/os2/ |
| H A D | Makefile.os2 | 30 VER=1.1.0
|
Completed in 7 milliseconds