HomeSort by: relevance | last modified time | path
    Searched refs:buf_putc (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/fmt/
fmt.c 278 buf_putc(&lbuf, c);
281 buf_putc(&lbuf, '\0');
294 buf_putc(&cbuf, c);
298 buf_putc(&cbuf, ' ');
309 buf_putc(&cbuf, '\0');
399 buf_putc(&word, *cp++);
400 buf_putc(&word, *cp++);
409 buf_putc(&word, ' ');
411 buf_putc(&word, ' ');
414 buf_putc(&word, *cp++)
    [all...]
buffer.h 83 buf_putc(struct buffer *buf, wchar_t c) function in typeref:typename:void

Completed in 152 milliseconds