Symbol: append
bin/pax/extern.h
67
void append (void);
bin/pax/pax.c
272
append();
crypto/libressl/include/openssl/bio.h
579
BIO * BIO_push(BIO *b, BIO *append);
crypto/openssh/misc.c
1337
append:
crypto/openssh/misc.c
1345
goto append;
crypto/openssh/scp.c
871
if (append(cp, patternsp, npatternsp) != 0) {
crypto/openssh/scp.c
965
if (append(cp, &active, &nactive) != 0) {
crypto/openssh/scp.c
995
if (append(xstrdup(cp2), &done, &ndone) != 0) {
games/atc/extern.h
79
extern void append(LIST *, PLANE *);
games/atc/update.c
356
append(&ground, pp);
games/atc/update.c
358
append(&air, pp);
games/atc/update.c
70
append(&air, pp);
lib/libc/db/test/btree.tests/main.c
57
void append(DB *, char **);
lib/libc/db/test/btree.tests/main.c
84
"a", 2, 1, append, "append key def", "append key with data def",
lib/libc/string/strcat.c
36
strcat(char * __restrict s, const char * __restrict append)
lib/libc/string/strcat.c
41
while ((*s++ = *append++));
sbin/devd/devd.cc
649
dst.append(get_variable(buffer));
sbin/devd/devd.cc
653
config::expand_string(const char *src, const char *prepend, const char *append)
sbin/devd/devd.cc
670
dst.append(src);
sbin/devd/devd.cc
673
dst.append(src, var_at - src);
sbin/devd/devd.cc
678
if (append != NULL)
sbin/devd/devd.cc
679
dst.append(append);
sbin/devd/devd.hh
163
const char * prepend = NULL, const char * append = NULL);
sys/kern/subr_sglist.c
587
int append;
sys/kern/subr_sglist.c
597
append = 0;
sys/kern/subr_sglist.c
602
append = 1;
sys/kern/subr_sglist.c
605
if (first->sg_nseg + second->sg_nseg - append > first->sg_maxseg)
sys/kern/subr_sglist.c
609
if (append)
sys/kern/subr_sglist.c
613
bcopy(first->sg_segs + first->sg_nseg, second->sg_segs + append,
sys/kern/subr_sglist.c
614
(second->sg_nseg - append) * sizeof(struct sglist_seg));
sys/kern/subr_sglist.c
615
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);
usr.bin/ktrace/ktrace.c
128
if (append) {
usr.bin/ktrace/ktrace.c
56
int append, ch, fd, inherit, ops, pid, pidset, trpoints;
usr.bin/ktrace/ktrace.c
62
append = ops = pid = pidset = inherit = 0;
usr.bin/ktrace/ktrace.c
68
append = 1;
usr.bin/mail/extern.h
83
int append(struct message *, FILE *);
usr.bin/mail/fio.c
118
if (append(&this, mestmp))
usr.bin/mail/fio.c
95
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
62
int append, ch, exitval;
usr.bin/tee/tee.c
65
append = 0;
usr.bin/tee/tee.c
69
append = 1;
usr.bin/tee/tee.c
86
if (append)
usr.sbin/pflogd/pflogd.c
548
goto append;
usr.sbin/pflogd/pflogd.c
565
append:
usr.sbin/uefisign/pe.c
552
pc_off = append(x, pc, pc_len, pc_aligment);