prepend
boolean_t prepend)
if (!prepend) {
dba_array_add(entry, prepend(file, form));
dba_array_add(entries, prepend(name, maskbyte));
static void *prepend(const char *, char);
static void prepend(int);
prepend(lp->param);
fpar(int nf, char *flds[], char *out, int c, int seq, int prepend)
if (c == 'A' && prepend)
char *prepend, char *append)
if (prepend == NULL && append == NULL)
*sz += snprintf(buf, left, "%s%s", prepend, str);
else if (prepend == NULL)
*sz += snprintf(buf, left, "%s%s%s", prepend, str, append);
const char *prepend = "";
puts(prepend);
prepend = ", ";
static void FORMAT_ATTR(2) prepend(struct type_name *name, const char *fmt, ...)
prepend(name, "%s ", show_as(as));
prepend(name, "*");
prepend(name, "( ");
prepend(name, "struct %s", show_ident(sym->ident));
prepend(name, "union %s", show_ident(sym->ident));
prepend(name, "enum %s ", show_ident(sym->ident));
prepend(name, "( ");
prepend(name, "restricted %s", show_ident(sym->ident));
prepend(name, "unknown type %d", sym->type);
prepend(name, "restricted ");
prepend(name, "fouled ");
fn_path_realloc(char **curses, char *prepend)
len = strlen(prepend) + 1;
(void) strncpy(news, prepend, len);
len = curlen + strlen(prepend) + 1 + 1;
(void) strncpy(news, prepend, len);