taglinefilesource code
write98fs/read_write.cif (file->f_op && file->f_op->write)
write99fs/read_write.creturn file->f_op->write(inode,file,buf,count);
write164include/linux/fs.hint (*write) (struct inode *, struct file *, char *, int);
write118include/linux/tty.hvoid (*write)(struct tty_struct * tty);
write138include/linux/tty.h(tty)->write((tty)); \
write139include/unistd.hint write(int fildes, const char * buf, off_t count);
write40init/main.cstatic inline _syscall3(int,write,int,fd,const char *,buf,off_t,count)
write204init/main.cwrite(1,printbuf,i=vsprintf(printbuf, fmt, args));
write92kernel/chr_drv/tty_io.cif (!(tty && tty->write && tty->read_q &&
write280kernel/chr_drv/tty_io.cif (other_tty && other_tty->write)
write321kernel/chr_drv/tty_io.cif (other_tty && other_tty->write)
write355kernel/chr_drv/tty_io.cif (!(tty->write_q && tty->write))
write247kernel/chr_drv/tty_ioctl.cif (!(tty->write_q && tty->read_q && tty->secondary && tty->write))
write10lib/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);
write257net/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)