Searched refs:BASE (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-current/usr.bin/xohtml/
H A Dxohtml.sh13 BASE=/usr/share/libxo
33 BASE="$1";
49 BASE="${WEB}";
71 echo '<link rel="stylesheet" href="'$BASE'/xohtml.css">'
72 echo '<link rel="stylesheet" href="'$BASE'/external/jquery.qtip.css"/>'
73 echo '<script type="text/javascript" src="'$BASE'/external/jquery.js"></script>'
74 echo '<script type="text/javascript" src="'$BASE'/external/jquery.qtip.js"></script>'
75 echo '<script type="text/javascript" src="'$BASE'/xohtml.js"></script>'
/freebsd-current/contrib/libxo/xohtml/
H A Dxohtml.sh.in12 BASE=@XO_SHAREDIR@
32 BASE="$1";
48 BASE="${WEB}";
70 echo '<link rel="stylesheet" href="'$BASE'/xohtml.css">'
71 echo '<link rel="stylesheet" href="'$BASE'/external/jquery.qtip.css"/>'
72 echo '<script type="text/javascript" src="'$BASE'/external/jquery.js"></script>'
73 echo '<script type="text/javascript" src="'$BASE'/external/jquery.qtip.js"></script>'
74 echo '<script type="text/javascript" src="'$BASE'/xohtml.js"></script>'
/freebsd-current/crypto/openssl/Configurations/platform/
H A DWindows.pm9 require platform::BASE;
10 @ISA = qw(platform::BASE);
24 # Other extra that aren't defined in platform::BASE
32 my $in_libname = platform::BASE->staticname($_[1]);
38 return platform::BASE->staticname($_[1])
49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
56 return platform::BASE::__isshared($_[1]) ? $_[1] : undef;
60 return platform::BASE::__concat($_[0]->sharedname_import($_[1]),
H A DVMS.pm9 require platform::BASE;
10 @ISA = qw(platform::BASE);
29 # Other extra that aren't defined in platform::BASE
41 my $in_libname = platform::BASE->staticname($_[1]);
45 return platform::BASE::__concat($_[0]->osslprefix(),
46 platform::BASE->staticname($_[1]),
58 return platform::BASE::__concat($_[0]->osslprefix(),
59 platform::BASE->sharedname($_[1]),
H A DAIX.pm24 my $in_libname = platform::BASE->staticname($_[1]);
28 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a');
H A DUnix.pm9 require platform::BASE;
10 @ISA = qw(platform::BASE);
30 # Other extra that aren't defined in platform::BASE
47 my $in_libname = platform::BASE->staticname($_[1]);
53 return platform::BASE->staticname($_[1]);
57 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
62 return platform::BASE::__isshared($_[1]) ? $_[1] : undef;
80 return platform::BASE::__concat($simplename, $simpleext);
H A Dmingw.pm21 # Other extra that aren't defined in platform::BASE
33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
H A DBASE.pm1 package platform::BASE;
/freebsd-current/sys/contrib/zlib/
H A Dadler32.c10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
12 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
23 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
34 if (a >= BASE) a -= BASE; \
52 if (a >= BASE) a -= BASE; \
55 # define MOD(a) a %= BASE
56 # define MOD28(a) a %= BASE
57 # define MOD63(a) a %= BASE
[all...]
/freebsd-current/crypto/openssl/Configurations/platform/Windows/
H A DMSVC.pm21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext());
33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext());
37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext());
41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl;
23 #define STMT(DERIVED, BASE) class DERIVED;
26 #define TYPE(DERIVED, BASE) class DERIVED##Type;
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \
49 #define DECL(DERIVED, BASE) \
50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
H A DExprOpenMP.h57 enum { BASE, LOWER_BOUND, LENGTH, STRIDE, END_EXPR }; enumerator in enum:clang::OMPArraySectionExpr::__anon166
71 SubExprs[BASE] = Base;
85 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); }
86 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); }
88 void setBase(Expr *E) { SubExprs[BASE] = E; }
136 return child_range(&SubExprs[BASE], &SubExprs[END_EXPR]);
140 return const_child_range(&SubExprs[BASE], &SubExprs[END_EXPR]);
H A DASTTypeTraits.h150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
153 #define STMT(DERIVED, BASE) NKI_##DERIVED,
156 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
227 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
229 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED)
231 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
H A DComment.h55 #define COMMENT_RANGE(BASE, FIRST, LAST) \
56 First##BASE##Constant = FIRST, Last##BASE##Constant = LAST,
57 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
58 First##BASE##Constant = FIRST, Last##BASE##Constant = LAST
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/
H A Dzfs_ids_to_path_001_pos.ksh73 typeset BASE=$TESTPOOL/$TESTFS
81 typeset mntpnt=$(get_prop mountpoint $BASE)
90 typeset ds_id=$(zdb $BASE | grep "^Dataset" | sed 's/.* ID \([0-9]*\).*/\1/')
91 test_one $ds_id $BASE $TESTFILE1
92 test_one $ds_id $BASE $TESTFILE2
93 test_one $ds_id $BASE $TESTFILE3
94 test_one $ds_id $BASE $TESTFILE4
/freebsd-current/crypto/openssh/regress/
H A Dsftp-glob.sh39 BASE=${OBJ}/glob
41 DIR=${BASE}/dir
52 rm -rf ${BASE}
59 sftp_ls "${BASE}/d*" "dir glob" "`basename ${DATA}`" ""
74 rm -rf ${BASE}
/freebsd-current/usr.bin/newkey/
H A Dgeneric.c72 # define BASE (1 << BASEBITS) macro
77 MINT *base = mp_itom((short)BASE);
86 r = seed[i] % BASE;
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h600 #define DECL(DERIVED, BASE) \
605 #define OBJCCONTAINER(DERIVED, BASE)
606 #define FILESCOPEASM(DERIVED, BASE)
607 #define TOPLEVELSTMT(DERIVED, BASE)
608 #define IMPORT(DERIVED, BASE)
609 #define EXPORT(DERIVED, BASE)
610 #define LINKAGESPEC(DERIVED, BASE)
611 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE)
612 #define OBJCMETHOD(DERIVED, BASE)
613 #define OBJCTYPEPARAM(DERIVED, BASE)
[all...]
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_cache.sh19 BASE="/opt/csw"
22 UC="$BASE/sbin/unbound-control"
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" },
45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED },
48 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" },
122 #define DECL(DERIVED, BASE) \
H A DDeclBase.cpp59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
67 #define DECL(DERIVED, BASE) \
126 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;
157 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true;
166 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED;
182 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s;
188 #define DECL(DERIVED, BASE) \
204 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break;
1006 #define DECL(NAME, BASE)
1019 #define DECL(NAME, BASE)
[all...]
/freebsd-current/lib/libc/locale/
H A Dnl_langinfo.c48 #define _REL(BASE) ((int)item-BASE)
/freebsd-current/contrib/telnet/libtelnet/
H A Dpk.c153 # define BASE (1 << BASEBITS) macro
158 MINT *base = mp_itom((short)BASE);
167 r = seed[i] % BASE;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF)

Completed in 320 milliseconds

12