Home
last modified time | relevance | path

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

/openbsd/usr.bin/w/
H A Dw.c335 fmt_putc(int c, int *leftp) in fmt_putc() argument
338 if (*leftp == 0) in fmt_putc()
340 if (*leftp != -1) in fmt_putc()
341 *leftp -= 1; in fmt_putc()
346 fmt_puts(const char *s, int *leftp) in fmt_puts() argument
352 if (*leftp == 0) in fmt_puts()
366 if (*leftp != -1) { in fmt_puts()
368 if (len > *leftp) { in fmt_puts()
369 v[*leftp] = '\0'; in fmt_puts()
370 *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.c134 static int rcomp(const void *leftp, const void *rightp);