Symbol: put
bin/stty/print.c
100
put("-echoke", ECHOKE, 0);
bin/stty/print.c
101
put("-echonl", ECHONL, 0);
bin/stty/print.c
102
put("-echoctl", ECHOCTL, 0);
bin/stty/print.c
103
put("-echoprt", ECHOPRT, 0);
bin/stty/print.c
104
put("-altwerase", ALTWERASE, 0);
bin/stty/print.c
105
put("-noflsh", NOFLSH, 0);
bin/stty/print.c
106
put("-tostop", TOSTOP, 0);
bin/stty/print.c
107
put("-flusho", FLUSHO, 0);
bin/stty/print.c
108
put("-pendin", PENDIN, 0);
bin/stty/print.c
109
put("-nokerninfo", NOKERNINFO, 0);
bin/stty/print.c
110
put("-extproc", EXTPROC, 0);
bin/stty/print.c
111
put("-xcase", XCASE, 0);
bin/stty/print.c
116
put("-istrip", ISTRIP, 0);
bin/stty/print.c
117
put("-icrnl", ICRNL, 1);
bin/stty/print.c
118
put("-inlcr", INLCR, 0);
bin/stty/print.c
119
put("-igncr", IGNCR, 0);
bin/stty/print.c
120
put("-iuclc", IUCLC, 0);
bin/stty/print.c
121
put("-ixon", IXON, 1);
bin/stty/print.c
122
put("-ixoff", IXOFF, 0);
bin/stty/print.c
123
put("-ixany", IXANY, 1);
bin/stty/print.c
124
put("-imaxbel", IMAXBEL, 1);
bin/stty/print.c
125
put("-ignbrk", IGNBRK, 0);
bin/stty/print.c
126
put("-brkint", BRKINT, 1);
bin/stty/print.c
127
put("-inpck", INPCK, 0);
bin/stty/print.c
128
put("-ignpar", IGNPAR, 0);
bin/stty/print.c
129
put("-parmrk", PARMRK, 0);
bin/stty/print.c
134
put("-opost", OPOST, 1);
bin/stty/print.c
135
put("-onlcr", ONLCR, 1);
bin/stty/print.c
136
put("-ocrnl", OCRNL, 0);
bin/stty/print.c
137
put("-onocr", ONOCR, 0);
bin/stty/print.c
138
put("-onlret", ONLRET, 0);
bin/stty/print.c
139
put("-olcuc", OLCUC, 0);
bin/stty/print.c
140
put("-oxtabs", OXTABS, 1);
bin/stty/print.c
141
put("-onoeot", ONOEOT, 0);
bin/stty/print.c
146
put("-cread", CREAD, 1);
bin/stty/print.c
162
put("-parodd", PARODD, 0);
bin/stty/print.c
163
put("-hupcl", HUPCL, 1);
bin/stty/print.c
164
put("-clocal", CLOCAL, 0);
bin/stty/print.c
165
put("-cstopb", CSTOPB, 0);
bin/stty/print.c
166
put("-crtscts", CRTSCTS, 0);
bin/stty/print.c
167
put("-mdmbuf", MDMBUF, 0);
bin/stty/print.c
94
put("-icanon", ICANON, 1);
bin/stty/print.c
95
put("-isig", ISIG, 1);
bin/stty/print.c
96
put("-iexten", IEXTEN, 1);
bin/stty/print.c
97
put("-echo", ECHO, 1);
bin/stty/print.c
98
put("-echoe", ECHOE, 0);
bin/stty/print.c
99
put("-echok", ECHOK, 0);
distrib/special/libstubs/db.c
85
dbp->put = (int (*)(const struct __db *, DBT *, const DBT *, u_int))__dberr;
games/adventure/extern.h
110
int put(int, int, int);
games/adventure/subr.c
1014
prop[bottle] = put(bottle, 115, 1);
games/adventure/subr.c
1015
prop[plant] = put(plant, 115, 0);
games/adventure/subr.c
1016
prop[oyster] = put(oyster, 115, 0);
games/adventure/subr.c
1017
prop[lamp] = put(lamp, 115, 0);
games/adventure/subr.c
1018
prop[rod] = put(rod, 115, 0);
games/adventure/subr.c
1019
prop[dwarf] = put(dwarf, 115, 0);
games/adventure/subr.c
1024
put(grate, 116, 0);
games/adventure/subr.c
1025
prop[snake] = put(snake, 116, 1);
games/adventure/subr.c
1026
prop[bird] = put(bird, 116, 1);
games/adventure/subr.c
1027
prop[cage] = put(cage, 116, 0);
games/adventure/subr.c
1028
prop[rod2] = put(rod2, 116, 0);
games/adventure/subr.c
1029
prop[pillow] = put(pillow, 116, 0);
games/adventure/subr.c
1031
prop[mirror] = put(mirror, 115, 0);
games/battlestar/cypher.c
256
put();
games/battlestar/extern.h
353
int put(void);
games/tetris/screen.h
47
#define putpad(s) tputs(s, 1, put)
games/tetris/screen.h
49
int put(int); /* just calls putchar; for tputs */
include/db.h
97
int (*put)(const struct __db *, DBT *, const DBT *, unsigned int);
lib/libc/db/btree/bt_open.c
173
dbp->put = __bt_put;
lib/libc/db/db/db.c
90
dbp->put = (int (*)(const struct __db *, DBT *, const DBT *, u_int))__dberr;
lib/libc/db/hash/hash.c
198
dbp->put = hash_put;
lib/libc/db/hash/ndbm.c
211
return ((db->put)(db, &dbtkey, &dbtdata,
lib/libc/db/recno/rec_open.c
158
dbp->put = __rec_put;
lib/libcurses/tinfo/hashed_db.c
213
result = db->put(db, NULL, key, data, DB_NOOVERWRITE);
lib/libcurses/tinfo/hashed_db.c
215
result = db->put(db, key, data, R_NOOVERWRITE);
lib/libz/deflate.c
743
int put;
lib/libz/deflate.c
757
put = Buf_size - s->bi_valid;
lib/libz/deflate.c
758
if (put > bits)
lib/libz/deflate.c
759
put = bits;
lib/libz/deflate.c
760
s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
lib/libz/deflate.c
761
s->bi_valid += put;
lib/libz/deflate.c
763
value >>= put;
lib/libz/deflate.c
764
bits -= put;
lib/libz/gzwrite.c
113
put = strm->next_out - state->x.next > (int)max ? max :
lib/libz/gzwrite.c
115
writ = (int)write(state->fd, state->x.next, put);
lib/libz/gzwrite.c
189
z_size_t put = len;
lib/libz/gzwrite.c
225
return state->again ? put - len : 0;
lib/libz/gzwrite.c
246
return state->again ? put - len : 0;
lib/libz/gzwrite.c
251
return put;
lib/libz/gzwrite.c
351
z_size_t len, put;
lib/libz/gzwrite.c
370
put = gz_write(state, s, len);
lib/libz/gzwrite.c
371
return len && put == 0 ? -1 : (int)put;
lib/libz/gzwrite.c
67
unsigned have, put, max = ((unsigned)-1 >> 2) + 1;
lib/libz/gzwrite.c
79
put = strm->avail_in > max ? max : strm->avail_in;
lib/libz/gzwrite.c
80
writ = (int)write(state->fd, strm->next_in, put);
lib/libz/infback.c
154
put = state->window; \
lib/libz/infback.c
157
if (out(out_desc, put, left)) { \
lib/libz/infback.c
195
unsigned char FAR *put; /* next output */
lib/libz/infback.c
222
put = state->window;
lib/libz/infback.c
291
zmemcpy(put, next, copy);
lib/libz/infback.c
295
put += copy;
lib/libz/infback.c
496
*put++ = (unsigned char)(state->length);
lib/libz/infback.c
581
from = put + copy;
lib/libz/infback.c
585
from = put - state->offset;
lib/libz/infback.c
592
*put++ = *from++;
lib/libz/infback.c
71
put = strm->next_out; \
lib/libz/infback.c
82
strm->next_out = put; \
lib/libz/inflate.c
1118
*put++ = 0;
lib/libz/inflate.c
1133
from = put - state->offset;
lib/libz/inflate.c
1140
*put++ = *from++;
lib/libz/inflate.c
1146
*put++ = (unsigned char)(state->length);
lib/libz/inflate.c
1158
UPDATE_CHECK(state->check, put - out, out);
lib/libz/inflate.c
330
put = strm->next_out; \
lib/libz/inflate.c
341
strm->next_out = put; \
lib/libz/inflate.c
477
unsigned char FAR *put; /* next output */
lib/libz/inflate.c
803
zmemcpy(put, next, copy);
lib/libz/inflate.c
807
put += copy;
libexec/login_token/tokendb.c
124
status = (tokendb->put)(tokendb, &key, &data, 0);
libexec/login_token/tokendb.c
351
status = (tokendb->put)(tokendb, &key, &data, 0);
libexec/spamd/grey.c
458
if (db->put(db, &dbk, &dbd, 0)) {
libexec/spamd/grey.c
713
r = db->put(db, &dbk, &dbd, 0);
libexec/spamd/grey.c
742
r = db->put(db, &dbk, &dbd, 0);
libexec/spamd/grey.c
835
r = db->put(db, &dbk, &dbd, 0);
libexec/spamd/grey.c
863
r = db->put(db, &dbk, &dbd, 0);
libexec/spamlogd/spamlogd.c
334
r = db->put(db, &dbk, &dbd, 0);
libexec/spamlogd/spamlogd.c
354
r = db->put(db, &dbk, &dbd, 0);
regress/lib/libc/db/dbtest.c
246
put(dbp, &key, &data);
regress/lib/libc/db/dbtest.c
402
switch (dbp->put(dbp, kp, dp, flags)) {
regress/lib/libc/db/dbtest.c
57
void put(DB *, DBT *, DBT *);
sys/arch/luna88k/dev/siotty.c
188
u_int8_t *put, *end;
sys/arch/luna88k/dev/siotty.c
195
put = sc->sc_rbput;
sys/arch/luna88k/dev/siotty.c
204
put[0] = c;
sys/arch/luna88k/dev/siotty.c
205
put[1] = rr & 0xff;
sys/arch/luna88k/dev/siotty.c
206
put += 2;
sys/arch/luna88k/dev/siotty.c
207
if (put >= end)
sys/arch/luna88k/dev/siotty.c
208
put = sc->sc_rbuf;
sys/arch/luna88k/dev/siotty.c
214
sc->sc_rbput = put;
sys/arch/sh/dev/scif.c
1103
u_char *put, *end;
sys/arch/sh/dev/scif.c
1109
put = sc->sc_rbput;
sys/arch/sh/dev/scif.c
1138
put[0] = c;
sys/arch/sh/dev/scif.c
1139
put[1] = err;
sys/arch/sh/dev/scif.c
1140
put += 2;
sys/arch/sh/dev/scif.c
1141
if (put >= end)
sys/arch/sh/dev/scif.c
1142
put = sc->sc_rbuf;
sys/arch/sh/dev/scif.c
1155
sc->sc_rbput = put;
sys/arch/sparc64/dev/z8530kbd.c
717
u_char *put, *end;
sys/arch/sparc64/dev/z8530kbd.c
722
put = zst->zst_rbput;
sys/arch/sparc64/dev/z8530kbd.c
738
put[0] = c;
sys/arch/sparc64/dev/z8530kbd.c
739
put[1] = rr1;
sys/arch/sparc64/dev/z8530kbd.c
740
put += 2;
sys/arch/sparc64/dev/z8530kbd.c
741
if (put >= end)
sys/arch/sparc64/dev/z8530kbd.c
742
put = zst->zst_rbuf;
sys/arch/sparc64/dev/z8530kbd.c
756
zst->zst_rbput = put;
sys/dev/fdt/if_dwge.c
1076
int idx, len, cnt, put;
sys/dev/fdt/if_dwge.c
1086
put = 0;
sys/dev/fdt/if_dwge.c
1087
while (put < cnt) {
sys/dev/fdt/if_dwge.c
1118
put++;
sys/dev/fdt/if_dwge.c
1125
if_rxr_put(&sc->sc_rx_ring, put);
sys/dev/fdt/if_dwxe.c
1015
put++;
sys/dev/fdt/if_dwxe.c
1022
if_rxr_put(&sc->sc_rx_ring, put);
sys/dev/fdt/if_dwxe.c
977
int idx, len, cnt, put;
sys/dev/fdt/if_dwxe.c
987
put = 0;
sys/dev/fdt/if_dwxe.c
988
while (put < cnt) {
sys/dev/ic/dwqe.c
795
int idx, len, cnt, put;
sys/dev/ic/dwqe.c
805
put = 0;
sys/dev/ic/dwqe.c
806
while (put < cnt) {
sys/dev/ic/dwqe.c
840
put++;
sys/dev/ic/dwqe.c
847
if_rxr_put(&sc->sc_rx_ring, put);
sys/dev/ic/wdc.c
1945
int put = 0;
sys/dev/ic/wdc.c
1952
put = 1;
sys/dev/ic/wdc.c
1955
if (put)
sys/dev/ic/wdc.c
1969
int put = 0;
sys/dev/ic/wdc.c
1984
put = 1;
sys/dev/ic/wdc.c
1987
if (put)
sys/dev/ic/z8530tty.c
1269
uint8_t *put, *end;
sys/dev/ic/z8530tty.c
1274
put = zst->zst_rbput;
sys/dev/ic/z8530tty.c
1290
put[0] = c;
sys/dev/ic/z8530tty.c
1291
put[1] = rr1;
sys/dev/ic/z8530tty.c
1292
put += 2;
sys/dev/ic/z8530tty.c
1293
if (put >= end)
sys/dev/ic/z8530tty.c
1294
put = zst->zst_rbuf;
sys/dev/ic/z8530tty.c
1308
zst->zst_rbput = put;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
189
if (symtable->put(symtable, &key, &data,
sys/dev/pci/cz.c
1542
u_int move, get, put, size, address;
sys/dev/pci/cz.c
1551
put = CZTTY_BUF_READ(sc, BUFCTL_TX_PUT);
sys/dev/pci/cz.c
1554
while ((tp->t_outq.c_cc > 0) && ((move = TX_MOVEABLE(get, put, size)))){
sys/dev/pci/cz.c
1569
address + put, tp->t_outq.c_cf, move);
sys/dev/pci/cz.c
1575
put = ((put + move) % size);
sys/dev/pci/cz.c
1579
CZTTY_BUF_WRITE(sc, BUFCTL_TX_PUT, put);
sys/dev/pci/cz.c
1588
u_int get, put, size, address;
sys/dev/pci/cz.c
1593
put = CZTTY_BUF_READ(sc, BUFCTL_RX_PUT);
sys/dev/pci/cz.c
1596
while ((get != put) && ((tp->t_canq.c_cc + tp->t_rawq.c_cc) < tp->t_hiwat)) {
sys/dev/pci/drm/i915/gt/intel_engine_pm.c
292
.put = __engine_park,
sys/dev/pci/drm/i915/gt/intel_gt_pm.c
150
.put = __gt_park,
sys/dev/pci/drm/i915/intel_wakeref.c
62
if (likely(!wf->ops->put(wf))) {
sys/dev/pci/drm/i915/intel_wakeref.h
37
int (*put)(struct intel_wakeref *wf);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
121
goto put;
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
126
put:
sys/dev/sun/z8530ms.c
271
int put, put_next;
sys/dev/sun/z8530ms.c
274
put = sc->sc_rbput;
sys/dev/sun/z8530ms.c
294
sc->sc_rbuf[put] = (c << 8) | rr1;
sys/dev/sun/z8530ms.c
295
put_next = (put + 1) & MS_RX_RING_MASK;
sys/dev/sun/z8530ms.c
303
put = put_next;
sys/dev/sun/z8530ms.c
313
sc->sc_rbput = put;
sys/dev/wscons/wskbd.c
751
int put;
sys/dev/wscons/wskbd.c
768
put = evar->ws_put;
sys/dev/wscons/wskbd.c
769
ev = &evar->ws_q[put];
sys/dev/wscons/wskbd.c
770
put = (put + 1) % WSEVENT_QSIZE;
sys/dev/wscons/wskbd.c
771
if (put == evar->ws_get) {
sys/dev/wscons/wskbd.c
780
evar->ws_put = put;
sys/dev/wscons/wsmouse.c
1112
if (n != evq->put) {
sys/dev/wscons/wsmouse.c
1114
while (n != evq->put) {
sys/dev/wscons/wsmouse.c
1150
evq.put = evq.evar->ws_put;
sys/dev/wscons/wsmouse.c
1195
evq.evar->ws_put = evq.put;
sys/dev/wscons/wsmouse.c
960
space = evq->evar->ws_get - evq->put;
sys/dev/wscons/wsmouse.c
964
ev = &evq->evar->ws_q[evq->put++];
sys/dev/wscons/wsmouse.c
965
evq->put %= WSEVENT_QSIZE;
sys/dev/wscons/wsmouseinput.h
178
int put;
sys/dev/wscons/wsmux.c
388
int put, get, n;
sys/dev/wscons/wsmux.c
420
put = evar->ws_put;
sys/dev/wscons/wsmux.c
421
ev = &evar->ws_q[put];
sys/dev/wscons/wsmux.c
422
if (++put % WSEVENT_QSIZE == get) {
sys/dev/wscons/wsmux.c
426
if (put >= WSEVENT_QSIZE)
sys/dev/wscons/wsmux.c
427
put = 0;
sys/dev/wscons/wsmux.c
430
evar->ws_put = put;
sys/dev/wscons/wstpad.c
935
evq.put = evq.evar->ws_put;
sys/dev/wscons/wstpad.c
946
evq.evar->ws_put = evq.put;
sys/kern/uipc_usrreq.c
878
goto put;
sys/kern/uipc_usrreq.c
881
goto put;
sys/kern/uipc_usrreq.c
885
goto put;
sys/kern/uipc_usrreq.c
889
goto put;
sys/kern/uipc_usrreq.c
899
goto put;
sys/kern/uipc_usrreq.c
940
put:
sys/lib/libsa/printf.c
108
put(ch);
sys/lib/libsa/printf.c
141
kprintn(put, ul, *p++, width, padchar);
sys/lib/libsa/printf.c
148
put(set ? ',' : '<');
sys/lib/libsa/printf.c
150
put(n);
sys/lib/libsa/printf.c
157
put('>');
sys/lib/libsa/printf.c
162
put(ch & 0x7f);
sys/lib/libsa/printf.c
167
put(ch);
sys/lib/libsa/printf.c
174
put('-');
sys/lib/libsa/printf.c
177
kprintn64(put, ull, 10, width, padchar);
sys/lib/libsa/printf.c
184
put('-');
sys/lib/libsa/printf.c
187
kprintn(put, ul, 10, width, padchar);
sys/lib/libsa/printf.c
193
kprintn64(put, ull, 8, width, padchar);
sys/lib/libsa/printf.c
199
kprintn(put, ul, 8, width, padchar);
sys/lib/libsa/printf.c
205
kprintn64(put, ull, 10, width, padchar);
sys/lib/libsa/printf.c
211
kprintn(put, ul, 10, width, padchar);
sys/lib/libsa/printf.c
214
put('0');
sys/lib/libsa/printf.c
215
put('x');
sys/lib/libsa/printf.c
221
kprintn64(put, ull, 16, width, padchar);
sys/lib/libsa/printf.c
240
put(*--p);
sys/lib/libsa/printf.c
247
kprintn(put, ul, 16, width, padchar);
sys/lib/libsa/printf.c
250
put('%');
sys/lib/libsa/printf.c
256
put('l');
sys/lib/libsa/printf.c
257
put(ch);
sys/lib/libsa/printf.c
263
kprintn(void (*put)(int), unsigned long ul, int base, int width, char padchar)
sys/lib/libsa/printf.c
276
put(*--p);
sys/lib/libsa/printf.c
282
kprintn64(void (*put)(int), u_int64_t ull, int base, int width, char padchar)
sys/lib/libsa/printf.c
295
put(*--p);
sys/lib/libsa/printf.c
95
kdoprnt(void (*put)(int), const char *fmt, va_list ap)
sys/lib/libz/deflate.c
743
int put;
sys/lib/libz/deflate.c
757
put = Buf_size - s->bi_valid;
sys/lib/libz/deflate.c
758
if (put > bits)
sys/lib/libz/deflate.c
759
put = bits;
sys/lib/libz/deflate.c
760
s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
sys/lib/libz/deflate.c
761
s->bi_valid += put;
sys/lib/libz/deflate.c
763
value >>= put;
sys/lib/libz/deflate.c
764
bits -= put;
sys/lib/libz/infback.c
154
put = state->window; \
sys/lib/libz/infback.c
157
if (out(out_desc, put, left)) { \
sys/lib/libz/infback.c
195
unsigned char FAR *put; /* next output */
sys/lib/libz/infback.c
222
put = state->window;
sys/lib/libz/infback.c
291
zmemcpy(put, next, copy);
sys/lib/libz/infback.c
295
put += copy;
sys/lib/libz/infback.c
496
*put++ = (unsigned char)(state->length);
sys/lib/libz/infback.c
581
from = put + copy;
sys/lib/libz/infback.c
585
from = put - state->offset;
sys/lib/libz/infback.c
592
*put++ = *from++;
sys/lib/libz/infback.c
71
put = strm->next_out; \
sys/lib/libz/infback.c
82
strm->next_out = put; \
sys/lib/libz/inflate.c
1118
*put++ = 0;
sys/lib/libz/inflate.c
1133
from = put - state->offset;
sys/lib/libz/inflate.c
1140
*put++ = *from++;
sys/lib/libz/inflate.c
1146
*put++ = (unsigned char)(state->length);
sys/lib/libz/inflate.c
1158
UPDATE_CHECK(state->check, put - out, out);
sys/lib/libz/inflate.c
330
put = strm->next_out; \
sys/lib/libz/inflate.c
341
strm->next_out = put; \
sys/lib/libz/inflate.c
477
unsigned char FAR *put; /* next output */
sys/lib/libz/inflate.c
803
zmemcpy(put, next, copy);
sys/lib/libz/inflate.c
807
put += copy;
sys/net/if_aggr.c
1201
goto put;
sys/net/if_aggr.c
1206
goto put;
sys/net/if_aggr.c
1211
goto put;
sys/net/if_aggr.c
1215
goto put;
sys/net/if_aggr.c
1221
goto put;
sys/net/if_aggr.c
1229
goto put;
sys/net/if_aggr.c
1356
put:
sys/net/if_bpe.c
461
goto put;
sys/net/if_bpe.c
467
goto put;
sys/net/if_bpe.c
472
goto put;
sys/net/if_bpe.c
519
put:
sys/net/if_bpe.c
627
goto put;
sys/net/if_bpe.c
631
goto put;
sys/net/if_bpe.c
635
goto put;
sys/net/if_bpe.c
644
put:
sys/net/if_bridge.c
722
goto put;
sys/net/if_bridge.c
732
goto put;
sys/net/if_bridge.c
736
put:
sys/net/if_ethersubr.c
1645
goto put;
sys/net/if_ethersubr.c
1651
goto put;
sys/net/if_ethersubr.c
1670
put:
sys/net/if_ethersubr.c
1931
goto put;
sys/net/if_ethersubr.c
1936
goto put;
sys/net/if_ethersubr.c
1953
goto put;
sys/net/if_ethersubr.c
1958
goto put;
sys/net/if_ethersubr.c
1971
goto put;
sys/net/if_ethersubr.c
2015
put:
sys/net/if_gre.c
3504
goto put;
sys/net/if_gre.c
3511
goto put;
sys/net/if_gre.c
3553
put:
sys/net/if_pfsync.c
616
goto put;
sys/net/if_pfsync.c
622
put:
sys/net/if_pfsync.c
639
goto put;
sys/net/if_pfsync.c
643
goto put;
sys/net/if_pfsync.c
649
put:
sys/net/if_pfsync.c
791
goto put;
sys/net/if_pfsync.c
796
goto put;
sys/net/if_pfsync.c
835
put:
sys/net/if_pppoe.c
785
goto put;
sys/net/if_pppoe.c
791
goto put;
sys/net/if_pppoe.c
821
put:
sys/net/if_rport.c
368
goto put;
sys/net/if_rport.c
376
goto put;
sys/net/if_rport.c
381
goto put;
sys/net/if_rport.c
388
put:
sys/net/if_tpmr.c
515
goto put;
sys/net/if_tpmr.c
520
goto put;
sys/net/if_tpmr.c
527
goto put;
sys/net/if_tpmr.c
595
put:
sys/net/if_tun.c
1012
goto put;
sys/net/if_tun.c
1034
goto put;
sys/net/if_tun.c
1051
put:
sys/net/if_tun.c
1179
goto put;
sys/net/if_tun.c
1186
put:
sys/net/if_tun.c
838
goto put;
sys/net/if_tun.c
899
put:
sys/net/if_tun.c
942
goto put;
sys/net/if_tun.c
948
goto put;
sys/net/if_veb.c
1754
goto put;
sys/net/if_veb.c
1759
goto put;
sys/net/if_veb.c
1766
goto put;
sys/net/if_veb.c
1773
goto put;
sys/net/if_veb.c
1870
put:
sys/net/if_veb.c
1991
goto put;
sys/net/if_veb.c
1995
put:
sys/net/if_veb.c
2195
goto put;
sys/net/if_veb.c
2200
goto put;
sys/net/if_veb.c
2208
put:
sys/net/if_veb.c
2997
goto put;
sys/net/if_veb.c
3008
put:
sys/net/if_veb.c
3054
goto put;
sys/net/if_veb.c
3067
put:
sys/net/if_vlan.c
501
goto put;
sys/net/if_vlan.c
510
goto put;
sys/net/if_vlan.c
585
put:
sys/net/if_vlan.c
934
goto put;
sys/net/if_vlan.c
939
goto put;
sys/net/if_vlan.c
944
goto put;
sys/net/if_vlan.c
949
goto put;
sys/net/if_vlan.c
959
put:
sys/net/if_vxlan.c
1144
goto put;
sys/net/if_vxlan.c
1149
goto put;
sys/net/if_vxlan.c
1178
put:
sys/net/if_vxlan.c
1587
goto put;
sys/net/if_vxlan.c
1591
goto put;
sys/net/if_vxlan.c
1595
goto put;
sys/net/if_vxlan.c
1604
put:
sys/net/rtable.c
586
goto put;
sys/net/rtable.c
640
put:
usr.bin/cap_mkdb/cap_mkdb.c
219
switch(capdbp->put(capdbp, &key, &data, R_NOOVERWRITE)) {
usr.bin/cap_mkdb/cap_mkdb.c
254
switch(capdbp->put(capdbp,
usr.bin/ftp/cmds.h
24
void put(int, char **);
usr.bin/ftp/cmdtab.c
128
{ "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
usr.bin/ftp/cmdtab.c
181
{ "put", H(sendhelp), 1, 1, 1, CMPL(lr) put },
usr.bin/ftp/cmdtab.c
195
{ "send", H(sendhelp), 1, 1, 1, CMPL(lr) put },
usr.bin/mail/extern.h
46
struct name *put(struct name *, struct name *);
usr.bin/mail/names.c
379
new = put(new, np);
usr.bin/mail/names.c
388
new = put(new, np);
usr.bin/mail/names.c
434
nlist = put(nlist, np);
usr.bin/tftp/main.c
127
{ "put", "send file", put },
usr.bin/tftp/main.c
67
void put(int, char **);
usr.bin/vacation/vacation.c
423
(void)(db->put)(db, &key, &data, 0);
usr.bin/vacation/vacation.c
441
(void)(db->put)(db, &key, &data, 0);
usr.bin/vi/common/line.c
254
if (ep->db->put(ep->db, &key, &data, R_IAFTER) == -1) {
usr.bin/vi/common/line.c
322
if (ep->db->put(ep->db, &key, &data, R_IBEFORE) == -1) {
usr.bin/vi/common/line.c
384
if (ep->db->put(ep->db, &key, &data, 0) == -1) {
usr.bin/vi/common/log.c
184
if (ep->log->put(ep->log, &key, &data, 0) == -1)
usr.bin/vi/common/log.c
259
if (ep->log->put(ep->log, &key, &data, 0) == -1)
usr.bin/vi/common/log.c
327
if (ep->log->put(ep->log, &key, &data, 0) == -1)
usr.bin/vi/ex/ex_move.c
62
if (put(sp, &cb, NULL, &tm, &m, 1, 1))
usr.bin/vi/ex/ex_put.c
40
if (put(sp, NULL,
usr.bin/vi/include/com_extern.h
84
int put(SCR *, CB *, CHAR_T *, MARK *, MARK *, int, int);
usr.bin/vi/vi/v_put.c
47
if (put(sp, NULL, F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL,
usr.bin/vi/vi/v_put.c
74
if (put(sp, NULL, F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL,
usr.sbin/dev_mkdb/dev_mkdb.c
134
if ((db->put)(db, &key, &data, 0))
usr.sbin/kvm_mkdb/nlist.c
221
if (db->put(db, &key, &data, 0))
usr.sbin/kvm_mkdb/nlist.c
277
if (db->put(db, &key, &data, 0))
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
225
switch ((db->put)(db, &key, &data,
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
314
switch ((db->put)(db, &key, &data, R_NOOVERWRITE)) {
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
375
switch ((xdb->put)(xdb, &key, &data, R_NOOVERWRITE)) {
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
613
switch ((odb->put)(odb, &key, &data, R_NOOVERWRITE)) {
usr.sbin/netgroup_mkdb/netgroup_mkdb.c
666
switch ((odb->put)(odb, &key, &data, R_NOOVERWRITE)) {
usr.sbin/pwd_mkdb/pwd_mkdb.c
308
if ((edp->put)(edp, &key, &data, R_NOOVERWRITE) == -1)
usr.sbin/pwd_mkdb/pwd_mkdb.c
311
if (dp && (dp->put)(dp, &key, &data, R_NOOVERWRITE) == -1)
usr.sbin/pwd_mkdb/pwd_mkdb.c
616
if ((edp->put)(edp, &key, &data, dbmode) == -1)
usr.sbin/pwd_mkdb/pwd_mkdb.c
634
if ((dp->put)(dp, &key, &data, dbmode) == -1)
usr.sbin/radiusd/radiusd_ipcp.c
1555
db->put(db, &key, &val, 0);
usr.sbin/rpc.statd/statd.c
213
switch ((*db->put)(db, &undefkey, &data, 0)) {
usr.sbin/rpc.statd/statd.c
255
switch ((*db->put)(db, &key, &data, 0)) {
usr.sbin/sa/extern.h
97
((*(db)->put)((db), (key), (data), (flags)))
usr.sbin/smtpd/makemap.c
333
if (db->put(db, &key, &val, 0) == -1) {
usr.sbin/smtpd/makemap.c
367
if (db->put(db, &key, &val, 0) == -1) {
usr.sbin/spamdb/spamdb.c
141
r = db->put(db, &dbk, &dbd, 0);
usr.sbin/spamdb/spamdb.c
176
r = db->put(db, &dbk, &dbd, 0);
usr.sbin/ypserv/common/ypdb.c
216
return ((db->put)(db, &nk, &nd,