/netbsd-src/usr.bin/finger/ |
H A 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/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | matchexp.c | 201 locus where; in match_level_1() local 264 locus where; in match_mult_operand() local 307 locus where; in match_ext_mult_operand() local 352 locus where, old_loc; in match_add_operand() local 416 locus where; in match_ext_add_operand() local 463 locus where; in match_level_2() local 548 locus where; in match_level_3() local 596 locus where; in match_level_4() local 686 locus where; in match_and_operand() local 719 locus where; in match_or_operand() local [all …]
|
H A D | symbol.c | 411 gfc_check_conflict (symbol_attribute *attr, const char *name, locus *where) in gfc_check_conflict() 955 check_used (symbol_attribute *attr, const char *name, locus *where) in check_used() 978 duplicate_attr (const char *attr, locus *where) in duplicate_attr() 1001 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute() 1011 gfc_add_allocatable (symbol_attribute *attr, locus *where) in gfc_add_allocatable() 1037 gfc_add_automatic (symbol_attribute *attr, const char *name, locus *where) in gfc_add_automatic() 1052 gfc_add_codimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_codimension() 1078 gfc_add_dimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_dimension() 1104 gfc_add_contiguous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_contiguous() 1116 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | matchexp.cc | 201 locus where; in match_level_1() local 264 locus where; in match_mult_operand() local 307 locus where; in match_ext_mult_operand() local 352 locus where, old_loc; in match_add_operand() local 416 locus where; in match_ext_add_operand() local 463 locus where; in match_level_2() local 548 locus where; in match_level_3() local 596 locus where; in match_level_4() local 686 locus where; in match_and_operand() local 719 locus where; in match_or_operand() local [all …]
|
H A D | symbol.cc | 411 gfc_check_conflict (symbol_attribute *attr, const char *name, locus *where) in gfc_check_conflict() 956 check_used (symbol_attribute *attr, const char *name, locus *where) in check_used() 979 duplicate_attr (const char *attr, locus *where) in duplicate_attr() 1002 gfc_add_attribute (symbol_attribute *attr, locus *where) in gfc_add_attribute() 1012 gfc_add_allocatable (symbol_attribute *attr, locus *where) in gfc_add_allocatable() 1038 gfc_add_automatic (symbol_attribute *attr, const char *name, locus *where) in gfc_add_automatic() 1053 gfc_add_codimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_codimension() 1079 gfc_add_dimension (symbol_attribute *attr, const char *name, locus *where) in gfc_add_dimension() 1105 gfc_add_contiguous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_contiguous() 1123 gfc_add_external (symbol_attribute *attr, locus *where) in gfc_add_external() [all …]
|
/netbsd-src/libexec/ld.elf_so/arch/arm/ |
H A D | mdreloc.c | 30 Elf_Addr *where; _rtld_relocate_nonplt_self() local 57 load_ptr(void * where) load_ptr() argument 67 store_ptr(void * where,Elf_Addr val) store_ptr() argument 82 Elf_Addr *where; _rtld_relocate_nonplt_objects() local 270 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); _rtld_relocate_plt_lazy() local 290 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/libexec/ld.elf_so/arch/alpha/ |
H A D | alpha_reloc.c | 157 load_ptr(void *where) in load_ptr() argument 167 store_ptr(void *where, Elf_Addr val) in store_ptr() argument 178 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 208 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 354 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_lazy() local 370 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/share/examples/refuse/virtdir/ |
H A 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/share/examples/refuse/id3fs/ |
H A 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/share/examples/refuse/fanoutfs/ |
H A 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/ |
H A 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/crypto/external/bsd/netpgp/dist/src/lib/ |
H A 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/libexec/ld.elf_so/arch/aarch64/ |
H A D | mdreloc.c | 131 _rtld_tlsdesc_fill(const Obj_Entry * obj,const Elf_Rela * rela,Elf_Addr * where,u_int flags) _rtld_tlsdesc_fill() argument 184 Elf_Addr *where; _rtld_relocate_nonplt_self() local 211 Elf_Addr *where; _rtld_relocate_nonplt_objects() local 338 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_lazy() local 366 Elf_Addr *where, target; _rtld_call_ifunc() local 387 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/ |
H A 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/ |
H A 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/ |
H A 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/libexec/ld.elf_so/arch/vax/ |
H A D | mdreloc.c | 31 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 59 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 147 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_lazy() local 163 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in _rtld_relocate_plt_object() local
|
/netbsd-src/libexec/ld.elf_so/arch/sh3/ |
H A D | mdreloc.c | 32 Elf_Addr *where; _rtld_relocate_nonplt_self() local 60 Elf_Addr *where; _rtld_relocate_nonplt_objects() local 215 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_lazy() local 260 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/libexec/ld.elf_so/arch/m68k/ |
H A D | mdreloc.c | 32 Elf_Addr *where; _rtld_relocate_nonplt_self() local 60 Elf_Addr *where; _rtld_relocate_nonplt_objects() local 190 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_lazy() local 206 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/sys/sys/ |
H A 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/or1k/ |
H A D | mdreloc.c | 73 Elf_Addr *where; _rtld_relocate_nonplt_self() local 101 Elf_Addr *where; _rtld_relocate_nonplt_objects() local 219 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_lazy() local 235 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/libexec/ld.elf_so/arch/riscv/ |
H A D | mdreloc.c | 78 Elf_Addr *where = (Elf_Addr *)(relocbase + rela->r_offset); _rtld_relocate_nonplt_self() local 107 Elf_Addr * const where = _rtld_relocate_nonplt_objects() local 244 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_lazy() local 263 Elf_Addr * const where = (Elf_Addr *)(obj->relocbase + rela->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/lib/csu/common/ |
H A D | crt0-common.c | 150 #define write_plt(where, value) sparc_write_branch((void *)where, (void *)value) argument 153 #define write_plt(where, value) *where = value argument 161 Elf_Addr *where, target; in fix_iplta() local 185 Elf_Addr *where, target; in fix_iplt() local 272 Elf_Addr *where; in relocate_self() local
|
/netbsd-src/libexec/ld.elf_so/arch/i386/ |
H A D | mdreloc.c | 33 Elf_Addr *where; in _rtld_relocate_nonplt_self() local 64 Elf_Addr *where; in _rtld_relocate_nonplt_objects() local 214 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); _rtld_relocate_plt_lazy() local 234 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); _rtld_relocate_plt_object() local [all...] |
/netbsd-src/sys/arch/acorn32/stand/lib/ |
H A 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
|