Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dc_ksh.c156 shprintf("%s\n", pwd); in c_cd()
199 shprintf("%s\n", p); in c_pwd()
477 shprintf("%s", id); in c_whence()
493 shprintf(" is a"); in c_whence()
516 shprintf(" is "); in c_whence()
534 shprintf("\n"); in c_whence()
828 shprintf("="); in c_typeset()
838 shprintf("\n"); in c_typeset()
927 shprintf("\n"); in c_alias()
951 shprintf("\n"); in c_alias()
[all …]
H A Dc_ulimit.c116 shprintf("%-20s ", l->name); in c_ulimit()
188 shprintf("unlimited\n"); in print_ulimit()
191 shprintf("%" PRIi64 "\n", (int64_t) val); in print_ulimit()
H A Dmisc.c221 shprintf("Current option settings\n"); in printoptions()
236 shprintf("set"); in printoptions()
239 shprintf(" %co %s", in printoptions()
243 shprintf("\n"); in printoptions()
985 shprintf("%s", s); in print_value_quoted()
990 shprintf(inquote ? "'\\'" : "\\'"); in print_value_quoted()
994 shprintf("'"); in print_value_quoted()
1001 shprintf("'"); in print_value_quoted()
H A Dc_sh.c98 shprintf("%s\n", buf); in c_umask()
100 shprintf("%#3.3o\n", old_umask); in c_umask()
486 shprintf("trap -- "); in c_trap()
488 shprintf(" %s\n", p->name); in c_trap()
H A Demacs.c1375 shprintf("%s = %s\n", in kb_print()
1378 shprintf("%s = ", kb_decode(k->seq)); in kb_print()
1379 shprintf("'%s'\n", kb_decode(k->args)); in kb_print()
1404 shprintf("%s\n", x_ftab[i].xf_name); in x_bind()
1424 shprintf("%s = %s\n", kb_decode(a1), "auto-insert"); in x_bind()
H A Dio.c154 shprintf(const char *fmt, ...) in shprintf() function
H A Dsh.h477 void shprintf(const char *, ...)
H A Djobs.c718 shprintf("[%d] ", j->job); in j_resume()
727 shprintf("%s%s", p->command, p->next ? "| " : ""); in j_resume()
729 shprintf("\n"); in j_resume()