Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/netbsd/src/usr.bin/finger/
Dfinger.h59 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/
Dmdreloc.c39 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/
Dalpha_reloc.c170 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/
Ddefs.h44 #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/
Ddefs.h49 #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/
Ddefs.h44 #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/
Ddefs.h49 #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/
Ddefs.h44 #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/
Ddefs.h49 #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/
Ddefs.h46 #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/
Dvocab.c72 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/
Dcrt0-common.c153 #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/
Dmdreloc.c62 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/
Dmdreloc.c76 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/
Dmdreloc.c72 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/
Dlockdebug.h85 #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/
Dmdreloc.c87 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/
Drmreloc.c85 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/
Dhppa_reloc.c82 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/
Dkobj_machdep.c108 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/
Dmdreloc.c121 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/
Dprompt.c152 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/
Dkobj_machdep.c76 Elf_Addr *where; in kobj_reloc() local
144 uint64_t where; in kobj_machdep() local
/netbsd/src/sys/arch/amd64/amd64/
Dkobj_machdep.c76 Elf64_Addr *where, val; in kobj_reloc() local
172 uint64_t where; in kobj_machdep() local
/netbsd/src/libexec/ld.elf_so/
Dreloc.c227 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

12345678910>>...18