taglinefilesource code
space101drivers/char/n_tty.cint  space, spaces;
space103drivers/char/n_tty.cspace = tty->driver.write_room(tty);
space104drivers/char/n_tty.cif (!space)
space113drivers/char/n_tty.cif (space < 2)
space134drivers/char/n_tty.cif (space < spaces)
space40fs/msdos/namei.cint space;
space49fs/msdos/namei.cspace = 1; /* disallow names starting with a dot */
space59fs/msdos/namei.cspace = c == ' ';
space62fs/msdos/namei.cif (space) return -EINVAL;
space80fs/msdos/namei.cspace = c == ' ';
space83fs/msdos/namei.cif (space) return -EINVAL;
space676net/unix/sock.cint todo, space;
space691net/unix/sock.cwhile(!(space = UN_BUF_SPACE(pupd))) 
space718net/unix/sock.cif (space <= 0) 
space737net/unix/sock.cif ((cando = todo) > space) 
space738net/unix/sock.ccando = space;
space749net/unix/sock.cspace = UN_BUF_SPACE(pupd);
space751net/unix/sock.cwhile(todo && space);