Searched refs:where (Results 1 - 25 of 729) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_scan.c57 #define startcomment(where) (where[0] == '/' && where[1] == '*')
58 #define endcomment(where) (where[-1] == '*' && where[0] == '/')
172 if (*where == 0) {
176 *where = 0;
193 where = curline;
195 if (isspace((unsigned char)*where)) {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Doutput-file.h22 void output_file_append (char *where, long length, char *filename);
H A Dinput-file.h38 * input_file_give_next_buffer(where) Call once to get each new buffer.
59 char *input_file_give_next_buffer (char *where);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dmarch-err-2.s1 ; Test unsupported ARCH in -march=ARCH, where there's an option
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dkobj_machdep.c71 Elf_Addr *where; local
80 where = (Elf_Addr *) (relocbase + rela->r_offset);
86 where = (Elf_Addr *) (relocbase + rel->r_offset);
87 addend = *where;
100 *where = addr + addend;
111 *where = addr;
116 if (*where != addr)
117 *where = addr;
135 addend += ((uint32_t *)addr - (uint32_t *)where);
139 printf ("Relocation %x too far @ %p\n", addend, where);
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dfinger.h54 struct where *whead, *wtail; /* list of where user is or has been */
59 typedef struct where { struct
60 struct where *next; /* next place user is or has been */
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dlockdebug.h75 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s, t) \
76 if (dodebug) lockdebug_wantlock(lock, where, s, t)
77 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where, s) \
78 if (dodebug) lockdebug_locked(lock, al, where, s)
79 #define LOCKDEBUG_UNLOCKED(dodebug, lock, where, s) \
80 if (dodebug) lockdebug_unlocked(lock, where, s)
84 #define LOCKDEBUG_WAKEUP(dodebug, lock, where) \
85 if (dodebug) lockdebug_wakeup(lock, where)
91 #define LOCKDEBUG_WANTLOCK(dodebug, lock, where, s, t) /* nothing */
92 #define LOCKDEBUG_LOCKED(dodebug, lock, al, where,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dkobj_machdep.c69 Elf_Addr *where; local
78 where = (Elf_Addr *) (relocbase + rela->r_offset);
84 where = (Elf_Addr *) (relocbase + rel->r_offset);
85 addend = *where;
99 if (*where != addr)
100 *where = addr;
108 if (*where != addr)
109 *where = addr;
117 if (*where != addr)
118 *where
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Ddefs.h49 #define NEWARRAY(type,ptr,size,where,action) do { \
52 where, (unsigned long)(size * sizeof(type))); \
57 #define RENEW(type,ptr,size,where,action) do { \
62 where, (unsigned long)(size * sizeof(type))); \
69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
77 NEWARRAY(type, v, _newsize, where ": new", action); \
80 RENEW(type, v, _newsize, where ": renew", action); \
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Ddefs.h46 #define NEWARRAY(type,ptr,size,where,action) do { \
49 where, (unsigned long)(size * sizeof(type))); \
54 #define RENEW(type,ptr,size,where,action) do { \
58 where, (unsigned long)(size * sizeof(type))); \
65 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
69 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
73 NEWARRAY(type, v, _newsize, where ": new", action); \
76 RENEW(type, v, _newsize, where ": renew", action); \
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dlseek.c67 lseek(int fd, off_t offset, int where) argument
69 olseek(int fd, off_t offset, int where)
86 switch (where) {
102 return FS_SEEK(f->f_ops)(f, offset, where);
/netbsd-6-1-5-RELEASE/share/examples/refuse/fanoutfs/
H A Ddefs.h44 #define NEWARRAY(type,ptr,size,where,action) do { \
47 where, (unsigned long)(size * sizeof(type))); \
52 #define RENEW(type,ptr,size,where,action) do { \
56 where, (unsigned long)(size * sizeof(type))); \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
/netbsd-6-1-5-RELEASE/share/examples/refuse/id3fs/
H A Ddefs.h44 #define NEWARRAY(type,ptr,size,where,action) do { \
47 where, (unsigned long)(size * sizeof(type))); \
52 #define RENEW(type,ptr,size,where,action) do { \
56 where, (unsigned long)(size * sizeof(type))); \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
/netbsd-6-1-5-RELEASE/share/examples/refuse/virtdir/
H A Ddefs.h44 #define NEWARRAY(type,ptr,size,where,action) do { \
47 where, (unsigned long)(size * sizeof(type))); \
52 #define RENEW(type,ptr,size,where,action) do { \
56 where, (unsigned long)(size * sizeof(type))); \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/arm/
H A Dmdreloc.c30 Elf_Addr *where; local
44 where = (Elf_Addr *)(relocbase + rel->r_offset);
45 *where += (Elf_Addr)relocbase;
57 load_ptr(void *where) argument
61 memcpy(&res, where, sizeof(res));
67 store_ptr(void *where, Elf_Addr val) argument
70 memcpy(where, &val, sizeof(val));
79 Elf_Addr *where; local
85 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
99 addend = *where;
259 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); local
275 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rel->r_offset); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/lib/
H A Drmreloc.c85 load_ptr(void *where) argument
89 memcpy(&res, where, sizeof(res));
95 store_ptr(void *where, Elf_Addr val) argument
98 memcpy(where, &val, sizeof(val));
134 Elf_Addr *where; local
137 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
144 if (__predict_true(RELOC_ALIGNED_P(where))) {
145 tmp = *where + (Elf_Addr)obj->relocbase -
147 *where = tmp;
149 tmp = load_ptr(where)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-pe/
H A Dexports.d3 Entry 0 00000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
H A Dexports64.d3 Entry 0 0000000000000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sparc/
H A Dultrasp9.c17 void to_octal (uint64_t value, char *where, size_t size) argument
24 where[--i] = '0' + (v & ((1 << 3) - 1));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dultrasp9.c15 void to_octal (uint64_t value, char *where, size_t size) argument
22 where[--i] = '0' + (v & ((1 << 3) - 1));
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dkobj_machdep.c44 Elf_Addr *where; local
55 where = (Elf_Addr *)(relocbase + rela->r_offset);
67 tmp = (Elf_Addr)(addr + rela->r_addend) - (Elf_Addr)where;
68 if (*where != tmp)
69 *where = tmp;
77 tmp = (Elf_Addr)(addr + *where + rela->r_addend);
78 *where = tmp;
82 *where += (Elf_Addr)(relocbase + rela->r_addend);
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dkobj_machdep.c76 Elf64_Addr *where, val; local
86 where = (Elf64_Addr *)(relocbase + rela->r_offset);
92 where = (Elf64_Addr *)(relocbase + rel->r_offset);
100 addend = *(Elf32_Addr *)where;
103 addend = *where;
117 *where = val;
124 where32 = (Elf32_Addr *)where;
125 val32 = (Elf32_Addr)(addr + addend - (Elf64_Addr)where);
135 where32 = (Elf32_Addr *)where;
144 *where
164 uint64_t where; local
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/alpha/
H A Dalpha_reloc.c157 load_ptr(void *where) argument
161 memcpy(&res, where, sizeof(res));
167 store_ptr(void *where, Elf_Addr val) argument
170 memcpy(where, &val, sizeof(val));
178 Elf_Addr *where; local
192 where = (Elf_Addr *)(relocbase + rela->r_offset);
194 *where += (Elf_Addr)relocbase;
205 Elf_Addr *where; local
211 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
227 if (__predict_true(RELOC_ALIGNED_P(where))) {
348 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
364 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); local
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/powerpc/
H A Dppc_reloc.c129 Elf_Addr *where; local
143 where = (Elf_Addr *)(relocbase + rela->r_offset);
144 *where = (Elf_Addr)(relocbase + rela->r_addend);
154 Elf_Addr *where; local
160 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
178 if (*where != tmp)
179 *where = tmp;
182 obj->path, (void *)*where, defobj->path));
186 *where = (Elf_Addr)(obj->relocbase + rela->r_addend);
188 (void *)*where));
274 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); local
315 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); local
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dposition.c71 position(where)
72 int where;
74 switch (where)
77 where = sc_height - 2;
80 where = sc_height - 1;
83 where = sc_height / 2;
85 return (table[where]);

Completed in 411 milliseconds

1234567891011>>