Home
last modified time | relevance | path

Searched refs:shprintf (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/bin/ksh/
H A Dc_ksh.c164 shprintf("%s\n", pwd);
213 shprintf("%s\n", p);
483 shprintf("%s", id);
487 shprintf(" is a reserved word");
491 shprintf(" is an %salias for ",
495 shprintf("alias %s=", id);
500 shprintf(" is a");
502 shprintf("n exported");
504 shprintf(" traced");
506 shprintf(" undefined");
[all …]
H A Dc_ulimit.c222 shprintf("%-20s ", l->name);
225 shprintf("unlimited\n");
230 shprintf("%ld\n", (long) val);
281 shprintf("unlimited\n");
286 shprintf("%ld\n", (long) val);
H A Dc_sh.c99 shprintf("%s\n", buf);
101 shprintf("%#3.3o\n", old_umask);
491 shprintf("trap -- ");
493 shprintf(" %s\n", p->name);
501 shprintf("trap -- -");
504 shprintf(" %s", p->name);
505 shprintf(newline);
711 shprintf("Shell: %8ss user ", clocktos(all.tms_utime));
712 shprintf("%8ss system\n", clocktos(all.tms_stime));
713 shprintf("Kids: %8ss user ", clocktos(all.tms_cutime));
[all …]
H A Demacs.c1368 shprintf("%s", x_mapout(x_prefix1));
1370 shprintf("%s", x_mapout(x_prefix2));
1372 shprintf("%s = ", x_mapout(key));
1374 shprintf("%s\n", x_ftab[x_tab[prefix][key]].xf_name);
1376 shprintf("'%s'\n", x_atab[prefix][key]);
1400 shprintf("%s\n", x_ftab[f].xf_name);
H A Dproto.h114 void shprintf ARGS((const char *, ...))
H A Dio.c138 shprintf(const char *fmt, ...) in shprintf() function
H A Djobs.c840 shprintf("[%d] ", j->job);
849 shprintf("%s%s", p->command, p->next ? "| " : null);
851 shprintf("%s", newline);