Home
last modified time | relevance | path

Searched refs:zero_terminate (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dplayer-callsign.h31 callsign_t &zero_terminate(array_t::iterator i) in zero_terminate() function
38 return zero_terminate(std::copy_n(s, std::min(a.size() - 1, N), begin(a))); in copy()
42 …return zero_terminate(std::transform(s, std::next(s, std::min(a.size() - 1, N)), begin(a), lower_p… in copy_lower()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/stdlib/z80/
H A D__dtoa_print.asm72 jr z, zero_terminate ; if workspace exhausted
118 zero_terminate: label
149 jr zero_terminate
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/stdio/z80/input_helpers/
H A D__stdio_scanf_s.asm56 zero_terminate: label
87 call zero_terminate ; always zero terminate string
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A Dsha1.hpp211 bool zero_terminate = true,
221 if (zero_terminate) hex[k] = '\0';
225 const sha1& print_base64(char *base64, bool zero_terminate = true) const {
251 if (zero_terminate) base64[SHA1_BASE64_SIZE - 1] = '\0';
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/env/esxdos/z80/
H A Dasm_env_getenv.asm347 jr z, zero_terminate ; if length of value string is zero
377 zero_terminate: label
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dostream.cpp320 zero_terminate(); in stringStream()
331 zero_terminate(); in stringStream()
345 zero_terminate(); in grow()
376 zero_terminate(); in write()
385 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
394 zero_terminate(); in reset()
H A Dostream.hpp204 void zero_terminate();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A Dostream.cpp324 zero_terminate(); in stringStream()
335 zero_terminate(); in stringStream()
349 zero_terminate(); in grow()
380 zero_terminate(); in write()
389 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
398 zero_terminate(); in reset()
H A Dostream.hpp204 void zero_terminate();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dostream.cpp320 zero_terminate(); in stringStream()
331 zero_terminate(); in stringStream()
345 zero_terminate(); in grow()
376 zero_terminate(); in write()
385 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
394 zero_terminate(); in reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_inode_fork.c40 bool zero_terminate; in xfs_init_local_fork() local
48 zero_terminate = S_ISLNK(VFS_I(ip)->i_mode); in xfs_init_local_fork()
49 if (zero_terminate) in xfs_init_local_fork()
56 if (zero_terminate) in xfs_init_local_fork()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_inode_fork.c40 bool zero_terminate; in xfs_init_local_fork() local
48 zero_terminate = S_ISLNK(VFS_I(ip)->i_mode); in xfs_init_local_fork()
49 if (zero_terminate) in xfs_init_local_fork()
56 if (zero_terminate) in xfs_init_local_fork()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_inode_fork.c40 bool zero_terminate; in xfs_init_local_fork() local
48 zero_terminate = S_ISLNK(VFS_I(ip)->i_mode); in xfs_init_local_fork()
49 if (zero_terminate) in xfs_init_local_fork()
56 if (zero_terminate) in xfs_init_local_fork()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/c_src/
H A Dengine.c35 static int zero_terminate(ErlNifBinary bin, char **buf);
65 return zero_terminate(key_id_bin, id); in get_engine_and_key_id()
80 if (!zero_terminate(pwd_bin, &pwd)) in get_key_password()
89 static int zero_terminate(ErlNifBinary bin, char **buf) { in zero_terminate() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Dengine.c36 static int zero_terminate(ErlNifBinary bin, char **buf);
72 return zero_terminate(key_id_bin, id); in get_engine_and_key_id()
87 if (!zero_terminate(pwd_bin, &pwd)) in get_key_password()
96 static int zero_terminate(ErlNifBinary bin, char **buf) { in zero_terminate() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c36 static int zero_terminate(ErlNifBinary bin, char **buf);
72 return zero_terminate(key_id_bin, id); in get_engine_and_key_id()
87 if (!zero_terminate(pwd_bin, &pwd)) in get_key_password()
96 static int zero_terminate(ErlNifBinary bin, char **buf) { in zero_terminate() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c36 static int zero_terminate(ErlNifBinary bin, char **buf);
72 return zero_terminate(key_id_bin, id); in get_engine_and_key_id()
87 if (!zero_terminate(pwd_bin, &pwd)) in get_key_password()
96 static int zero_terminate(ErlNifBinary bin, char **buf) { in zero_terminate() function
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c36 static int zero_terminate(ErlNifBinary bin, char **buf);
72 return zero_terminate(key_id_bin, id); in get_engine_and_key_id()
87 if (!zero_terminate(pwd_bin, &pwd)) in get_key_password()
96 static int zero_terminate(ErlNifBinary bin, char **buf) { in zero_terminate() function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c36 static int zero_terminate(ErlNifBinary bin, char **buf);
72 return zero_terminate(key_id_bin, id); in get_engine_and_key_id()
87 if (!zero_terminate(pwd_bin, &pwd)) in get_key_password()
96 static int zero_terminate(ErlNifBinary bin, char **buf) { in zero_terminate() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A Dostream.cpp315 zero_terminate(); in stringStream()
324 zero_terminate(); in stringStream()
350 zero_terminate(); in write()
359 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
367 zero_terminate(); in reset()
H A Dostream.hpp202 void zero_terminate();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A Dostream.cpp318 zero_terminate(); in stringStream()
327 zero_terminate(); in stringStream()
353 zero_terminate(); in write()
362 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
370 zero_terminate(); in reset()
H A Dostream.hpp202 void zero_terminate();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A Dostream.cpp317 zero_terminate(); in stringStream()
326 zero_terminate(); in stringStream()
352 zero_terminate(); in write()
361 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
369 zero_terminate(); in reset()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A Dostream.cpp316 zero_terminate(); in stringStream()
325 zero_terminate(); in stringStream()
351 zero_terminate(); in write()
360 void stringStream::zero_terminate() { in zero_terminate() function in stringStream
368 zero_terminate(); in reset()

12