Searched refs:shprintf (Results 1 - 8 of 8) sorted by relevance
| /src/bin/ksh/ |
| H A D | c_ksh.c | 164 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(" undefine [all...] |
| H A D | c_ulimit.c | 222 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 D | c_sh.c | 99 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("Kid [all...] |
| H A D | misc.c | 248 shprintf("Current option settings\n"); 262 shprintf("set"); 265 shprintf(" -o %s", goptions[i].name); 266 shprintf("%s", newline); 1089 shprintf("%s", s); 1094 shprintf("%s", &"'\\'"[1 - inquote]); 1098 shprintf("'"); 1105 shprintf("'");
|
| H A D | emacs.c | 1368 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 D | proto.h | 114 void shprintf ARGS((const char *, ...))
|
| H A D | io.c | 138 shprintf(const char *fmt, ...) function in typeref:typename:void
|
| H A D | jobs.c | 840 shprintf("[%d] ", j->job); 849 shprintf("%s%s", p->command, p->next ? "| " : null); 851 shprintf("%s", newline);
|
Completed in 11 milliseconds