Searched refs:out1fmt (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash.c | 762 static int out1fmt(const char *, ...) __attribute__((__format__(__printf__,1,2))); 764 out1fmt(const char *fmt, ...) in out1fmt() function 1196 out1fmt("<node type %d>\n", arg->type); in sharg() 1254 out1fmt("<subtype %d>", subtype); in sharg() 2981 out1fmt("%s\n", curdir); in cdcmd() 2997 out1fmt("%s\n", dir); in pwdcmd() 3537 out1fmt("%s=%s\n", ap->name, single_quote(ap->val)); in printalias() 8360 out1fmt("%s%s\n", name, (cmdp->rehash ? "*" : nullstr)); in printentry() 8727 out1fmt(" is an alias for %s", ap->val); in describe_command() 8747 out1fmt(" is %s", p); in describe_command() [all …]
|