Home
last modified time | relevance | path

Searched refs:syswrite (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/kern/unused/
H A Dsyscall.c472 syswrite(int fd, void *va, long n) in syswrite() function
618 if(syswrite(cfd, name, strlen(name)) < 0){ in call()
666 if(syswrite(fd, net, strlen(net)) < 0){ in sysdial()
725 if(syswrite(fd, addr, strlen(addr)) < 0){ in nettrans()
795 if(syswrite(ctl, buf2, n) != n) { in sysannounce()
/plan9/sys/src/cmd/unix/drawterm/include/
H A Duser.h16 #define write syswrite
/plan9/sys/src/cmd/5i/
H A Dsyscall.c463 syswrite(vlong offset) in syswrite() function
491 syswrite(-1LL); in sys_write()
497 syswrite(getmem_v(reg.r[13]+16)); in syspwrite()
/plan9/sys/src/cmd/vi/
H A Dsyscall.c485 syswrite(vlong offset) in syswrite() function
511 syswrite(-1LL); in sys_write()
524 syswrite(o.v); in syspwrite()
/plan9/sys/src/cmd/ki/
H A Dsyscall.c485 syswrite(vlong offset) in syswrite() function
511 syswrite(-1LL); in sys_write()
524 syswrite(o.v); in syspwrite()
/plan9/sys/src/cmd/qi/
H A Dsyscall.c495 syswrite(vlong offset) in syswrite() function
521 syswrite(-1LL); in sys_write()
534 syswrite(o.v); in syspwrite()
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Dsysfile.c1119 syswrite(int fd, void *buf, long n) in syswrite() function