Searched refs:added (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dreturn.s2 ; warning is added to the assembler.
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/
H A Dlua2netbsd42 mv /tmp/lua2n$$ $c && echo added RCS tag to $c
51 mv /tmp/lua2m$$ $m && echo added RCS tag to $m
/netbsd-6-1-5-RELEASE/external/bsd/openpam/
H A Dopenpam2netbsd48 # - check makefiles to see if any extra sources have been added.
73 mv /tmp/openp3n$$ $c && echo added NetBSD RCS tag to $c
82 mv /tmp/openp2m$$ $m && echo added NetBSD RCS tag to $m
89 mv /tmp/openp4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dbuffer.c43 unsigned int added = MAX_DATA_SIZE - buf->used;
44 if(added > size)
45 added = size;
46 if(added == 0)
48 memcpy(buf->data + buf->used, ptr, added);
49 buf->used += added;
50 buf->total_in += added;
51 return added;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darch5tej.s12 bkpt 10 @ is a feature added to GAS.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dopc-x.s15 # instructions added by SDM2.1:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbcache.h39 between members, added for alignment. These bytes usually contain
69 overhead added by the bcache). It turns out that the bcache is
152 bytes were newly added to the cache, or to false if the bytes were
155 struct bcache *bcache, int *added);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dlocalealias.c157 size_t added; local
189 added = 0;
190 while (added == 0 && locale_alias_path[0] != '\0')
203 added = read_alias_file (start, locale_alias_path - start);
206 while (added != 0);
224 size_t added; local
246 added = 0;
306 return added;
319 return added;
345 ++added;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dlocalealias.c157 size_t added; local
189 added = 0;
190 while (added == 0 && locale_alias_path[0] != '\0')
203 added = read_alias_file (start, locale_alias_path - start);
206 while (added != 0);
224 size_t added; local
246 added = 0;
306 return added;
319 return added;
345 ++added;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dlocalealias.c158 size_t added; local
190 added = 0;
191 while (added == 0 && locale_alias_path[0] != '\0')
204 added = read_alias_file (start, locale_alias_path - start);
207 while (added != 0);
223 size_t added; local
245 added = 0;
305 return added;
318 return added;
344 ++added;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dlocalealias.c143 size_t added; local
175 added = 0;
176 while (added == 0 && locale_alias_path[0] != '\0')
189 added = read_alias_file (start, locale_alias_path - start);
192 while (added != 0);
210 size_t added; local
232 added = 0;
303 return added;
316 return added;
342 ++added;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dlocalealias.c157 size_t added; local
189 added = 0;
190 while (added == 0 && locale_alias_path[0] != '\0')
203 added = read_alias_file (start, locale_alias_path - start);
206 while (added != 0);
224 size_t added; local
246 added = 0;
306 return added;
319 return added;
345 ++added;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dlocalealias.c156 size_t added; local
188 added = 0;
189 while (added == 0 && locale_alias_path[0] != '\0')
202 added = read_alias_file (start, locale_alias_path - start);
205 while (added != 0);
221 size_t added; local
243 added = 0;
303 return added;
316 return added;
342 ++added;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dentropy.c56 unsigned int added; local
63 added = 0;
73 added += ndesired * 8;
78 return (added);
87 unsigned int added; local
152 added = 0;
177 added += got;
191 if (!(ent->nextsource == firstsource && added == 0)) {
210 added += got;
213 if (added >
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dentropy.c56 unsigned int added; local
63 added = 0;
73 added += ndesired * 8;
78 return (added);
87 unsigned int added; local
152 added = 0;
177 added += got;
191 if (!(ent->nextsource == firstsource && added == 0)) {
210 added += got;
213 if (added >
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_dat.c101 static LHASH_OF(ADDED_OBJ) *added=NULL;
182 if (added != NULL) return(1);
183 added=lh_ADDED_OBJ_new();
184 return(added != NULL);
229 if (added == NULL) return;
230 lh_ADDED_OBJ_down_load(added) = 0;
231 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
232 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup2)); /* set counters */
233 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
234 lh_ADDED_OBJ_free(added);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Damd2netbsd49 # - check makefiles to see if any extra sources have been added.
97 mv /tmp/amd3n$$ $c && echo added NetBSD RCS tag to $c
106 mv /tmp/amd2m$$ $m && echo added NetBSD RCS tag to $m
113 mv /tmp/amd4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dbind2netbsd45 # - check makefiles to see if any extra sources have been added.
87 mv /tmp/bind3n$$ $c && echo added NetBSD RCS tag to $c
96 mv /tmp/bind2m$$ $m && echo added NetBSD RCS tag to $m
103 mv /tmp/bind4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/byacc/
H A Dbyacc2netbsd87 mv /tmp/byacc3n$$ $c && echo added NetBSD RCS tag to $c
96 mv /tmp/byacc2m$$ $m && echo added NetBSD RCS tag to $m
103 mv /tmp/byacc4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/flex/
H A Dflex2netbsd86 mv /tmp/flex3n$$ $c && echo added NetBSD RCS tag to $c
95 mv /tmp/flex2m$$ $m && echo added NetBSD RCS tag to $m
102 mv /tmp/flex4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/
H A Dlibbind2netbsd45 # - check makefiles to see if any extra sources have been added.
87 mv /tmp/bind3n$$ $c && echo added NetBSD RCS tag to $c
96 mv /tmp/bind2m$$ $m && echo added NetBSD RCS tag to $m
103 mv /tmp/bind4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/
H A Dtexinfo2netbsd56 mv /tmp/texinfo3$$ $c && echo added NetBSD RCS tag to $c
65 mv /tmp/texinfo4$$ $m && echo added NetBSD RCS tag to $m
72 mv /tmp/texinfo5$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/gnu/dist/grep/
H A Dgrep2netbsd57 mv /tmp/grep3$$ $c && echo added NetBSD RCS tag to $c
66 mv /tmp/grep4$$ $m && echo added NetBSD RCS tag to $m
73 mv /tmp/grep5$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/
H A Ddiffutils2netbsd56 mv /tmp/diffutils3$$ $c && echo added NetBSD RCS tag to $c
65 mv /tmp/diffutils4$$ $m && echo added NetBSD RCS tag to $m
72 mv /tmp/diffutils5$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dcrange-2a.s2 ! .cranges added by the linker: A single section with SHmedia, constants

Completed in 312 milliseconds

1234567891011>>