Home
last modified time | relevance | path

Searched refs:pose (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/mit/lua/dist/src/
H A Dlutf8lib.c134 lua_Integer pose = u_posrelat(luaL_optinteger(L, 3, posi), len); in codepoint() local
139 luaL_argcheck(L, pose <= (lua_Integer)len, 3, "out of bounds"); in codepoint()
140 if (posi > pose) return 0; /* empty interval; return no values */ in codepoint()
141 if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */ in codepoint()
143 n = (int)(pose - posi) + 1; /* upper bound for number of returns */ in codepoint()
146 se = s + pose; /* string end */ in codepoint()
H A Dlstrlib.c186 size_t pose = getendpos(L, 3, pi, l); in str_byte() local
188 if (posi > pose) return 0; /* empty interval; return no values */ in str_byte()
189 if (l_unlikely(pose - posi >= (size_t)INT_MAX)) /* arithmetic overflow? */ in str_byte()
191 n = (int)(pose - posi) + 1; in str_byte()
/netbsd-src/sys/arch/macppc/conf/
H A Dstd.macppc20 # some *Books have both ADB keyboards and Bluetooth modules which pose as USB
22 # pose as a USB keyboard
/netbsd-src/doc/roadmaps/
H A Dsecurity48 not expressive enough to pose serious barriers to spyware, and too
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_extend_impl.inc24 // are available on the target platform; this may pose a problem when trying
H A Dfp_trunc_impl.inc27 // are available on the target platform; this may pose a problem when trying
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLexicon.rst86 derived pointers pose an additional hazard that they may be invalidated at
H A DLoopTerminology.rst469 this analogy is only used as an example and does not pose any strict
H A DGarbageCollection.rst738 | \* Derived pointers only pose a hasard to copying collections. |
H A DSpeculativeLoadHardening.md466 Indirect calls (and returns in the absence of a red zone ABI) pose the most
/netbsd-src/external/bsd/top/dist/
H A DPorting123 top may pose a security risk.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_dane_enable.pod214 * disable the checks unless "unknown key share" attacks pose no risk for
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A DREADME.md167 Cleanup - the registration and unregistration may pose questions about how
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-source.txt336 pose no difficulties once `softfloat.o' exists. The supplied makefile
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.8216 proves to pose a security risk, or introduces an unexpected
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_dane_enable.pod214 * disable the checks unless "unknown key share" attacks pose no risk for
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A DREADME167 Cleanup - the registration and unregistration may pose questions about how
/netbsd-src/bin/sh/
H A DTOUR85 pose of EXSHELLPROC is to perform the cleanup actions associated
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dcopying-lib.texi65 Finally, software patents pose a constant threat to the existence of
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dcopying-lib.texi65 Finally, software patents pose a constant threat to the existence of
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dcopying-lib.texi65 Finally, software patents pose a constant threat to the existence of
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dcopying-lib.texi65 Finally, software patents pose a constant threat to the existence of
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A DCOPYING.LIB-2.161 Finally, software patents pose a constant threat to the existence of
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dlgpl.texi65 Finally, software patents pose a constant threat to the existence of
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-cmp.pod.in588 of a trusted PKI hierarchy to fraudulently pose as a CMP server.

12