bin/ksh/jobs.c
1122
remove_job(j, where);
bin/ksh/jobs.c
1562
remove_job(Job *j, const char *where)
bin/ksh/jobs.c
1572
internal_warningf("%s: job not found (%s)", __func__, where);
bin/ksh/jobs.c
1602
put_job(Job *j, int where)
bin/ksh/jobs.c
1614
switch (where) {
bin/ksh/jobs.c
987
const char *where)
games/adventure/vocab.c
100
atloc[where] = linkx[object];
games/adventure/vocab.c
103
for (temp = atloc[where]; linkx[temp] != object; temp = linkx[temp])
games/adventure/vocab.c
110
drop(int object, int where)
games/adventure/vocab.c
113
fixed[object - 100] = where;
games/adventure/vocab.c
117
place[object] = where;
games/adventure/vocab.c
119
if (where <= 0)
games/adventure/vocab.c
121
linkx[object] = atloc[where];
games/adventure/vocab.c
122
atloc[where] = object;
games/adventure/vocab.c
66
move(int object, int where)
games/adventure/vocab.c
76
drop(object, where);
games/adventure/vocab.c
81
put(int object, int where, int pval)
games/adventure/vocab.c
83
move(object, where);
games/adventure/vocab.c
89
carry(int object, int where)
games/adventure/vocab.c
99
if (atloc[where] == object) {
games/monop/monop.h
179
void where(void);
games/phantasia/io.c
132
more(int where)
games/phantasia/io.c
134
mvaddstr(where, 0, "-- more --");
include/rpc/rpc_msg.h
97
caddr_t where;
lib/libc/rpc/clnt_raw.c
174
msg.acpted_rply.ar_results.where = resultsp;
lib/libc/rpc/clnt_tcp.c
277
reply_msg.acpted_rply.ar_results.where = NULL;
lib/libc/rpc/clnt_udp.c
251
reply_msg.acpted_rply.ar_results.where = resultsp;
lib/libc/rpc/pmap_rmt.c
318
msg.acpted_rply.ar_results.where = (caddr_t)&r;
lib/libc/rpc/rpc_prot.c
90
return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where));
lib/libc/rpc/svc.c
377
rply.acpted_rply.ar_results.where = xdr_location;
lib/libc/rpc/xdr_rec.c
623
caddr_t where;
lib/libc/rpc/xdr_rec.c
629
where = rstrm->in_base;
lib/libc/rpc/xdr_rec.c
631
where += i;
lib/libc/rpc/xdr_rec.c
633
if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
lib/libc/rpc/xdr_rec.c
635
rstrm->in_finger = where;
lib/libc/rpc/xdr_rec.c
636
where += len;
lib/libc/rpc/xdr_rec.c
637
rstrm->in_boundry = where;
lib/libcrypto/stack/stack.h
80
int sk_insert(_STACK *sk, void *data, int where);
lib/libedit/terminal.c
483
terminal_move_to_line(EditLine *el, int where)
lib/libedit/terminal.c
487
if (where == el->el_cursor.v)
lib/libedit/terminal.c
490
if (where > el->el_terminal.t_size.v) {
lib/libedit/terminal.c
494
where);
lib/libedit/terminal.c
498
if ((del = where - el->el_cursor.v) > 0) {
lib/libedit/terminal.c
538
el->el_cursor.v = where;/* now where is here */
lib/libedit/terminal.c
546
terminal_move_to_char(EditLine *el, int where)
lib/libedit/terminal.c
551
if (where == el->el_cursor.h)
lib/libedit/terminal.c
554
if (where > el->el_terminal.t_size.h) {
lib/libedit/terminal.c
558
where);
lib/libedit/terminal.c
562
if (!where) { /* if where is first column */
lib/libedit/terminal.c
567
del = where - el->el_cursor.h;
lib/libedit/terminal.c
571
terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
lib/libedit/terminal.c
581
(where & ~0x7)
lib/libedit/terminal.c
583
el->el_cursor.v][where & 0370] !=
lib/libedit/terminal.c
589
i < (where & ~0x7);
lib/libedit/terminal.c
594
el->el_cursor.h = where & ~0x7;
lib/libedit/terminal.c
607
(size_t)(where - el->el_cursor.h));
lib/libedit/terminal.c
621
(((unsigned int) where >> 3) +
lib/libedit/terminal.c
622
(where & 07)))
lib/libedit/terminal.c
623
: (-del > where)) {
lib/libedit/terminal.c
633
el->el_cursor.h = where; /* now where is here */
lib/libkvm/kvm_file2.c
205
char *where;
lib/libkvm/kvm_file2.c
230
where = _kvm_reallocarray(kd, kd->filebase, nfiles, esize);
lib/libkvm/kvm_file2.c
231
if (where == NULL)
lib/libkvm/kvm_file2.c
234
kd->filebase = (void *)where;
lib/libkvm/kvm_file2.c
251
memcpy(where, &kf, esize);
lib/libkvm/kvm_file2.c
252
where += esize;
lib/libkvm/kvm_file2.c
270
char *where;
lib/libkvm/kvm_file2.c
307
where = _kvm_reallocarray(kd, kd->filebase, nfiles + 10, esize);
lib/libkvm/kvm_file2.c
308
if (where == NULL)
lib/libkvm/kvm_file2.c
311
kd->filebase = (void *)where;
lib/libkvm/kvm_file2.c
388
memcpy(where, &kf, esize);
lib/libkvm/kvm_file2.c
389
where += esize;
lib/libkvm/kvm_file2.c
399
memcpy(where, &kf, esize);
lib/libkvm/kvm_file2.c
400
where += esize;
lib/libkvm/kvm_file2.c
410
memcpy(where, &kf, esize);
lib/libkvm/kvm_file2.c
411
where += esize;
lib/libkvm/kvm_file2.c
421
memcpy(where, &kf, esize);
lib/libkvm/kvm_file2.c
422
where += esize;
lib/libkvm/kvm_file2.c
448
memcpy(where, &kf, esize);
lib/libkvm/kvm_file2.c
449
where += esize;
lib/libssl/tls13_handshake.c
691
int state, where;
lib/libssl/tls13_handshake.c
701
where = tls13_handshake_info_position(ctx);
lib/libssl/tls13_handshake.c
702
ctx->info_cb(ctx, where, 1);
libexec/ld.so/aarch64/rtld_machine.c
121
Elf_Addr *where;
libexec/ld.so/aarch64/rtld_machine.c
123
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/aarch64/rtld_machine.c
124
*where += loff;
libexec/ld.so/aarch64/rtld_machine.c
127
Elf_Addr *where, value, mask;
libexec/ld.so/aarch64/rtld_machine.c
144
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/aarch64/rtld_machine.c
188
*where = value;
libexec/ld.so/aarch64/rtld_machine.c
193
void *dstaddr = where;
libexec/ld.so/aarch64/rtld_machine.c
210
value -= (Elf_Addr)where;
libexec/ld.so/aarch64/rtld_machine.c
218
*where &= ~mask;
libexec/ld.so/aarch64/rtld_machine.c
219
*where |= value;
libexec/ld.so/aarch64/rtld_machine.c
248
Elf_Addr *where;
libexec/ld.so/aarch64/rtld_machine.c
249
where = (Elf_Addr *)(rel->r_offset + object->obj_base);
libexec/ld.so/aarch64/rtld_machine.c
250
*where += object->obj_base;
libexec/ld.so/aarch64/rtld_machine.c
94
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel);
libexec/ld.so/amd64/rtld_machine.c
168
void _dl_reloc_plt(Elf_Addr *where, Elf_Addr value);
libexec/ld.so/amd64/rtld_machine.c
194
Elf_Addr *where;
libexec/ld.so/amd64/rtld_machine.c
196
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/amd64/rtld_machine.c
197
*where = rels->r_addend + loff;
libexec/ld.so/amd64/rtld_machine.c
200
Elf_Addr *where, value, mask;
libexec/ld.so/amd64/rtld_machine.c
216
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/amd64/rtld_machine.c
257
_dl_reloc_plt(where, value);
libexec/ld.so/amd64/rtld_machine.c
262
void *dstaddr = where;
libexec/ld.so/amd64/rtld_machine.c
279
value -= (Elf_Addr)where;
libexec/ld.so/amd64/rtld_machine.c
288
*where &= ~mask;
libexec/ld.so/amd64/rtld_machine.c
289
*where |= value;
libexec/ld.so/amd64/rtld_machine.c
291
Elf32_Addr *where32 = (Elf32_Addr *)where;
libexec/ld.so/amd64/rtld_machine.c
302
_dl_reloc_plt(Elf_Addr *where, Elf_Addr value)
libexec/ld.so/amd64/rtld_machine.c
304
*where = value;
libexec/ld.so/amd64/rtld_machine.c
379
Elf_Addr *where;
libexec/ld.so/amd64/rtld_machine.c
380
where = (Elf_Addr *)(rel->r_offset + object->obj_base);
libexec/ld.so/amd64/rtld_machine.c
381
*where += object->obj_base;
libexec/ld.so/arm/rtld_machine.c
157
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_Rel *rel);
libexec/ld.so/arm/rtld_machine.c
184
Elf_Addr *where;
libexec/ld.so/arm/rtld_machine.c
186
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/arm/rtld_machine.c
187
*where += loff;
libexec/ld.so/arm/rtld_machine.c
190
Elf_Addr *where, value, mask;
libexec/ld.so/arm/rtld_machine.c
205
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/arm/rtld_machine.c
211
value = *where & RELOC_VALUE_BITMASK(type);
libexec/ld.so/arm/rtld_machine.c
253
*where = value;
libexec/ld.so/arm/rtld_machine.c
258
void *dstaddr = where;
libexec/ld.so/arm/rtld_machine.c
275
value -= (Elf_Addr)where;
libexec/ld.so/arm/rtld_machine.c
283
*where &= ~mask;
libexec/ld.so/arm/rtld_machine.c
284
*where |= value;
libexec/ld.so/arm/rtld_machine.c
313
Elf_Addr *where;
libexec/ld.so/arm/rtld_machine.c
314
where = (Elf_Addr *)(rel->r_offset + object->obj_base);
libexec/ld.so/arm/rtld_machine.c
315
*where += object->obj_base;
libexec/ld.so/hppa/rtld_machine.c
156
Elf_Addr *where = (Elf_Addr *)(rela->r_offset + loff);
libexec/ld.so/hppa/rtld_machine.c
157
*where = rela->r_addend + loff;
libexec/ld.so/i386/rtld_machine.c
168
void _dl_reloc_plt(Elf_Addr *where, Elf_Addr value);
libexec/ld.so/i386/rtld_machine.c
194
Elf_Addr *where;
libexec/ld.so/i386/rtld_machine.c
196
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/i386/rtld_machine.c
197
*where += loff;
libexec/ld.so/i386/rtld_machine.c
200
Elf_Addr *where, value, mask;
libexec/ld.so/i386/rtld_machine.c
216
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/i386/rtld_machine.c
219
value = *where & RELOC_VALUE_BITMASK(type);
libexec/ld.so/i386/rtld_machine.c
257
_dl_reloc_plt((Elf_Word *)where, value);
libexec/ld.so/i386/rtld_machine.c
262
void *dstaddr = where;
libexec/ld.so/i386/rtld_machine.c
279
value -= (Elf_Addr)where;
libexec/ld.so/i386/rtld_machine.c
287
*where &= ~mask;
libexec/ld.so/i386/rtld_machine.c
288
*where |= value;
libexec/ld.so/i386/rtld_machine.c
305
_dl_reloc_plt(Elf_Addr *where, Elf_Addr value)
libexec/ld.so/i386/rtld_machine.c
307
*where = value;
libexec/ld.so/i386/rtld_machine.c
385
Elf_Addr *where;
libexec/ld.so/i386/rtld_machine.c
386
where = (Elf_Addr *)(rel->r_offset + object->obj_base);
libexec/ld.so/i386/rtld_machine.c
387
*where += object->obj_base;
libexec/ld.so/loader.c
1051
Elf_Addr *where;
libexec/ld.so/loader.c
1053
where = (Elf_Addr *)(*reloc + loff);
libexec/ld.so/loader.c
1054
*where++ += loff;
libexec/ld.so/loader.c
1059
Elf_Addr *here = where;
libexec/ld.so/loader.c
1067
where += (8 * sizeof *reloc) - 1;
libexec/ld.so/riscv64/rtld_machine.c
120
Elf_Addr *where;
libexec/ld.so/riscv64/rtld_machine.c
122
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/riscv64/rtld_machine.c
123
*where += loff;
libexec/ld.so/riscv64/rtld_machine.c
126
Elf_Addr *where, value, mask;
libexec/ld.so/riscv64/rtld_machine.c
143
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/riscv64/rtld_machine.c
187
*where = value;
libexec/ld.so/riscv64/rtld_machine.c
192
void *dstaddr = where;
libexec/ld.so/riscv64/rtld_machine.c
209
value -= (Elf_Addr)where;
libexec/ld.so/riscv64/rtld_machine.c
217
*where &= ~mask;
libexec/ld.so/riscv64/rtld_machine.c
218
*where |= value;
libexec/ld.so/riscv64/rtld_machine.c
247
Elf_Addr *where;
libexec/ld.so/riscv64/rtld_machine.c
248
where = (Elf_Addr *)(rel->r_offset + object->obj_base);
libexec/ld.so/riscv64/rtld_machine.c
249
*where += object->obj_base;
libexec/ld.so/riscv64/rtld_machine.c
93
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel);
libexec/ld.so/sh/rtld_machine.c
406
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel);
libexec/ld.so/sh/rtld_machine.c
409
_dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel)
libexec/ld.so/sh/rtld_machine.c
411
*where = value + rel->r_addend;
libexec/ld.so/sh/rtld_machine.c
439
Elf_Addr *where;
libexec/ld.so/sh/rtld_machine.c
441
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/sh/rtld_machine.c
442
*where = rels->r_addend + loff;
libexec/ld.so/sh/rtld_machine.c
445
Elf_Addr *where, value, mask;
libexec/ld.so/sh/rtld_machine.c
462
where = (Elf_Addr *)(rels->r_offset + loff);
libexec/ld.so/sh/rtld_machine.c
468
value = *where & RELOC_VALUE_BITMASK(type);
libexec/ld.so/sh/rtld_machine.c
509
_dl_reloc_plt((Elf_Word *)where, value, rels);
libexec/ld.so/sh/rtld_machine.c
514
void *dstaddr = where;
libexec/ld.so/sh/rtld_machine.c
531
value -= (Elf_Addr)where;
libexec/ld.so/sh/rtld_machine.c
539
*where &= ~mask;
libexec/ld.so/sh/rtld_machine.c
540
*where |= value;
libexec/ld.so/sh/rtld_machine.c
569
Elf_Addr *where, value;
libexec/ld.so/sh/rtld_machine.c
572
where = (Elf_Addr *)(rel->r_offset + object->obj_base);
libexec/ld.so/sh/rtld_machine.c
578
*where += object->obj_base + value;
libexec/ld.so/sparc64/rtld_machine.c
203
static int _dl_reloc_addend(Elf_Word *where, Elf_Addr value,
libexec/ld.so/sparc64/rtld_machine.c
232
Elf_Addr *where;
libexec/ld.so/sparc64/rtld_machine.c
234
where = (Elf_Addr *)(relas->r_offset + loff);
libexec/ld.so/sparc64/rtld_machine.c
235
*where = relas->r_addend + loff;
libexec/ld.so/sparc64/rtld_machine.c
238
Elf_Addr *where, value, mask;
libexec/ld.so/sparc64/rtld_machine.c
248
where = (Elf_Addr *)(relas->r_offset + loff);
libexec/ld.so/sparc64/rtld_machine.c
288
void *dstaddr = where;
libexec/ld.so/sparc64/rtld_machine.c
305
value -= (Elf_Addr)where;
libexec/ld.so/sparc64/rtld_machine.c
316
char *ptr = (char *)where;
libexec/ld.so/sparc64/rtld_machine.c
330
*where &= ~mask;
libexec/ld.so/sparc64/rtld_machine.c
331
*where |= value;
libexec/ld.so/sparc64/rtld_machine.c
333
Elf32_Addr *where32 = (Elf32_Addr *)where;
libexec/ld.so/sparc64/rtld_machine.c
558
_dl_reloc_addend(Elf_Word *where, Elf_Addr value, Elf64_Sxword addend,
libexec/ld.so/sparc64/rtld_machine.c
569
*((Elf_Addr *)where) = value + addend - base;
libexec/ld.so/sparc64/rtld_machine.c
774
Elf_Word *where;
libexec/ld.so/sparc64/rtld_machine.c
792
where = (Elf_Word *)(relas->r_offset + loff);
libexec/ld.so/sparc64/rtld_machine.c
796
_dl_reloc_addend(&where[0], value,
libexec/ld.so/sparc64/rtld_machine.c
799
_dl_reloc_plt(&where[1], &where[2], where, value);
libexec/tradcpp/main.c
131
cm->where = *p;
libexec/tradcpp/main.c
188
macro_define_plain(&cm->where, cm->macro,
libexec/tradcpp/main.c
259
struct place where;
libexec/tradcpp/main.c
299
cf->where = *p;
libexec/tradcpp/main.c
334
file_readquote(&cf->where, cf->name);
libexec/tradcpp/main.c
337
file_readquote(&cf->where, cf->name);
libexec/tradcpp/main.c
91
struct place where;
regress/lib/libssl/renegotiation/renegotiation_test.c
371
tls_client_info_callback(const SSL *ssl, int where, int value)
regress/lib/libssl/renegotiation/renegotiation_test.c
373
if (where == SSL_CB_READ_ALERT) {
regress/lib/libssl/renegotiation/renegotiation_test.c
382
tls_server_info_callback(const SSL *ssl, int where, int value)
regress/lib/libssl/renegotiation/renegotiation_test.c
384
if (where == SSL_CB_READ_ALERT) {
regress/sbin/iked/test_helper/test_helper.c
280
memvalcmp(const uint8_t *s, u_char v, size_t l, size_t *where)
regress/sbin/iked/test_helper/test_helper.c
286
*where = i;
regress/sbin/iked/test_helper/test_helper.c
297
size_t where = -1;
regress/sbin/iked/test_helper/test_helper.c
298
int r = memvalcmp(aa1, v, l, &where);
regress/sbin/iked/test_helper/test_helper.c
307
snprintf(tmp, sizeof(tmp), "(%s)[%zu]", a1, where);
regress/sbin/iked/test_helper/test_helper.c
309
((u_char *)aa1)[where], v);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
415
memvalcmp(const uint8_t *s, u_char v, size_t l, size_t *where)
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
421
*where = i;
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
432
size_t where = -1;
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
442
r = memvalcmp(aa1, v, l, &where);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
449
snprintf(tmp, sizeof(tmp), "(%s)[%zu]", a1, where);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
451
((u_char *)aa1)[where], v);
sbin/fdisk/disk.c
124
off_t off, where;
sbin/fdisk/disk.c
127
where = sector * dl.d_secsize;
sbin/fdisk/disk.c
130
off = lseek(disk.dk_fd, where, SEEK_SET);
sbin/fdisk/disk.c
133
warn("lseek(%lld) for read", (int64_t)where);
sbin/fdisk/disk.c
145
warn("read(%zu @ %lld)", bytes, (int64_t)where);
sbin/fdisk/disk.c
152
warnx("short read(%zu @ %lld)", bytes, (int64_t)where);
sbin/fdisk/disk.c
165
off_t off, where;
sbin/fdisk/disk.c
168
where = sector * dl.d_secsize;
sbin/fdisk/disk.c
171
off = lseek(disk.dk_fd, where, SEEK_SET);
sbin/fdisk/disk.c
174
warn("lseek(%lld) for write", (int64_t)where);
sbin/fdisk/disk.c
182
warn("write(%zu @ %lld)", bytes, (int64_t)where);
sbin/fdisk/disk.c
188
warnx("short write(%zu @ %lld)", bytes, (int64_t)where);
sbin/pfctl/pfctl.c
1662
pfctl_find_queue(char *what, struct pf_qihead *where)
sbin/pfctl/pfctl.c
1666
TAILQ_FOREACH(q, where, entries)
sys/arch/alpha/pci/pci_machdep.c
109
alpha_sysctl_chipset(int *name, u_int namelen, char *where, size_t *sizep)
sys/arch/alpha/pci/pci_machdep.c
119
return (sysctl_rdstring(where, sizep, NULL,
sys/arch/alpha/pci/pci_machdep.c
122
return (sysctl_rdint(where, sizep, NULL,
sys/arch/alpha/pci/pci_machdep.c
125
return (sysctl_rdquad(where, sizep, NULL,
sys/arch/alpha/pci/pci_machdep.c
128
return (sysctl_rdquad(where, sizep, NULL,
sys/arch/alpha/pci/pci_machdep.c
131
return (sysctl_rdquad(where, sizep, NULL,
sys/arch/alpha/pci/pci_machdep.c
134
return (sysctl_rdquad(where, sizep, NULL,
sys/arch/amd64/stand/efiboot/efidev.c
859
esp_seek(struct open_file *f, off_t offset, int where)
sys/arch/amd64/stand/efiboot/efidev.c
865
switch(where) {
sys/arch/amd64/stand/efiboot/efipxe.c
210
tftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/amd64/stand/efiboot/efipxe.c
214
switch(where) {
sys/arch/arm64/stand/efiboot/efidev.c
651
esp_seek(struct open_file *f, off_t offset, int where)
sys/arch/arm64/stand/efiboot/efidev.c
657
switch(where) {
sys/arch/arm64/stand/efiboot/efipxe.c
237
mtftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/arm64/stand/efiboot/efipxe.c
241
switch(where) {
sys/arch/armv7/stand/efiboot/efipxe.c
237
mtftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/armv7/stand/efiboot/efipxe.c
241
switch(where) {
sys/arch/hppa/gsc/if_ie_gsc.c
192
ie_gsc_intrhook(struct ie_softc *sc, int where)
sys/arch/hppa/gsc/if_ie_gsc.c
194
switch (where) {
sys/arch/hppa/stand/libsa/libsa.h
67
off_t lif_seek(struct open_file *f, off_t offset, int where);
sys/arch/hppa/stand/libsa/lif.c
208
lif_seek(f, offset, where)
sys/arch/hppa/stand/libsa/lif.c
211
int where;
sys/arch/hppa/stand/libsa/lif.c
215
switch (where) {
sys/arch/landisk/stand/xxboot/ufs12.c
726
ufs12_seek(struct open_file *f, off_t offset, int where)
sys/arch/landisk/stand/xxboot/ufs12.c
731
switch (where) {
sys/arch/landisk/stand/xxboot/ufs12.h
41
off_t ufs12_seek(struct open_file *f, off_t offset, int where);
sys/arch/loongson/stand/boot/libsa.h
62
off_t rdfs_seek(struct open_file *f, off_t offset, int where);
sys/arch/m88k/m88k/db_trace.c
690
vaddr_t where;
sys/arch/m88k/m88k/db_trace.c
712
where = PC_REGS(regs);
sys/arch/m88k/m88k/db_trace.c
716
db_printsym(where, DB_STGY_PROC, pr);
sys/arch/m88k/m88k/db_trace.c
720
if ((where = stack_decode(where, &stack, pr)) == 0) {
sys/arch/m88k/m88k/db_trace.c
721
where = regs->r[1];
sys/arch/m88k/m88k/db_trace.c
737
db_printsym(where, DB_STGY_PROC, pr);
sys/arch/m88k/m88k/db_trace.c
738
where = stack_decode(where, &stack, pr);
sys/arch/m88k/m88k/db_trace.c
741
} while (where);
sys/arch/macppc/stand/hfs.c
90
hfs_seek(struct open_file *f, off_t offset, int where)
sys/arch/macppc/stand/hfs.c
92
switch (where) {
sys/arch/riscv64/stand/efiboot/efipxe.c
237
mtftp_seek(struct open_file *f, off_t offset, int where)
sys/arch/riscv64/stand/efiboot/efipxe.c
241
switch(where) {
sys/dev/ic/atw.c
438
atw_print_regs(struct atw_softc *sc, const char *where)
sys/dev/ic/atw.c
444
ATW_DPRINTF2(("%s: %s\n", sc->sc_dev.dv_xname, where));
sys/dev/ic/i82596var.h
204
int (*intrhook)(struct ie_softc *, int where);
sys/dev/ic/osiop.c
736
osiop_abort(struct osiop_softc *sc, const char *where)
sys/dev/ic/osiop.c
745
sc->sc_dev.dv_xname, where,
sys/dev/isa/if_ie.c
1383
check_ie_present(struct ie_softc *sc, caddr_t where, u_int size)
sys/dev/isa/if_ie.c
1393
realbase = (u_long)where + size - (1 << 24);
sys/dev/isa/if_ie.c
1404
iscp = (volatile struct ie_int_sys_conf_ptr *)where;
sys/dev/isa/if_ie.c
1407
scb = (volatile struct ie_sys_ctl_block *)where;
sys/dev/pci/drm/amd/display/dc/basics/vector.c
184
void *where = dal_vector_at_index(vector, index);
sys/dev/pci/drm/amd/display/dc/basics/vector.c
186
if (!where) {
sys/dev/pci/drm/amd/display/dc/basics/vector.c
191
where,
sys/dev/pci/drm/i915/i915_vma.h
331
unsigned int where)
sys/dev/pci/drm/i915/i915_vma.h
333
return atomic_read(&vma->flags) & where;
sys/kern/kern_clock.c
357
sysctl_clockrate(char *where, size_t *sizep, void *newp)
sys/kern/kern_clock.c
369
return (sysctl_rdstruct(where, sizep, newp, &clkinfo, sizeof(clkinfo)));
sys/kern/kern_sysctl.c
1679
sysctl_file(int *name, u_int namelen, char *where, size_t *sizep,
sys/kern/kern_sysctl.c
1687
char *dp = where;
sys/kern/kern_sysctl.c
1697
buflen = where != NULL ? *sizep : 0;
sys/kern/kern_sysctl.c
1893
if (where == NULL)
sys/kern/kern_sysctl.c
1909
sysctl_doproc(int *name, u_int namelen, char *where, size_t *sizep)
sys/kern/kern_sysctl.c
1920
dp = where;
sys/kern/kern_sysctl.c
1921
buflen = where != NULL ? *sizep : 0;
sys/kern/kern_sysctl.c
1937
if (where != NULL)
sys/kern/kern_sysctl.c
2041
if (where != NULL) {
sys/kern/kern_sysctl.c
2042
*sizep = dp - where;
sys/kern/kern_sysctl.c
2673
sysctl_sysvipc(int *name, u_int namelen, void *where, size_t *sizep)
sys/kern/kern_sysctl.c
2693
return (sysctl_sysvmsg(name, namelen, where, sizep));
sys/kern/kern_sysctl.c
2721
if (where == NULL) {
sys/kern/kern_sysctl.c
2782
error = copyout(buf, where, *sizep);
sys/kern/kern_timeout.c
1004
where = buf;
sys/kern/kern_timeout.c
1010
db_timespec(&remaining), db_kclock(to->to_kclock), where,
sys/kern/kern_timeout.c
1014
to->to_time - ticks, "ticks", where,
sys/kern/kern_timeout.c
979
const char *name, *where;
sys/kern/kern_timeout.c
985
where = "new";
sys/kern/kern_timeout.c
987
where = "softint";
sys/kern/kern_timeout.c
989
where = "thread";
sys/kern/kern_timeout.c
992
where = "thread-mp";
sys/kern/sysv_msg.c
648
sysctl_sysvmsg(int *name, u_int namelen, void *where, size_t *sizep)
sys/kern/sysv_msg.c
671
if (where == NULL) {
sys/kern/sysv_msg.c
684
return (copyout(&msginfo, where, sizeof(msginfo)));
sys/kern/sysv_msg.c
708
error = copyout(info, where, infolen);
sys/kern/uipc_socket2.c
728
sblastrecordchk(struct sockbuf *sb, const char *where)
sys/kern/uipc_socket2.c
741
panic("sblastrecordchk from %s", where);
sys/kern/uipc_socket2.c
746
sblastmbufchk(struct sockbuf *sb, const char *where)
sys/kern/uipc_socket2.c
767
panic("sblastmbufchk from %s", where);
sys/kern/vfs_biomem.c
324
buf_realloc_pages(struct buf *bp, struct uvm_constraint_range *where,
sys/kern/vfs_biomem.c
346
bp->b_bufsize, UVM_PLA_NOWAIT | UVM_PLA_NOWAKE, where);
sys/kern/vfs_biomem.c
350
} while ((bufbackoff(where, size) >= size));
sys/kern/vfs_biomem.c
358
bp->b_bufsize, flags, where);
sys/lib/libsa/cd9660.c
341
cd9660_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/cd9660.c
345
switch (where) {
sys/lib/libsa/cd9660.h
41
off_t cd9660_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/cread.c
359
lseek(int fd, off_t offset, int where)
sys/lib/libsa/cread.c
371
return(olseek(fd, offset, where));
sys/lib/libsa/cread.c
376
off_t res = olseek(fd, offset, where);
sys/lib/libsa/cread.c
384
switch(where) {
sys/lib/libsa/lseek.c
68
lseek(int fd, off_t offset, int where)
sys/lib/libsa/lseek.c
70
olseek(int fd, off_t offset, int where)
sys/lib/libsa/lseek.c
84
switch (where) {
sys/lib/libsa/lseek.c
99
return (f->f_ops->seek)(f, offset, where);
sys/lib/libsa/nfs.c
565
nfs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/nfs.c
570
switch (where) {
sys/lib/libsa/nfs.h
39
off_t nfs_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/nullfs.c
94
null_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/stand.h
185
off_t null_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/stand.h
67
off_t (*seek)(struct open_file *f, off_t offset, int where);
sys/lib/libsa/tftp.c
396
tftp_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/tftp.c
401
switch (where) {
sys/lib/libsa/ufs.c
656
ufs_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ufs.c
660
switch (where) {
sys/lib/libsa/ufs.h
41
off_t ufs_seek(struct open_file *f, off_t offset, int where);
sys/lib/libsa/ufs2.c
652
ufs2_seek(struct open_file *f, off_t offset, int where)
sys/lib/libsa/ufs2.c
656
switch (where) {
sys/net/pf_ioctl.c
610
pf_free_queues(struct pf_queuehead *where)
sys/net/pf_ioctl.c
614
TAILQ_FOREACH_SAFE(q, where, entries, qtmp) {
sys/net/pf_ioctl.c
615
TAILQ_REMOVE(where, q, entries);
sys/net/rtsock.c
2198
sysctl_rtable(int *name, u_int namelen, void *where, size_t *given, void *new,
sys/net/rtsock.c
2212
w.w_where = where;
sys/net/rtsock.c
2242
return (sysctl_rtable_rtstat(where, given, new));
sys/net/rtsock.c
2251
error = sysctl_rdstruct(where, given, new,
sys/net/rtsock.c
2283
if (where) {
sys/net/rtsock.c
2284
*given = w.w_where - (caddr_t)where;
sys/netinet/ip_mroute.c
365
caddr_t where = oldp;
sys/netinet/ip_mroute.c
406
if (where && needed <= given) {
sys/netinet/ip_mroute.c
407
error = copyout(&vinfo, where, sizeof(vinfo));
sys/netinet/ip_mroute.c
410
where += sizeof(vinfo);
sys/netinet/ip_mroute.c
424
if (where) {
sys/netinet6/ip6_mroute.c
310
caddr_t where = oldp;
sys/netinet6/ip6_mroute.c
350
if (where && needed <= given) {
sys/netinet6/ip6_mroute.c
351
error = copyout(&minfo, where, sizeof(minfo));
sys/netinet6/ip6_mroute.c
354
where += sizeof(minfo);
sys/netinet6/ip6_mroute.c
368
if (where) {
sys/sys/socketvar.h
293
#define SBLASTRECORDCHK(sb, where) sblastrecordchk((sb), (where))
sys/sys/socketvar.h
296
#define SBLASTMBUFCHK(sb, where) sblastmbufchk((sb), (where))
sys/sys/socketvar.h
300
#define SBLASTRECORDCHK(sb, where) /* nothing */
sys/sys/socketvar.h
301
#define SBLASTMBUFCHK(sb, where) /* nothing */
sys/uvm/uvm_page.c
838
int flags, struct uvm_constraint_range *where)
sys/uvm/uvm_page.c
851
r = uvm_pglistalloc(size, where->ucr_low, where->ucr_high, 0,
usr.bin/dig/lib/isccfg/parser.c
1060
static char where[PATH_MAX + 100];
usr.bin/dig/lib/isccfg/parser.c
1069
where[0] = '\0';
usr.bin/dig/lib/isccfg/parser.c
1071
snprintf(where, sizeof(where), "%s:%u: ",
usr.bin/dig/lib/isccfg/parser.c
1114
"%s%s%s%s", where, message, prep, tokenbuf);
usr.bin/finger/finger.h
62
struct where *whead, *wtail; /* list of where he is or has been */
usr.bin/finger/finger.h
68
struct where *next; /* next place he is or has been */
usr.bin/less/linenum.c
434
currline(int where)
usr.bin/less/linenum.c
440
pos = position(where);
usr.bin/less/linenum.c
442
while (pos == -1 && where >= 0 && where < sc_height)
usr.bin/less/linenum.c
443
pos = position(++where);
usr.bin/less/position.c
40
position(int where)
usr.bin/less/position.c
42
switch (where) {
usr.bin/less/position.c
44
where = sc_height - 2;
usr.bin/less/position.c
47
where = sc_height - 1;
usr.bin/less/position.c
50
where = (sc_height - 1) / 2;
usr.bin/less/position.c
52
return (table[where]);
usr.bin/less/prompt.c
152
curr_byte(int where)
usr.bin/less/prompt.c
156
pos = position(where);
usr.bin/less/prompt.c
157
while (pos == -1 && where >= 0 && where < sc_height-1)
usr.bin/less/prompt.c
158
pos = position(++where);
usr.bin/less/prompt.c
171
cond(char c, int where)
usr.bin/less/prompt.c
179
return (curr_byte(where) != -1);
usr.bin/less/prompt.c
197
return (curr_byte(where) != -1 && ch_length() > 0);
usr.bin/less/prompt.c
199
return (currline(where) != 0 &&
usr.bin/less/prompt.c
220
protochar(int c, int where)
usr.bin/less/prompt.c
234
pos = curr_byte(where);
usr.bin/less/prompt.c
244
linenum = currline(where);
usr.bin/less/prompt.c
282
linenum = currline(where);
usr.bin/less/prompt.c
304
pos = curr_byte(where);
usr.bin/less/prompt.c
312
linenum = currline(where);
usr.bin/less/prompt.c
438
int where;
usr.bin/less/prompt.c
458
where = 0;
usr.bin/less/prompt.c
459
p = wherechar(p, &where);
usr.bin/less/prompt.c
460
if (!cond(c, where))
usr.bin/less/prompt.c
473
where = 0;
usr.bin/less/prompt.c
474
p = wherechar(p, &where);
usr.bin/less/prompt.c
475
protochar(c, where);
usr.bin/openssl/apps.h
390
void apps_ssl_info_callback(const SSL *s, int where, int ret);
usr.bin/openssl/s_cb.c
324
apps_ssl_info_callback(const SSL * s, int where, int ret)
usr.bin/openssl/s_cb.c
329
w = where & ~SSL_ST_MASK;
usr.bin/openssl/s_cb.c
338
if (where & SSL_CB_LOOP) {
usr.bin/openssl/s_cb.c
340
} else if (where & SSL_CB_ALERT) {
usr.bin/openssl/s_cb.c
341
str = (where & SSL_CB_READ) ? "read" : "write";
usr.bin/openssl/s_cb.c
345
} else if (where & SSL_CB_EXIT) {
usr.bin/patch/patch.c
151
LINENUM where = 0, newwhere, fuzz, mymaxfuzz;
usr.bin/patch/patch.c
320
where = locate_hunk(fuzz);
usr.bin/patch/patch.c
321
if ((hunk == 1 && where == 0 && !force) ||
usr.bin/patch/patch.c
322
(where == 1 && pch_ptrn_lines() == 0 && !force)) {
usr.bin/patch/patch.c
331
where = locate_hunk(fuzz);
usr.bin/patch/patch.c
332
if (where == 0) {
usr.bin/patch/patch.c
341
where = 1;
usr.bin/patch/patch.c
362
where = 0;
usr.bin/patch/patch.c
370
} while (!skip_rest_of_patch && where == 0 &&
usr.bin/patch/patch.c
385
} else if (where == 0) {
usr.bin/patch/patch.c
392
apply_hunk(where);
usr.bin/patch/patch.c
891
apply_hunk(LINENUM where)
usr.bin/patch/patch.c
903
where--;
usr.bin/patch/patch.c
909
copy_till(where + old - 1, false);
usr.bin/patch/patch.c
925
copy_till(where + old - 1, false);
usr.bin/patch/patch.c
947
copy_till(where + old - 1, false);
usr.bin/patch/patch.c
979
copy_till(where + old - 1, false);
usr.bin/rpcgen/rpc_main.c
811
putarg(where, cp)
usr.bin/rpcgen/rpc_main.c
813
int where;
usr.bin/rpcgen/rpc_main.c
815
if (where >= ARGLISTLEN) {
usr.bin/rpcgen/rpc_main.c
820
arglist[where] = cp;
usr.bin/rpcgen/rpc_scan.c
164
if (*where == 0) {
usr.bin/rpcgen/rpc_scan.c
168
*where = 0;
usr.bin/rpcgen/rpc_scan.c
183
where = curline;
usr.bin/rpcgen/rpc_scan.c
184
} else if (isspace((unsigned char)*where)) {
usr.bin/rpcgen/rpc_scan.c
185
while (isspace((unsigned char)*where)) {
usr.bin/rpcgen/rpc_scan.c
186
where++; /* eat */
usr.bin/rpcgen/rpc_scan.c
189
for (where++; *where; where++) {
usr.bin/rpcgen/rpc_scan.c
190
if (endcomment(where)) {
usr.bin/rpcgen/rpc_scan.c
191
where++;
usr.bin/rpcgen/rpc_scan.c
196
} else if (startcomment(where)) {
usr.bin/rpcgen/rpc_scan.c
197
where += 2;
usr.bin/rpcgen/rpc_scan.c
207
switch (*where) {
usr.bin/rpcgen/rpc_scan.c
210
where++;
usr.bin/rpcgen/rpc_scan.c
214
where++;
usr.bin/rpcgen/rpc_scan.c
218
where++;
usr.bin/rpcgen/rpc_scan.c
222
where++;
usr.bin/rpcgen/rpc_scan.c
226
where++;
usr.bin/rpcgen/rpc_scan.c
230
where++;
usr.bin/rpcgen/rpc_scan.c
234
where++;
usr.bin/rpcgen/rpc_scan.c
238
where++;
usr.bin/rpcgen/rpc_scan.c
242
where++;
usr.bin/rpcgen/rpc_scan.c
246
where++;
usr.bin/rpcgen/rpc_scan.c
250
where++;
usr.bin/rpcgen/rpc_scan.c
254
where++;
usr.bin/rpcgen/rpc_scan.c
258
where++;
usr.bin/rpcgen/rpc_scan.c
263
findstrconst(&where, &tokp->str);
usr.bin/rpcgen/rpc_scan.c
267
findchrconst(&where, &tokp->str);
usr.bin/rpcgen/rpc_scan.c
282
findconst(&where, &tokp->str);
usr.bin/rpcgen/rpc_scan.c
286
if (!(isalpha((unsigned char)*where) || *where == '_')) {
usr.bin/rpcgen/rpc_scan.c
289
if (isprint((unsigned char)*where)) {
usr.bin/rpcgen/rpc_scan.c
290
snprintf(chs, sizeof chs, "%c", *where);
usr.bin/rpcgen/rpc_scan.c
292
snprintf(chs, sizeof chs, "%d", *where);
usr.bin/rpcgen/rpc_scan.c
299
findkind(&where, tokp);
usr.bin/rpcgen/rpc_scan.c
56
#define startcomment(where) (where[0] == '/' && where[1] == '*')
usr.bin/rpcgen/rpc_scan.c
57
#define endcomment(where) (where[-1] == '*' && where[0] == '/')
usr.bin/rpcgen/rpc_util.c
425
for (i = 0; i < where - curline; i++) {
usr.bin/rpcgen/rpc_util.c
52
char *where = curline; /* current point in line */
usr.bin/rpcgen/rpc_util.c
73
where = curline;
usr.bin/rpcgen/rpc_util.h
55
extern char *where;
usr.bin/rusers/rusers.c
418
msgp->acpted_rply.ar_results.where = (caddr_t)resp;
usr.bin/ssh/channels.c
1157
open_preamble(struct ssh *ssh, const char *where, Channel *c, const char *type)
usr.bin/ssh/channels.c
1166
fatal_r(r, "%s: channel %i: open", where, c->self);
usr.bin/ssh/channels.c
3411
channel_parse_id(struct ssh *ssh, const char *where, const char *what)
usr.bin/ssh/channels.c
3417
error_r(r, "%s: parse id", where);
usr.bin/ssh/channels.c
3421
error_r(r, "%s: bad channel id %u", where, id);
usr.bin/ssh/channels.c
3429
channel_from_packet_id(struct ssh *ssh, const char *where, const char *what)
usr.bin/ssh/channels.c
3431
int id = channel_parse_id(ssh, where, what);
usr.bin/ssh/channels.c
4531
channel_permit_all(struct ssh *ssh, int where)
usr.bin/ssh/channels.c
4533
struct permission_set *pset = permission_set_get(ssh, where);
usr.bin/ssh/channels.c
4543
channel_add_permission(struct ssh *ssh, int who, int where,
usr.bin/ssh/channels.c
4546
int local = where == FORWARD_LOCAL;
usr.bin/ssh/channels.c
4547
struct permission_set *pset = permission_set_get(ssh, where);
usr.bin/ssh/channels.c
4550
fwd_ident(who, where), host, port);
usr.bin/ssh/channels.c
4555
permission_set_add(ssh, who, where,
usr.bin/ssh/channels.c
4565
channel_disable_admin(struct ssh *ssh, int where)
usr.bin/ssh/channels.c
4567
channel_clear_permission(ssh, FORWARD_ADM, where);
usr.bin/ssh/channels.c
4568
permission_set_add(ssh, FORWARD_ADM, where,
usr.bin/ssh/channels.c
4576
channel_clear_permission(struct ssh *ssh, int who, int where)
usr.bin/ssh/channels.c
4581
permission_set_get_array(ssh, who, where, &permp, &npermp);
usr.bin/ssh/channels.c
639
fwd_ident(int who, int where)
usr.bin/ssh/channels.c
642
if (where == FORWARD_LOCAL)
usr.bin/ssh/channels.c
644
else if (where == FORWARD_REMOTE)
usr.bin/ssh/channels.c
647
if (where == FORWARD_LOCAL)
usr.bin/ssh/channels.c
649
else if (where == FORWARD_REMOTE)
usr.bin/ssh/channels.c
652
fatal("Unknown forward permission list %d/%d", who, where);
usr.bin/ssh/channels.c
657
permission_set_get(struct ssh *ssh, int where)
usr.bin/ssh/channels.c
661
switch (where) {
usr.bin/ssh/channels.c
669
fatal_f("invalid forwarding direction %d", where);
usr.bin/ssh/channels.c
675
permission_set_get_array(struct ssh *ssh, int who, int where,
usr.bin/ssh/channels.c
678
struct permission_set *pset = permission_set_get(ssh, where);
usr.bin/ssh/channels.c
696
permission_set_add(struct ssh *ssh, int who, int where,
usr.bin/ssh/channels.c
704
permission_set_get_array(ssh, who, where, &permp, &npermp);
usr.bin/ssh/channels.c
707
fatal_f("%s overflow", fwd_ident(who, where));
usr.bin/ssh/monitor_wrap.c
966
int where = listen ? FORWARD_REMOTE : FORWARD_LOCAL;
usr.bin/ssh/monitor_wrap.c
969
channel_clear_permission(ssh, FORWARD_ADM, where);
usr.bin/ssh/monitor_wrap.c
977
channel_disable_admin(ssh, where);
usr.bin/ssh/monitor_wrap.c
991
where, host, port);
usr.bin/ssh/ssh.c
2020
int where = FORWARD_LOCAL;
usr.bin/ssh/ssh.c
2022
channel_clear_permission(ssh, FORWARD_ADM, where);
usr.bin/ssh/ssh.c
2030
channel_disable_admin(ssh, where);
usr.bin/ssh/ssh.c
2044
where, addr, port);
usr.sbin/amd/amd/misc_rpc.c
69
pickup_rpc_reply(void *pkt, int len, void *where, xdrproc_t where_xdr)
usr.sbin/amd/amd/misc_rpc.c
80
reply_msg.acpted_rply.ar_results.where = (caddr_t) where;
usr.sbin/amd/amd/nfs_subr.c
279
if (!fh_to_mp(&argp->where.dir))
usr.sbin/amd/amd/nfs_subr.c
392
if (!fh_to_mp(&argp->where.dir))
usr.sbin/amd/rpcx/nfs_prot.h
316
diropargs where;
usr.sbin/amd/rpcx/nfs_prot_xdr.c
263
if (!xdr_diropargs(xdrs, &objp->where))
usr.sbin/dhcpd/dispatch.c
520
add_timeout(time_t when, void (*where)(void *), void *what)
usr.sbin/dhcpd/dispatch.c
527
if (q->func == where && q->what == what) {
usr.sbin/dhcpd/dispatch.c
543
q->func = where;
usr.sbin/dhcpd/dispatch.c
573
cancel_timeout(void (*where)(void *), void *what)
usr.sbin/dhcpd/dispatch.c
580
if (q->func == where && q->what == what) {
usr.sbin/lpd/io.c
677
io_frame_enter(const char *where, struct io *io, int ev)
usr.sbin/lpd/io.c
680
io_debug("%s(%s, %s, %s)", __func__, where, io_strevents(ev),
usr.sbin/relayd/check_tls.c
207
check_tls_error(struct ctl_tcp_event *cte, const char *where, const char *what)
usr.sbin/relayd/check_tls.c
211
log_debug("TLS error: %s: %s: %s", where, what, tls_error(cte->tls));
usr.sbin/smtpd/ioev.c
180
io_frame_enter(const char *where, struct io *io, int ev)
usr.sbin/smtpd/ioev.c
184
frame, where, io_evstr(ev), io_strio(io));
usr.sbin/smtpd/ssl.c
214
ssl_error(const char *where)
usr.sbin/smtpd/ssl.c
221
log_debug("debug: SSL library error: %s: %s", where, errbuf);
usr.sbin/unbound/testcode/delayer.c
232
uint8_t* where = NULL;
usr.sbin/unbound/testcode/delayer.c
239
where = r->buf + r->high;
usr.sbin/unbound/testcode/delayer.c
251
where = r->buf;
usr.sbin/unbound/testcode/delayer.c
261
where = r->buf;
usr.sbin/unbound/testcode/delayer.c
267
where = r->buf + r->high;
usr.sbin/unbound/testcode/delayer.c
277
log_assert(where != NULL);
usr.sbin/unbound/testcode/delayer.c
278
memmove(where, &when, sizeof(when));
usr.sbin/unbound/testcode/delayer.c
279
memmove(where+sizeof(when), &p, sizeof(p));
usr.sbin/unbound/testcode/delayer.c
280
memmove(where+sizeof(when)+sizeof(p), &len, sizeof(len));
usr.sbin/unbound/testcode/delayer.c
281
memmove(where+sizeof(when)+sizeof(p)+sizeof(len),
usr.sbin/unbound/testcode/delayer.c
308
uint8_t* where = NULL;
usr.sbin/unbound/testcode/delayer.c
312
where = r->buf + r->low;
usr.sbin/unbound/testcode/delayer.c
313
memmove(tv, where, sizeof(*tv));
usr.sbin/unbound/testcode/delayer.c
314
memmove(p, where+sizeof(*tv), sizeof(*p));
usr.sbin/unbound/testcode/delayer.c
315
memmove(&len, where+sizeof(*tv)+sizeof(*p), sizeof(len));
usr.sbin/unbound/testcode/delayer.c
317
where+sizeof(*tv)+sizeof(*p)+sizeof(len), len);
usr.sbin/ypbind/ypbind.c
840
msg.acpted_rply.ar_results.where = (caddr_t)&rmtcr;
usr.sbin/ypbind/ypbind.c
892
msg.acpted_rply.ar_results.where = (caddr_t)&res;
usr.sbin/ypldap/ldapclient.c
562
const char *where;
usr.sbin/ypldap/ldapclient.c
575
where = "connect";
usr.sbin/ypldap/ldapclient.c
593
where = "starttls";
usr.sbin/ypldap/ldapclient.c
597
where = "parsing";
usr.sbin/ypldap/ldapclient.c
600
where = "verifying msgid";
usr.sbin/ypldap/ldapclient.c
605
where = "starttls result";
usr.sbin/ypldap/ldapclient.c
615
where = "enabling tls";
usr.sbin/ypldap/ldapclient.c
628
where = "binding";
usr.sbin/ypldap/ldapclient.c
636
where = "parsing";
usr.sbin/ypldap/ldapclient.c
639
where = "verifying msgid";
usr.sbin/ypldap/ldapclient.c
644
where = "bind response";
usr.sbin/ypldap/ldapclient.c
666
where = "search";
usr.sbin/ypldap/ldapclient.c
683
where = "search";
usr.sbin/ypldap/ldapclient.c
698
where);