Symbol: append
bin/pax/extern.h
67
void append(void);
bin/pax/pax.c
319
append();
games/atc/extern.h
70
void append(LIST *, PLANE *);
games/atc/update.c
378
append(&ground, pp);
games/atc/update.c
380
append(&air, pp);
games/atc/update.c
90
append(&air, pp);
lib/libc/stdio/fmemopen.c
154
st->append = oflags & O_APPEND;
lib/libc/stdio/fmemopen.c
33
int append; /* open for append */
lib/libc/stdio/fmemopen.c
55
if (st->append)
lib/libc/string/strcat.c
40
strcat(char *s, const char *append)
lib/libc/string/strcat.c
45
while ((*s++ = *append++) != '\0');
lib/libcrypto/bio/bio.h
554
BIO * BIO_push(BIO *b, BIO *append);
lib/libcurses/base/lib_screen.c
347
int append = 0;
lib/libcurses/base/lib_screen.c
365
if (++append < CCHARW_MAX) {
lib/libcurses/base/lib_screen.c
366
chars[append] = (wchar_t) value;
regress/lib/libssl/buffer/buffertest.c
176
size_t append;
regress/lib/libssl/buffer/buffertest.c
192
.append = 2048,
regress/lib/libssl/buffer/buffertest.c
202
.append = 1024,
regress/lib/libssl/buffer/buffertest.c
222
.append = 1024,
regress/lib/libssl/buffer/buffertest.c
227
.append = 4096,
regress/lib/libssl/buffer/buffertest.c
232
.append = 1,
regress/lib/libssl/buffer/buffertest.c
292
if (rwt->append > 0) {
regress/lib/libssl/buffer/buffertest.c
294
if ((wbuf = malloc(rwt->append)) == NULL)
regress/lib/libssl/buffer/buffertest.c
296
memset(wbuf, rwt->pattern, rwt->append);
regress/lib/libssl/buffer/buffertest.c
297
if ((ret = tls_buffer_append(buf, wbuf, rwt->append)) !=
sbin/pflogd/pflogd.c
572
goto append;
sbin/pflogd/pflogd.c
589
append:
sys/arch/hppa/include/som.h
89
u_int append : 1;
usr.bin/dig/dig.c
607
char append[MXNAME];
usr.bin/dig/dig.c
615
snprintf(append, sizeof(append), " %s", argv[i++]);
usr.bin/dig/dig.c
616
strlcat(lookup->cmdline, append,
usr.bin/dig/dig.c
621
snprintf(append, sizeof(append),
usr.bin/dig/dig.c
625
strlcat(lookup->cmdline, append,
usr.bin/dig/dig.c
629
snprintf(append, sizeof(append),
usr.bin/dig/dig.c
634
strlcat(lookup->cmdline, append,
usr.bin/dig/dighost.c
295
result = append(".", 1, p, end);
usr.bin/dig/dighost.c
302
return (append(in, len, p, end));
usr.bin/dig/dighost.c
357
result = append(".in-addr.arpa.", 15, &p, end);
usr.bin/ktrace/ktrace.c
107
append = 1;
usr.bin/ktrace/ktrace.c
179
if (append) {
usr.bin/ktrace/ktrace.c
64
int append, ch, fd, inherit, ops, pidset, trpoints;
usr.bin/ktrace/ktrace.c
73
append = ops = pidset = inherit = pid = 0;
usr.bin/ktrace/ktrace.c
82
append = 1;
usr.bin/mail/extern.h
89
int append(struct message *, FILE *);
usr.bin/mail/fio.c
105
if (append(&this, mestmp))
usr.bin/mail/fio.c
130
if (append(&this, mestmp))
usr.bin/make/var.c
590
bool append)
usr.bin/make/var.c
600
append ? "append to" : "set", varnames[idx]);
usr.bin/make/var.c
607
append ? "append to" : "set", v->name);
usr.bin/make/var.c
610
(append ? var_append_value : var_set_value)(v, val);
usr.bin/make/var.c
623
(append ? var_append_value : var_set_value)(v, val);
usr.bin/mandoc/roff.c
4102
int append)
usr.bin/mandoc/roff.c
4108
string ? strlen(string) : 0, append);
usr.bin/mandoc/roff.c
4114
const char *string, size_t stringsz, int append)
usr.bin/mandoc/roff.c
4137
} else if (0 == append) {
usr.bin/mandoc/roff.c
4150
newch = stringsz + (1 < append ? 2u : 1u);
usr.bin/mandoc/roff.c
4177
if (1 < append)
usr.bin/radioctl/radioctl.c
550
show_int_val(int val, const char *nick, char *append, int silent)
usr.bin/radioctl/radioctl.c
553
printf("%u%s\n", val, append);
usr.bin/radioctl/radioctl.c
557
show_float_val(float val, const char *nick, char *append, int silent)
usr.bin/radioctl/radioctl.c
560
printf("%.2f%s\n", val, append);
usr.bin/rdist/client.h
186
void append(char *, struct namelist *, char *, struct subcmd *);
usr.bin/rdist/gram.y
90
append((char *)NULL, $1, $3, $4);
usr.bin/rdist/gram.y
93
append($1, $3, $5, $6);
usr.bin/sdiff/sdiff.c
825
astrcat(char **s, const char *append)
usr.bin/sdiff/sdiff.c
842
if (!(*s = strdup(append)))
usr.bin/sdiff/sdiff.c
867
newsiz = offset + 1 + strlen(append) + 1;
usr.bin/sdiff/sdiff.c
878
strlcat(*s + offset, append, newsiz - offset);
usr.bin/ssh/misc.c
1379
append:
usr.bin/ssh/misc.c
1387
goto append;
usr.bin/ssh/scp.c
810
if (append(cp, patternsp, npatternsp) != 0) {
usr.bin/ssh/scp.c
904
if (append(cp, &active, &nactive) != 0) {
usr.bin/ssh/scp.c
934
if (append(xstrdup(cp2), &done, &ndone) != 0) {
usr.bin/tee/tee.c
103
(append ? O_APPEND : O_TRUNC), DEFFILEMODE)) == -1) {
usr.bin/tee/tee.c
73
int append, ch, exitval;
usr.bin/tee/tee.c
81
append = 0;
usr.bin/tee/tee.c
85
append = 1;
usr.bin/tmux/cmd-set-option.c
193
options_set_string(oo, name, append, "%s", value);
usr.bin/tmux/cmd-set-option.c
211
if (!append)
usr.bin/tmux/cmd-set-option.c
218
} else if (options_array_set(o, idx, value, append,
usr.bin/tmux/cmd-set-option.c
87
int append = args_has(args, 'a');
usr.bin/tmux/key-string.c
357
goto append;
usr.bin/tmux/key-string.c
363
goto append;
usr.bin/tmux/key-string.c
367
goto append;
usr.bin/tmux/key-string.c
371
goto append;
usr.bin/tmux/key-string.c
375
goto append;
usr.bin/tmux/key-string.c
379
goto append;
usr.bin/tmux/key-string.c
383
goto append;
usr.bin/tmux/key-string.c
387
goto append;
usr.bin/tmux/key-string.c
391
goto append;
usr.bin/tmux/key-string.c
395
goto append;
usr.bin/tmux/key-string.c
399
goto append;
usr.bin/tmux/key-string.c
403
goto append;
usr.bin/tmux/key-string.c
407
goto append;
usr.bin/tmux/key-string.c
411
goto append;
usr.bin/tmux/key-string.c
415
goto append;
usr.bin/tmux/key-string.c
419
goto append;
usr.bin/tmux/key-string.c
464
append:
usr.bin/tmux/options.c
1099
const char *name, const char *value, int append, char **cause)
usr.bin/tmux/options.c
1127
options_set_string(oo, name, append, "%s", value);
usr.bin/tmux/options.c
435
int append, char **cause)
usr.bin/tmux/options.c
479
if (a != NULL && append)
usr.bin/tmux/options.c
766
options_set_string(struct options *oo, const char *name, int append,
usr.bin/tmux/options.c
779
if (o != NULL && append && OPTIONS_IS_STRING(o)) {
usr.bin/vi/common/cut.c
106
if ((append = isupper(name)) == 1) {
usr.bin/vi/common/cut.c
130
} else if (!append) {
usr.bin/vi/common/cut.c
163
append = 0; /* Only append to the named buffer. */
usr.bin/vi/common/cut.c
70
int append, copy_one, copy_def;
usr.bin/vi/common/cut.c
98
append = copy_one = copy_def = 0;
usr.bin/vi/common/key.c
558
goto append;
usr.bin/vi/common/key.c
560
append: if (v_event_append(sp, argp))
usr.bin/vi/common/put.c
132
if (len > 0 && (clen = cp->cno + (append ? 1 : 0)) > 0) {
usr.bin/vi/common/put.c
147
clen = len == 0 ? 0 : len - (cp->cno + (append ? 1 : 0));
usr.bin/vi/common/put.c
163
rp->cno = len == 0 ? 0 : sp->cno + (append && tp->len ? 1 : 0);
usr.bin/vi/common/put.c
33
put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append, int cnt)
usr.bin/vi/common/put.c
97
lno = append ? cp->lno : cp->lno - 1;
usr.sbin/nsd/dnstap/dnstap.c
81
sbuf.base.append = protobuf_c_buffer_simple_append;
usr.sbin/unbound/dnstap/dnstap.c
73
sbuf.base.append = protobuf_c_buffer_simple_append;