Home
last modified time | relevance | path

Searched refs:SYS_write (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h23 # if !defined(SYS_write) && defined(__NR_write)
24 # define SYS_write __NR_write macro
H A Dmalloc_io.h68 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_write) in malloc_write_fd()
77 long result = syscall(SYS_write, fd, buf, count); in malloc_write_fd()
/f-stack/freebsd/sys/
H A Dsyscall.h12 #define SYS_write 4 macro
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1616 syscall(SYS_write, 2, "hello", 5);
H A Dconfigure10858 syscall(SYS_write, 2, "hello", 5);