Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_decls.h14 # if !defined(SYS_write) && defined(__NR_write)
15 # define SYS_write __NR_write macro
/external/ltp/tools/pounder21/src/randasyscall/
Drandasys.c150 #ifdef SYS_write in find_syscall()
151 case SYS_write: in find_syscall()
/external/jemalloc/src/
Dutil.c52 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_write) in wrtmessage()
62 UNUSED long result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); in wrtmessage()
/external/openssh/
Dsandbox-systrace.c84 { SYS_write, SYSTR_POLICY_PERMIT },
/external/valgrind/include/vki/
Dvki-scnums-solaris.h70 #define __NR_write SYS_write
/external/valgrind/memcheck/tests/solaris/
Dscalar.c1585 GO(SYS_write, "3s 1m"); in main()
1586 SY(SYS_write, x0 + 1, x0, x0 + 1); FAIL; in main()
Dscalar.stderr.exp14 4: SYS_write 3s 1m
/external/jemalloc/
Dconfigure.ac1419 syscall(SYS_write, 2, "hello", 5);