Searched refs:leftp (Results 1 – 4 of 4) sorted by relevance
332 fmt_putc(int c, int *leftp) in fmt_putc() argument335 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() argument349 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 …]
1759 cmp_fdrtab_entry (leftp, rightp) in cmp_fdrtab_entry() argument1760 const PTR leftp; in cmp_fdrtab_entry()1764 (const struct ecoff_fdrtab_entry *) leftp;
1799 cmp_fdrtab_entry (leftp, rightp) in cmp_fdrtab_entry() argument1800 const PTR leftp; in cmp_fdrtab_entry()1804 (const struct ecoff_fdrtab_entry *) leftp;
135 static int rcomp(const void *leftp, const void *rightp);