Home
last modified time | relevance | path

Searched refs:attempted_size (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Dexec_tools.c68 size_t attempted_size = 0; in GetExecOutput() local
89 …if ((attempted_size = snprintf(*buffer + offset, *buffer_size - offset, "%s\n", line)) >= *buffer_… in GetExecOutput()
91 *buffer_size += (attempted_size > CF_EXPANDSIZE ? attempted_size : CF_EXPANDSIZE); in GetExecOutput()
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dexec_tools.c68 size_t attempted_size = 0; in GetExecOutput() local
89 …if ((attempted_size = snprintf(*buffer + offset, *buffer_size - offset, "%s\n", line)) >= *buffer_… in GetExecOutput()
91 *buffer_size += (attempted_size > CF_EXPANDSIZE ? attempted_size : CF_EXPANDSIZE); in GetExecOutput()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dexec_tools.c68 size_t attempted_size = 0; in GetExecOutput() local
89 …if ((attempted_size = snprintf(*buffer + offset, *buffer_size - offset, "%s\n", line)) >= *buffer_… in GetExecOutput()
91 *buffer_size += (attempted_size > CF_EXPANDSIZE ? attempted_size : CF_EXPANDSIZE); in GetExecOutput()
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dexec_tools.c68 size_t attempted_size = 0; in GetExecOutput() local
89 …if ((attempted_size = snprintf(*buffer + offset, *buffer_size - offset, "%s\n", line)) >= *buffer_… in GetExecOutput()
91 *buffer_size += (attempted_size > CF_EXPANDSIZE ? attempted_size : CF_EXPANDSIZE); in GetExecOutput()
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dexec_tools.c68 size_t attempted_size = 0; in GetExecOutput() local
89 …if ((attempted_size = snprintf(*buffer + offset, *buffer_size - offset, "%s\n", line)) >= *buffer_… in GetExecOutput()
91 *buffer_size += (attempted_size > CF_EXPANDSIZE ? attempted_size : CF_EXPANDSIZE); in GetExecOutput()
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dexec_tools.c68 size_t attempted_size = 0; in GetExecOutput() local
89 …if ((attempted_size = snprintf(*buffer + offset, *buffer_size - offset, "%s\n", line)) >= *buffer_… in GetExecOutput()
91 *buffer_size += (attempted_size > CF_EXPANDSIZE ? attempted_size : CF_EXPANDSIZE); in GetExecOutput()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Error.hpp145 size_t attempted_size() const noexcept { return m_attempted_size; } in attempted_size() function in Kokkos::Experimental::RawMemoryAllocationFailure
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Error.hpp145 size_t attempted_size() const noexcept { return m_attempted_size; } in attempted_size() function in Kokkos::Experimental::RawMemoryAllocationFailure
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Error.hpp145 size_t attempted_size() const noexcept { return m_attempted_size; } in attempted_size() function in Kokkos::Experimental::RawMemoryAllocationFailure
/dports/ftp/wget/wget-1.21.2/src/
H A Dutils.c110 memfatal (const char *context, long attempted_size) in memfatal() argument
119 if (attempted_size == UNKNOWN_ATTEMPTED_SIZE) in memfatal()
129 exec_name, context, attempted_size); in memfatal()