Home
last modified time | relevance | path

Searched defs:str_write (Results 1 – 4 of 4) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue1051/
H A Dpsi_tb_txt_util.vhd573 procedure str_write(file out_file: TEXT; procedure
/dports/net-mgmt/darkstat/darkstat-3.0.719/
H A Dstr.c358 ssize_t str_write(const struct str * const buf, const int fd) { in str_write() function
/dports/mail/perdition/perdition-2.2/perdition/
H A Dstr.c276 int str_write(io_t * io, const flag_t flag, const size_t nargs, function
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dio.rs27 fn str_write(&mut self, str: &str) -> Result<()> { in str_write() method