Searched refs:SYS_write (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_decls.h | 14 # if !defined(SYS_write) && defined(__NR_write) 15 # define SYS_write __NR_write macro
|
/external/ltp/tools/pounder21/src/randasyscall/ |
D | randasys.c | 150 #ifdef SYS_write in find_syscall() 151 case SYS_write: in find_syscall()
|
/external/jemalloc/src/ |
D | util.c | 52 #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/ |
D | sandbox-systrace.c | 84 { SYS_write, SYSTR_POLICY_PERMIT },
|
/external/valgrind/include/vki/ |
D | vki-scnums-solaris.h | 70 #define __NR_write SYS_write
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.c | 1585 GO(SYS_write, "3s 1m"); in main() 1586 SY(SYS_write, x0 + 1, x0, x0 + 1); FAIL; in main()
|
D | scalar.stderr.exp | 14 4: SYS_write 3s 1m
|
/external/jemalloc/ |
D | configure.ac | 1419 syscall(SYS_write, 2, "hello", 5);
|