append
bool append, exists;
append = false;
append = true;
append = true;
if (append) {
void append(void);
append();
int append,
if (append) {
char *tok_begin, *tok_end, *append;
append = malloc((tok_begin - path_left) + 1);
if (append) {
memcpy(append, path_left, tok_begin - path_left);
append[tok_begin - path_left] = '\0';
if (_expand_token(context, tok_begin, tok_end, &append)) {
append = strdup(path_left);
if (append == NULL) {
size_t append_len = strlen(append);
free(append);
memcpy(*ppath_out + len, append, append_len + 1);
free(append);
int i, ngood, fd, append;
append = (cp[4] == ':') ? O_APPEND : 0;
if (append || cp[4] == '=') {
fd = open(&cp[5], O_CREAT | O_WRONLY | append,
f = fdopen(fd, append ? "a" : "w");
"a", 2, 1, append, "append key def", "append key with data def",
void append __P((DB *, char **));
append:
goto append;
if (append(cp, patternsp, npatternsp) != 0) {
if (append(cp, &active, &nactive) != 0) {
if (append(xstrdup(cp2), &done, &ndone) != 0) {
BIO *BIO_push(BIO *b, BIO *append);
strcat(char * __restrict s, const char * __restrict append)
stpcpy(s + strlen(s), append);
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++));
dprompt_sprint(char * restrict str, const char *prefix, const char *append)
prefix ? prefix : "", dprompt, append ? append : ""));
dprompt_dprint(int fd, const char *prefix, const char *append, int overall)
prefix ? prefix : "", dprompt, append ? append : "", percent);
dprompt_libprint(const char *prefix, const char *append, int overall)
dprompt_sprint(buf, prefix, append);
mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
str->append(buf, len);
dst.append(is_shell ? shell_quote(get_variable(buffer)) : 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);
write_nextboot(const char *fn, const char *env, bool append, bool force)
if (append) {
FICL_INT append = FICL_TRUE;
if (append != FICL_FALSE)
append = FICL_FALSE;
stackPushINT(pVM->pStack, append);
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);
TEST_F(Write, append)
append(out, out_size, "0");
append(out, out_size, " | "); \
append(out, out_size, #x); \
append(out, out_size, buf);
if (append) {
int append, ch, fd, inherit, ops, trpoints;
append = ops = 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, fd, n, oflags, rval, wval;
append = 0;
append = 1;
if (append)
snmp_import_init(struct asn_oid *append)
if (append != NULL)
asn_append_oid(¤t_oid, append);
static void newopt(struct opt_head *list, char *name, char *value, int append, int dupe);
newopt(struct opt_head *list, char *name, char *value, int append, int dupe)
if (op2 != NULL && !append && !dupe) {
if (append) {
append(&hdr, sizeof(hdr));
append(&tlv, sizeof(tlv));
append(value, len);
void append(const void *buf, size_t len);
discovery_log.append(&entry);
void append(const struct nvme_discovery_log_entry *entry);
pc_off = append(x, pc, pc_len, pc_aligment);