taglinefilesource code
write50fs/exec.cwhile (file.f_op->write(inode,&file,(char *)(addr),(nr)) != (nr)) goto close_coredump
write101fs/exec.cif (!file.f_op->write)
write96fs/read_write.cif (file->f_op && file->f_op->write)
write97fs/read_write.creturn file->f_op->write(inode,file,buf,count);
write193include/linux/fs.hint (*write) (struct inode *, struct file *, char *, int);
write188include/linux/tty.hvoid (*write)(struct tty_struct * tty);
write44init/main.cstatic inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
write214init/main.cwrite(1,printbuf,i=vsprintf(printbuf, fmt, args));
write1516kernel/chr_drv/console.ctty->write = con_write;
write30kernel/chr_drv/pty.ctty->write = mpty_write;
write32kernel/chr_drv/pty.ctty->write = spty_write;
write740kernel/chr_drv/serial.ctty->write = rs_write;
write87kernel/chr_drv/tty_io.cif (!tty->write || EMPTY(&tty->write_q))
write91kernel/chr_drv/tty_io.ctty->write(tty);
write129kernel/chr_drv/tty_io.cif (!tty->write) {
write398kernel/chr_drv/tty_io.cif (tty->link && tty->link->write)
write433kernel/chr_drv/tty_io.cif (!tty || !tty->write)
write11lib/write.c_syscall3(int,write,int,fd,const char *,buf,off_t,count)
write54net/kern_sock.hint (*write)(struct socket *sock, char *ubuf, int size, int nonblock);
write265net/socket.creturn sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK));
write108tools/build.ci=write(1,buf,512);
write130tools/build.cif (write(1,buf,c)!=c)
write143tools/build.cif (write(1,buf,c) != c)
write155tools/build.cif (write(1,buf,c)!=c)