Lines Matching defs:buf
1555 char buf[64];
1582 memcpy(buf, "Running", 8);
1587 strlcpy(buf, stopsig > 0 && stopsig < ksh_NSIG ?
1588 sigtraps[stopsig].mess : "Stopped", sizeof(buf));
1595 buf[0] = '\0';
1597 memcpy(buf, "Done", 5);
1599 shf_snprintf(buf, sizeof(buf), "Done (%d)",
1618 buf[0] = '\0';
1620 strlcpy(buf, termsig > 0 && termsig < ksh_NSIG ?
1622 sizeof(buf));
1626 buf[0] = '\0';
1640 if (buf[0]) {
1644 buf, coredumped ? " (core dumped)" : null);
1646 shf_puts(buf, shf);
1652 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command,