append
void append (void);
append();
BIO * BIO_push(BIO *b, BIO *append);
append:
goto append;
if (append(cp, patternsp, npatternsp) != 0) {
if (append(cp, &active, &nactive) != 0) {
if (append(xstrdup(cp2), &done, &ndone) != 0) {
extern void append(LIST *, PLANE *);
append(&ground, pp);
append(&air, pp);
append(&air, pp);
void append(DB *, char **);
"a", 2, 1, append, "append key def", "append key with data def",
strcat(char * __restrict s, const char * __restrict append)
while ((*s++ = *append++));
dst.append(get_variable(buffer));
config::expand_string(const char *src, const char *prepend, const char *append)
dst.append(src);
dst.append(src, var_at - src);
if (append != NULL)
dst.append(append);
const char * prepend = NULL, const char * append = NULL);
int append;
append = 0;
append = 1;
if (first->sg_nseg + second->sg_nseg - append > first->sg_maxseg)
if (append)
bcopy(first->sg_segs + first->sg_nseg, second->sg_segs + append,
(second->sg_nseg - append) * sizeof(struct sglist_seg));
first->sg_nseg += second->sg_nseg - append;
strcat(char * __restrict s, const char * __restrict append)
while ((*s++ = *append++) != 0);
if (append) {
int append, ch, fd, inherit, ops, pid, pidset, trpoints;
append = ops = pid = pidset = inherit = 0;
append = 1;
int append(struct message *, FILE *);
if (append(&this, mestmp))
if (append(&this, mestmp))
astrcat(char **s, const char *append)
if (!(*s = strdup(append)))
newsiz = offset + 1 + strlen(append) + 1;
strlcat(*s + offset, append, newsiz - offset);
int append, ch, exitval;
append = 0;
append = 1;
if (append)
goto append;
append:
pc_off = append(x, pc, pc_len, pc_aligment);