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

  /src/usr.bin/w/
extern.h 36 void fmt_putc(int, int *);
w.c 445 fmt_putc('(', &left);
447 fmt_putc(')', &left);
453 fmt_putc(' ', &left);
  /src/bin/ps/
fmt.c 52 fmt_putc(int c, int *leftp) function in typeref:typename:void
print.c 325 fmt_putc(' ', &left);
339 fmt_putc(' ', &left);
351 fmt_putc('(', &left);
353 fmt_putc(')', &left);
363 fmt_putc('[', &left);
365 fmt_putc(']', &left);
367 fmt_putc('(', &left);
369 fmt_putc(')', &left);
403 fmt_putc('-', &left);
408 fmt_putc(' ', &left)
    [all...]
extern.h 55 void fmt_putc(int, int *);

Completed in 14 milliseconds