| /netbsd/src/usr.bin/finger/ |
| D | finger.h | 59 typedef struct where { struct 60 struct where *next; /* next place user is or has been */ argument 61 enum status info; /* type/status of request */ 62 short writable; /* tty is writable */ 63 time_t loginat; /* time of (last) login */ 64 time_t idletime; /* how long idle (if logged in) */ 65 char *tty; /* tty line */ 66 char *host; /* remote host name */
|
| /netbsd/src/libexec/ld.elf_so/arch/arm/ |
| D | mdreloc.c | 39 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 66 load_ptr(void *where) in load_ptr() 76 store_ptr(void *where, Elf_Addr val) in store_ptr() 91 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 279 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); in _rtld_relocate_plt_lazy() local 299 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/libexec/ld.elf_so/arch/alpha/ |
| D | alpha_reloc.c | 170 load_ptr(void *where) in load_ptr() 180 store_ptr(void *where, Elf_Addr val) in store_ptr() 191 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 221 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 366 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 382 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/share/examples/refuse/id3fs/ |
| D | defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 52 #define RENEW(type,ptr,size,where,action) do { \ argument 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type,ptr,size,where,action) do { \ argument 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/share/examples/refuse/virtdir/ |
| D | defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 52 #define RENEW(type,ptr,size,where,action) do { \ argument 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type,ptr,size,where,action) do { \ argument 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/share/examples/refuse/fanoutfs/ |
| D | defs.h | 44 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 52 #define RENEW(type,ptr,size,where,action) do { \ argument 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/libmj/ |
| D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type, _ptr, _size, _newsize, where, action) do { \ argument 72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 76 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/external/bsd/iscsi/dist/include/ |
| D | defs.h | 46 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 54 #define RENEW(type,ptr,size,where,action) do { \ argument 65 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 69 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
|
| /netbsd/src/games/adventure/ |
| D | vocab.c | 72 move(int object, int where) in move() 86 put(int object, int where, int pval) in put() 93 carry(int object, int where) in carry() 113 drop(int object, int where) in drop()
|
| /netbsd/src/lib/csu/common/ |
| D | crt0-common.c | 153 #define write_plt(where, value) sparc_write_branch((void *)where, (void *)value) argument 156 #define write_plt(where, value) *where = value argument 164 Elf_Addr *where, target; in fix_iplta() local 188 Elf_Addr *where, target; in fix_iplt() local 284 Elf_Addr *where; in relocate_self() local 298 Elf_Addr *where; in relocate_self() local
|
| /netbsd/src/libexec/ld.elf_so/arch/vax/ |
| D | mdreloc.c | 62 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 90 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 178 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 194 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/libexec/ld.elf_so/arch/m68k/ |
| D | mdreloc.c | 76 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 104 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 234 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 250 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/libexec/ld.elf_so/arch/sh3/ |
| D | mdreloc.c | 72 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 100 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 255 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 300 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/sys/sys/ |
| D | lockdebug.h | 85 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) \ argument 87 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) \ argument 89 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) \ argument 100 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s) /* nothing */ argument 101 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) /* nothing */ argument 102 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) /* nothing */ argument
|
| /netbsd/src/libexec/ld.elf_so/arch/i386/ |
| D | mdreloc.c | 87 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 118 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 268 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); in _rtld_relocate_plt_lazy() local 288 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/sys/arch/acorn32/stand/lib/ |
| D | rmreloc.c | 85 load_ptr(void *where) in load_ptr() 95 store_ptr(void *where, Elf_Addr val) in store_ptr() 134 Elf_Addr *where; in relocate_self() local
|
| /netbsd/src/libexec/ld.elf_so/arch/hppa/ |
| D | hppa_reloc.c | 82 load_ptr(void *where) in load_ptr() 95 store_ptr(void *where, Elf_Addr val) in store_ptr() 186 void *where; in _rtld_relocate_nonplt_self() local 449 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 625 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 678 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | kobj_machdep.c | 108 load_ptr(void *where) in load_ptr() 121 store_ptr(void *where, Elf_Addr val) in store_ptr() 133 Elf_Addr *where; in kobj_reloc() local
|
| /netbsd/src/libexec/ld.elf_so/arch/x86_64/ |
| D | mdreloc.c | 121 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 306 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 325 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
| /netbsd/src/external/bsd/less/dist/ |
| D | prompt.c | 152 static POSITION curr_byte(int where) in curr_byte() 170 static int cond(char c, int where) in cond() 234 static void protochar(int c, int where, int iseditproto) in protochar() 468 int where; in pr_expand() local
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | kobj_machdep.c | 76 Elf_Addr *where; in kobj_reloc() local 144 uint64_t where; in kobj_machdep() local
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | kobj_machdep.c | 76 Elf64_Addr *where, val; in kobj_reloc() local 172 uint64_t where; in kobj_machdep() local
|
| /netbsd/src/libexec/ld.elf_so/ |
| D | reloc.c | 227 Elf_Addr *where; in _rtld_relocate_relr() local 376 Elf_Addr *where; in _rtld_call_ifunc() local 428 Elf_Addr *where, target; in _rtld_call_ifunc() local
|