Searched refs:spaces (Results 1 - 3 of 3) sorted by relevance

/drivers/s390/char/
H A Dsclp_rw.c182 int spaces, i_msg; local
204 * \t is expanded to some spaces but \r does not know about a
244 /* = new line, leading spaces */
246 spaces = buffer->current_length;
252 memset(buffer->current_line, 0x40, spaces);
253 buffer->current_line += spaces;
254 buffer->current_length = spaces;
/drivers/tty/
H A Dn_tty.c297 int spaces; local
327 spaces = 8 - (tty->column & 7);
329 if (space < spaces)
331 tty->column += spaces;
332 tty->ops->write(tty, " ", spaces);
333 return spaces;
335 tty->column += spaces;
/drivers/scsi/
H A Dscsi_devinfo.c36 static const char spaces[] = " "; /* 16 of them */ variable
296 strncpy(&to[from_length], spaces,
415 * XXX why skip leading spaces? If an odd INQUIRY
439 * Skip spaces again.
577 * XXX why skip leading spaces? If an odd INQUIRY
601 * Skip spaces again.

Completed in 241 milliseconds