Symbol: append
bin/ln/ln.c
231
bool append, exists;
bin/ln/ln.c
257
append = false;
bin/ln/ln.c
259
append = true;
bin/ln/ln.c
263
append = true;
bin/ln/ln.c
266
if (append) {
bin/pax/extern.h
65
void append(void);
bin/pax/pax.c
270
append();
crypto/heimdal/lib/hx509/name.c
516
int append,
crypto/heimdal/lib/hx509/name.c
533
if (append) {
crypto/heimdal/lib/krb5/expand_path.c
406
char *tok_begin, *tok_end, *append;
crypto/heimdal/lib/krb5/expand_path.c
423
append = malloc((tok_begin - path_left) + 1);
crypto/heimdal/lib/krb5/expand_path.c
424
if (append) {
crypto/heimdal/lib/krb5/expand_path.c
425
memcpy(append, path_left, tok_begin - path_left);
crypto/heimdal/lib/krb5/expand_path.c
426
append[tok_begin - path_left] = '\0';
crypto/heimdal/lib/krb5/expand_path.c
442
if (_expand_token(context, tok_begin, tok_end, &append)) {
crypto/heimdal/lib/krb5/expand_path.c
452
append = strdup(path_left);
crypto/heimdal/lib/krb5/expand_path.c
457
if (append == NULL) {
crypto/heimdal/lib/krb5/expand_path.c
469
size_t append_len = strlen(append);
crypto/heimdal/lib/krb5/expand_path.c
473
free(append);
crypto/heimdal/lib/krb5/expand_path.c
483
memcpy(*ppath_out + len, append, append_len + 1);
crypto/heimdal/lib/krb5/expand_path.c
485
free(append);
crypto/krb5/src/lib/kadm5/logger.c
237
int i, ngood, fd, append;
crypto/krb5/src/lib/kadm5/logger.c
311
append = (cp[4] == ':') ? O_APPEND : 0;
crypto/krb5/src/lib/kadm5/logger.c
312
if (append || cp[4] == '=') {
crypto/krb5/src/lib/kadm5/logger.c
313
fd = open(&cp[5], O_CREAT | O_WRONLY | append,
crypto/krb5/src/lib/kadm5/logger.c
316
f = fdopen(fd, append ? "a" : "w");
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
135
"a", 2, 1, append, "append key def", "append key with data def",
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
92
void append __P((DB *, char **));
crypto/openssh/misc.c
1358
append:
crypto/openssh/misc.c
1366
goto append;
crypto/openssh/scp.c
872
if (append(cp, patternsp, npatternsp) != 0) {
crypto/openssh/scp.c
966
if (append(cp, &active, &nactive) != 0) {
crypto/openssh/scp.c
996
if (append(xstrdup(cp2), &done, &ndone) != 0) {
crypto/openssl/include/openssl/bio.h
762
BIO *BIO_push(BIO *b, BIO *append);
lib/libc/aarch64/string/strcat.c
12
strcat(char * __restrict s, const char * __restrict append)
lib/libc/aarch64/string/strcat.c
17
stpcpy(s + strlen(s), append);
lib/libc/db/test/btree.tests/main.c
56
void append(DB *, char **);
lib/libc/db/test/btree.tests/main.c
83
"a", 2, 1, append, "append key def", "append key with data def",
lib/libc/string/strcat.c
37
strcat(char * __restrict s, const char * __restrict append)
lib/libc/string/strcat.c
42
while ((*s++ = *append++));
lib/libdpv/dprompt.c
702
dprompt_sprint(char * restrict str, const char *prefix, const char *append)
lib/libdpv/dprompt.c
706
prefix ? prefix : "", dprompt, append ? append : ""));
lib/libdpv/dprompt.c
714
dprompt_dprint(int fd, const char *prefix, const char *append, int overall)
lib/libdpv/dprompt.c
721
prefix ? prefix : "", dprompt, append ? append : "", percent);
lib/libdpv/dprompt.c
729
dprompt_libprint(const char *prefix, const char *append, int overall)
lib/libdpv/dprompt.c
734
dprompt_sprint(buf, prefix, append);
lib/libsecureboot/vets.c
242
mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
lib/libsecureboot/vets.c
555
mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
lib/libutil++/stringf.cc
19
str->append(buf, len);
sbin/devd/devd.cc
719
dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer));
sbin/devd/devd.cc
723
config::expand_string(const char *src, const char *prepend, const char *append)
sbin/devd/devd.cc
740
dst.append(src);
sbin/devd/devd.cc
743
dst.append(src, var_at - src);
sbin/devd/devd.cc
748
if (append != NULL)
sbin/devd/devd.cc
749
dst.append(append);
sbin/devd/devd.hh
165
const char * prepend = NULL, const char * append = NULL);
sbin/reboot/reboot.c
116
write_nextboot(const char *fn, const char *env, bool append, bool force)
sbin/reboot/reboot.c
159
if (append) {
stand/ficl/words.c
738
FICL_INT append = FICL_TRUE;
stand/ficl/words.c
822
if (append != FICL_FALSE)
stand/ficl/words.c
828
append = FICL_FALSE;
stand/ficl/words.c
847
stackPushINT(pVM->pStack, append);
sys/kern/subr_sglist.c
847
int append;
sys/kern/subr_sglist.c
857
append = 0;
sys/kern/subr_sglist.c
862
append = 1;
sys/kern/subr_sglist.c
865
if (first->sg_nseg + second->sg_nseg - append > first->sg_maxseg)
sys/kern/subr_sglist.c
869
if (append)
sys/kern/subr_sglist.c
873
bcopy(first->sg_segs + first->sg_nseg, second->sg_segs + append,
sys/kern/subr_sglist.c
874
(second->sg_nseg - append) * sizeof(struct sglist_seg));
sys/kern/subr_sglist.c
875
first->sg_nseg += second->sg_nseg - append;
sys/libkern/strcat.c
36
strcat(char * __restrict s, const char * __restrict append)
sys/libkern/strcat.c
41
while ((*s++ = *append++) != 0);
tests/sys/fs/fusefs/write.cc
275
TEST_F(Write, append)
tools/regression/poll/sockpoll.c
32
append(out, out_size, "0");
tools/regression/poll/sockpoll.c
39
append(out, out_size, " | "); \
tools/regression/poll/sockpoll.c
40
append(out, out_size, #x); \
tools/regression/poll/sockpoll.c
61
append(out, out_size, buf);
usr.bin/ktrace/ktrace.c
135
if (append) {
usr.bin/ktrace/ktrace.c
60
int append, ch, fd, inherit, ops, trpoints;
usr.bin/ktrace/ktrace.c
65
append = ops = inherit = 0;
usr.bin/ktrace/ktrace.c
71
append = 1;
usr.bin/mail/extern.h
81
int append(struct message *, FILE *);
usr.bin/mail/fio.c
116
if (append(&this, mestmp))
usr.bin/mail/fio.c
93
if (append(&this, mestmp))
usr.bin/sdiff/sdiff.c
921
astrcat(char **s, const char *append)
usr.bin/sdiff/sdiff.c
937
if (!(*s = strdup(append)))
usr.bin/sdiff/sdiff.c
962
newsiz = offset + 1 + strlen(append) + 1;
usr.bin/sdiff/sdiff.c
973
strlcat(*s + offset, append, newsiz - offset);
usr.bin/tee/tee.c
65
int append, ch, exitval, fd, n, oflags, rval, wval;
usr.bin/tee/tee.c
68
append = 0;
usr.bin/tee/tee.c
72
append = 1;
usr.bin/tee/tee.c
93
if (append)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
318
snmp_import_init(struct asn_oid *append)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
324
if (append != NULL)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
325
asn_append_oid(&current_oid, append);
usr.sbin/config/config.y
101
static void newopt(struct opt_head *list, char *name, char *value, int append, int dupe);
usr.sbin/config/config.y
448
newopt(struct opt_head *list, char *name, char *value, int append, int dupe)
usr.sbin/config/config.y
461
if (op2 != NULL && !append && !dupe) {
usr.sbin/config/config.y
476
if (append) {
usr.sbin/ctld/isns.cc
54
append(&hdr, sizeof(hdr));
usr.sbin/ctld/isns.cc
80
append(&tlv, sizeof(tlv));
usr.sbin/ctld/isns.cc
81
append(value, len);
usr.sbin/ctld/isns.hh
89
void append(const void *buf, size_t len);
usr.sbin/ctld/nvmf_discovery.cc
241
discovery_log.append(&entry);
usr.sbin/ctld/nvmf_discovery.cc
27
void append(const struct nvme_discovery_log_entry *entry);
usr.sbin/uefisign/pe.c
552
pc_off = append(x, pc, pc_len, pc_aligment);