Home
last modified time | relevance | path

Searched refs:leftp (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/w/
H A Dw.c332 fmt_putc(int c, int *leftp) in fmt_putc() argument
335 if (*leftp == 0) in fmt_putc()
337 if (*leftp != -1) in fmt_putc()
338 *leftp -= 1; in fmt_putc()
343 fmt_puts(const char *s, int *leftp) in fmt_puts() argument
349 if (*leftp == 0) in fmt_puts()
363 if (*leftp != -1) { in fmt_puts()
365 if (len > *leftp) { in fmt_puts()
366 v[*leftp] = '\0'; in fmt_puts()
367 *leftp = 0; in fmt_puts()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decofflink.c1759 cmp_fdrtab_entry (leftp, rightp) in cmp_fdrtab_entry() argument
1760 const PTR leftp; in cmp_fdrtab_entry()
1764 (const struct ecoff_fdrtab_entry *) leftp;
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decofflink.c1799 cmp_fdrtab_entry (leftp, rightp) in cmp_fdrtab_entry() argument
1800 const PTR leftp; in cmp_fdrtab_entry()
1804 (const struct ecoff_fdrtab_entry *) leftp;
/openbsd/usr.sbin/zic/
H A Dzic.c135 static int rcomp(const void *leftp, const void *rightp);