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)
space392drivers/net/i82586.hin case, we leave the space.
space46fs/msdos/namei.cint space;
space55fs/msdos/namei.cspace = 1; /* disallow names starting with a dot */
space65fs/msdos/namei.cspace = c == ' ';
space68fs/msdos/namei.cif (space) return -EINVAL;
space86fs/msdos/namei.cspace = c == ' ';
space89fs/msdos/namei.cif (space) return -EINVAL;
space682net/unix/sock.cint todo, space;
space697net/unix/sock.cwhile(!(space = UN_BUF_SPACE(pupd))) 
space726net/unix/sock.cif (space <= 0) 
space745net/unix/sock.cif ((cando = todo) > space) 
space746net/unix/sock.ccando = space;
space760net/unix/sock.cspace = UN_BUF_SPACE(pupd);
space762net/unix/sock.cwhile(todo && space);