/openbsd/usr.bin/tmux/ |
H A D | server-client.c | 811 where = STATUS; in server_client_check_mouse() 821 where = STATUS; in server_client_check_mouse() 830 where = STATUS; in server_client_check_mouse() 833 where = STATUS; in server_client_check_mouse() 906 if (where == PANE) in server_client_check_mouse() 922 if (where == PANE) in server_client_check_mouse() 938 if (where == PANE) in server_client_check_mouse() 954 if (where == PANE) in server_client_check_mouse() 970 if (where == PANE) in server_client_check_mouse() 986 if (where == PANE) in server_client_check_mouse() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-bout.c | 90 char **where; in obj_emit_relocations() 118 obj_header_append (where, headers) in obj_header_append() argument 119 char **where; in obj_header_append() 176 obj_symbol_to_chars (where, symbolP) in obj_symbol_to_chars() argument 177 char **where; in obj_symbol_to_chars() 196 obj_emit_symbols (where, symbol_rootP) in obj_emit_symbols() argument 197 char **where; in obj_emit_symbols() 334 obj_emit_strings (where) in obj_emit_strings() argument 335 char **where; in obj_emit_strings() 342 *where += sizeof (string_byte_count); [all …]
|
H A D | obj-aout.c | 234 char **where; in obj_emit_relocations() 262 *where += md_reloc_size; 269 obj_header_append (where, headers) in obj_header_append() argument 270 char **where; in obj_header_append() 302 obj_symbol_to_chars (where, symbolP) in obj_symbol_to_chars() argument 303 char **where; in obj_symbol_to_chars() 314 obj_emit_symbols (where, symbol_rootP) in obj_emit_symbols() argument 315 char **where; in obj_emit_symbols() 559 obj_emit_strings (where) in obj_emit_strings() argument 560 char **where; in obj_emit_strings() [all …]
|
H A D | tc-avr.c | 473 int where = frag - frag_now->fr_literal; local 552 avr_operand (opcode, where, op, line) in avr_operand() argument 554 int where; 725 fix_new_exp (frag_now, where, 3, 834 unsigned char *where; local 874 insn = bfd_getl16 (where); 916 bfd_putl16 ((bfd_vma) value, where); 920 bfd_putl16 ((bfd_vma) value, where); 995 x = bfd_getl16 (where); 1001 bfd_putl16 ((bfd_vma) x, where); [all …]
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_scan.c | 56 #define startcomment(where) (where[0] == '/' && where[1] == '*') argument 57 #define endcomment(where) (where[-1] == '*' && where[0] == '/') argument 189 for (where++; *where; where++) { 210 where++; 214 where++; 218 where++; 222 where++; 226 where++; 230 where++; 234 where++; [all …]
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | checkout.c | 113 char *where = NULL; local 190 where = optarg; 239 if (where && pipeout) 308 if (where != NULL) 524 char *where; local 599 *where = '\0'; 743 cp = where + strlen (where); 744 while (cp > where) 760 if (cp > where) 762 strncpy (new->dirpath, where, cp - where); [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | bfdio.c | 120 abfd->where += get; in bfd_bread() 126 abfd->where += nread; in bfd_bread() 174 abfd->where += size; in bfd_bwrite() 180 abfd->where += nwrote; in bfd_bwrite() 197 return abfd->where; in bfd_tell() 203 abfd->where = ptr; in bfd_tell() 263 abfd->where = position; in bfd_seek() 265 abfd->where += position; in bfd_seek() 274 bim->size = abfd->where; in bfd_seek() 358 abfd->where = position; in bfd_seek() [all …]
|
H A D | elf32-d10v.c | 356 bfd_byte *where; 364 insn = bfd_get_8 (abfd, where); 367 insn = bfd_get_16 (abfd, where); 370 insn = bfd_get_32 (abfd, where); 392 bfd_byte *where; 403 insn &= bfd_get_8 (abfd, where); 405 bfd_put_8 (abfd, insn, where); 410 bfd_put_16 (abfd, insn, where); 415 bfd_put_32 (abfd, insn, where); 468 bfd_byte *where; local [all …]
|
/openbsd/usr.bin/less/ |
H A D | prompt.c | 152 curr_byte(int where) in curr_byte() argument 156 pos = position(where); in curr_byte() 157 while (pos == -1 && where >= 0 && where < sc_height-1) in curr_byte() 158 pos = position(++where); in curr_byte() 171 cond(char c, int where) in cond() argument 234 pos = curr_byte(where); in protochar() 438 int where; in pr_expand() local 458 where = 0; in pr_expand() 460 if (!cond(c, where)) in pr_expand() 473 where = 0; in pr_expand() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | bfdio.c | 135 abfd->where += get; in bfd_bread() 144 abfd->where += nread; in bfd_bread() 178 abfd->where += size; in bfd_bwrite() 188 abfd->where += nwrote; in bfd_bwrite() 205 return abfd->where; in bfd_tell() 217 abfd->where = ptr; in bfd_tell() 276 abfd->where = position; in bfd_seek() 278 abfd->where += position; in bfd_seek() 288 bim->size = abfd->where; in bfd_seek() 361 abfd->where = position; in bfd_seek() [all …]
|
H A D | elf32-d10v.c | 330 bfd_byte *where, in extract_rel_addend() argument 338 insn = bfd_get_8 (abfd, where); in extract_rel_addend() 341 insn = bfd_get_16 (abfd, where); in extract_rel_addend() 344 insn = bfd_get_32 (abfd, where); in extract_rel_addend() 365 bfd_byte *where, in insert_rel_addend() argument 376 insn &= bfd_get_8 (abfd, where); in insert_rel_addend() 378 bfd_put_8 (abfd, insn, where); in insert_rel_addend() 383 bfd_put_16 (abfd, insn, where); in insert_rel_addend() 388 bfd_put_32 (abfd, insn, where); in insert_rel_addend() 440 bfd_byte *where; in elf32_d10v_relocate_section() local [all …]
|
/openbsd/games/adventure/ |
H A D | vocab.c | 66 move(int object, int where) in move() argument 76 drop(object, where); in move() 83 move(object, where); in put() 89 carry(int object, int where) in carry() argument 99 if (atloc[where] == object) { in carry() 110 drop(int object, int where) in drop() argument 113 fixed[object - 100] = where; in drop() 117 place[object] = where; in drop() 119 if (where <= 0) in drop() 121 linkx[object] = atloc[where]; in drop() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-avr.c | 638 int where, in avr_operand() argument 773 fix_new_exp (frag_now, where, 3, in avr_operand() 810 fix_new_exp (frag_now, where, 3, in avr_operand() 829 fix_new_exp (frag_now, where, 3, in avr_operand() 994 unsigned char *where; in md_apply_fix() local 1034 insn = bfd_getl16 (where); in md_apply_fix() 1076 bfd_putl16 ((bfd_vma) value, where); in md_apply_fix() 1080 bfd_putl16 ((bfd_vma) value, where); in md_apply_fix() 1168 x = bfd_getl16 (where); in md_apply_fix() 1174 bfd_putl16 ((bfd_vma) x, where); in md_apply_fix() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ilist.h | 229 iterator insert(iterator where, pointer New) { 231 return base_list_type::insert(where, *New); 242 return insert(++where, New); 268 iterator erase(iterator where) { 269 this->deleteNode(remove(where)); 270 return where; 330 void splice(iterator where, iplist_impl &L2) { 336 if (where == first || where == last) return; // No change 337 transfer(where, L2, first, last); 343 splice(where, L2, iterator(N)); [all …]
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | coffgrok.c | 211 where->where = coff_where_member_of_struct; in do_where() 217 where->where = coff_where_member_of_enum; in do_where() 221 where->where = coff_where_member_of_struct; in do_where() 225 where->where = coff_where_stack; in do_where() 231 where->where = coff_where_memory; in do_where() 236 where->where = coff_where_register; in do_where() 239 where->where = coff_where_entag; in do_where() 243 where->where = coff_where_strtag; in do_where() 246 where->where = coff_where_typedef; in do_where() 252 return where; in do_where() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | coffgrok.c | 211 where->where = coff_where_member_of_struct; in do_where() 217 where->where = coff_where_member_of_enum; in do_where() 221 where->where = coff_where_member_of_struct; in do_where() 225 where->where = coff_where_stack; in do_where() 231 where->where = coff_where_memory; in do_where() 236 where->where = coff_where_register; in do_where() 239 where->where = coff_where_entag; in do_where() 243 where->where = coff_where_strtag; in do_where() 246 where->where = coff_where_typedef; in do_where() 252 return where; in do_where() [all …]
|
/openbsd/libexec/ld.so/amd64/ |
H A D | rtld_machine.c | 194 Elf_Addr *where; in _dl_md_reloc() local 197 *where = rels->r_addend + loff; in _dl_md_reloc() 200 Elf_Addr *where, value, mask; in _dl_md_reloc() local 257 _dl_reloc_plt(where, value); in _dl_md_reloc() 262 void *dstaddr = where; in _dl_md_reloc() 279 value -= (Elf_Addr)where; in _dl_md_reloc() 288 *where &= ~mask; in _dl_md_reloc() 289 *where |= value; in _dl_md_reloc() 304 *where = value; in _dl_reloc_plt() 379 Elf_Addr *where; in _dl_md_reloc_got() local [all …]
|
/openbsd/libexec/ld.so/i386/ |
H A D | rtld_machine.c | 194 Elf_Addr *where; in _dl_md_reloc() local 197 *where += loff; in _dl_md_reloc() 200 Elf_Addr *where, value, mask; in _dl_md_reloc() local 257 _dl_reloc_plt((Elf_Word *)where, value); in _dl_md_reloc() 262 void *dstaddr = where; in _dl_md_reloc() 279 value -= (Elf_Addr)where; in _dl_md_reloc() 287 *where &= ~mask; in _dl_md_reloc() 288 *where |= value; in _dl_md_reloc() 307 *where = value; in _dl_reloc_plt() 385 Elf_Addr *where; in _dl_md_reloc_got() local [all …]
|
/openbsd/sbin/fdisk/ |
H A D | disk.c | 124 off_t off, where; in readsectors() local 127 where = sector * dl.d_secsize; in readsectors() 130 off = lseek(disk.dk_fd, where, SEEK_SET); in readsectors() 133 warn("lseek(%lld) for read", (int64_t)where); in readsectors() 145 warn("read(%zu @ %lld)", bytes, (int64_t)where); in readsectors() 152 warnx("short read(%zu @ %lld)", bytes, (int64_t)where); in readsectors() 165 off_t off, where; in writesectors() local 168 where = sector * dl.d_secsize; in writesectors() 171 off = lseek(disk.dk_fd, where, SEEK_SET); in writesectors() 174 warn("lseek(%lld) for write", (int64_t)where); in writesectors() [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | defins.t | 88 my %where; 89 while ($where{$seen} = <FILE>) 91 chomp($where{$seen}); 92 $seen++ if $where{$seen} eq '0'; 117 while ($where{$seen} = readdir(DIR)) 119 $seen++ if $where{$seen} eq $wanted_filename; 164 while ($where{$seen} = glob('*')) 166 $seen++ if $where{$seen} eq $wanted_filename; 196 while ($where{$seen} = each %hash) 198 $seen++ if $where{$seen} eq '0';
|
H A D | pwent.t | 18 my ($where, $args, @pathnames) = @_; 23 return $where; 29 my $where = try_prog('NIS passwd', 'passwd', 33 $where //= try_prog('NetInfo passwd', 'passwd .', '/usr/bin/nidump'); 36 $where //= try_prog('NIS+', 'passwd.org_dir', '/bin/niscat'); 41 if (!defined $where && grep { -x } @dscl) { 107 $where = "dscl . -readall /Users"; 114 if (not defined $where) { 124 $where = $PW; 146 print "# where $where\n"; [all …]
|
/openbsd/libexec/ld.so/aarch64/ |
H A D | rtld_machine.c | 121 Elf_Addr *where; in _dl_md_reloc() local 123 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc() 124 *where += loff; in _dl_md_reloc() 127 Elf_Addr *where, value, mask; in _dl_md_reloc() local 188 *where = value; in _dl_md_reloc() 193 void *dstaddr = where; in _dl_md_reloc() 210 value -= (Elf_Addr)where; in _dl_md_reloc() 218 *where &= ~mask; in _dl_md_reloc() 219 *where |= value; in _dl_md_reloc() 248 Elf_Addr *where; in _dl_md_reloc_got() local [all …]
|
/openbsd/libexec/ld.so/riscv64/ |
H A D | rtld_machine.c | 120 Elf_Addr *where; in _dl_md_reloc() local 122 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc() 123 *where += loff; in _dl_md_reloc() 126 Elf_Addr *where, value, mask; in _dl_md_reloc() local 187 *where = value; in _dl_md_reloc() 192 void *dstaddr = where; in _dl_md_reloc() 209 value -= (Elf_Addr)where; in _dl_md_reloc() 217 *where &= ~mask; in _dl_md_reloc() 218 *where |= value; in _dl_md_reloc() 247 Elf_Addr *where; in _dl_md_reloc_got() local [all …]
|
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_machdep.c | 111 alpha_sysctl_chipset(int *name, u_int namelen, char *where, size_t *sizep) in alpha_sysctl_chipset() argument 121 return (sysctl_rdstring(where, sizep, NULL, in alpha_sysctl_chipset() 124 return (sysctl_rdint(where, sizep, NULL, in alpha_sysctl_chipset() 127 return (sysctl_rdquad(where, sizep, NULL, in alpha_sysctl_chipset() 130 return (sysctl_rdquad(where, sizep, NULL, in alpha_sysctl_chipset() 133 return (sysctl_rdquad(where, sizep, NULL, in alpha_sysctl_chipset() 136 return (sysctl_rdquad(where, sizep, NULL, in alpha_sysctl_chipset()
|
/openbsd/libexec/ld.so/arm/ |
H A D | rtld_machine.c | 184 Elf_Addr *where; in _dl_md_reloc() local 186 where = (Elf_Addr *)(rels->r_offset + loff); in _dl_md_reloc() 187 *where += loff; in _dl_md_reloc() 190 Elf_Addr *where, value, mask; in _dl_md_reloc() local 253 *where = value; in _dl_md_reloc() 258 void *dstaddr = where; in _dl_md_reloc() 275 value -= (Elf_Addr)where; in _dl_md_reloc() 283 *where &= ~mask; in _dl_md_reloc() 284 *where |= value; in _dl_md_reloc() 313 Elf_Addr *where; in _dl_md_reloc_got() local [all …]
|