append
int append(void);
rval = append();
strcat(char *s, const char *append)
while ((*t++ = *append++) != '\0')
static vchar_t *buffer_cat(vchar_t *s, vchar_t *append);
buffer_cat(vchar_t *s, vchar_t *append)
new = vmalloc(s->l + append->l);
memcpy(new->v + s->l, append->v, append->l);
goto append;
append:
void append(LIST *, PLANE *);
append(&ground, pp);
append(&air, pp);
append(&air, pp);
strcat(char *s, const char *append)
u_int append : 1;
char *strcat(char * restrict s, const char * restrict append);
unsigned long immutable, unsigned long append)
if ((fdflags | fflags) & (immutable | append))
if (tdflags & (immutable | (clobber_p? append : 0)))
if (clobber_p && (tflags & (immutable | append)))
unsigned long immutable, unsigned long append)
if ((dflags | flags) & (immutable | append))
append = 1;
(append ? 0 : O_TRUNC) | (synclog ? 0 : O_SYNC),
int block, append, ch, fd, trset, ops, pid, pidset, synclog, trpoints;
append = ops = pidset = trset = synclog = 0;
if (append(&this, mestmp))
if (append(&this, mestmp))
_Bool append;
append = value(ENAME_APPEND) != NULL;
if (!append) {
if (!append)
if (!append) {
show_int_val(u_long val, const char *nick, const char *append, int silent)
printf("%lu%s\n", val, append);
show_float_val(float val, const char *nick, const char *append, int silent)
printf("%.2f%s\n", val, append);
append($1, $3, $5, $6);
void append(char *, struct namelist *, char *, struct subcmd *);
append(NULL, $1, $3, $4);
astrcat(char **s, const char *append)
if (!(*s = strdup(append)))
newsiz = offset + 1 + strlen(append) + 1;
strlcat(*s + offset, append, newsiz - offset);
append(keylist, nelem, outfp,
append(keylist, nelem, tmp_fp, putrec);
void append(RECHEADER **, int, FILE *, void (*)(const RECHEADER *, FILE *));
if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|O_APPEND :
int append, ch, exitval;
append = 0;
append = 1;
append("<");
append(">");
append(""");
append("&");
append("&");
append("<b>");
append("</b>");
append(&rec->lib, string);
append(&rec->return_vals, string);
append(&rec->env, string);
append(&rec->files, string);
append(&rec->exit_status, string);
append(&rec->diagnostics, string);
append(&rec->errors, string);
append(&rec->desc, string);
append(s, n->string);
static void append(secbuff *sbuff, const char *src);