taglinefilesource code
write50fs/exec.cwhile (file.f_op->write(inode,&file,(char *)(addr),(nr)) != (nr)) goto close_coredump
write99fs/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);
write179include/linux/fs.hint (*write) (struct inode *, struct file *, char *, int);
write153include/linux/tty.hvoid (*write)(struct tty_struct * tty);
write38init/main.cstatic inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
write196init/main.cwrite(1,printbuf,i=vsprintf(printbuf, fmt, args));
write91kernel/chr_drv/tty_io.ctty->write(tty);
write136kernel/chr_drv/tty_io.cif (!(tty && tty->write && tty->read_q &&
write379kernel/chr_drv/tty_io.cif (tty->link && tty->link->write)
write412kernel/chr_drv/tty_io.cif (!(tty->write_q && tty->write))
write249kernel/chr_drv/tty_ioctl.cif (!(tty->write_q && tty->read_q && tty->secondary && 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);
write258net/socket.creturn sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK));
write114tools/build.ci=write(1,buf,512);
write136tools/build.cif (write(1,buf,c)!=c)
write149tools/build.cif (write(1,buf,c) != c)
write161tools/build.cif (write(1,buf,c)!=c)