Searched refs:SYS_write (Results 1 – 2 of 2) sorted by relevance
24 #define SYS_write 4 /*x*/ macro109 return __simc(SYS_write, fd, (int) buf, count); in simc_write()
42 return syscall(SYS_write, STDOUT_FILENO, s, len); in print()