taglinefilesource code
space100drivers/char/n_tty.cint  space, spaces;
space102drivers/char/n_tty.cspace = tty->driver.write_room(tty);
space103drivers/char/n_tty.cif (!space)
space112drivers/char/n_tty.cif (space < 2)
space133drivers/char/n_tty.cif (space < spaces)
space38fs/msdos/namei.cint space;
space47fs/msdos/namei.cspace = 1; /* disallow names starting with a dot */
space57fs/msdos/namei.cspace = c == ' ';
space60fs/msdos/namei.cif (space) return -EINVAL;
space78fs/msdos/namei.cspace = c == ' ';
space81fs/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);