Home
last modified time | relevance | path

Searched refs:maps_buf (Results 1 – 19 of 19) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dos_dep.c194 char *maps_buf; in GC_apply_to_maps() local
214 maps_buf = alloca(maps_size); in GC_apply_to_maps()
215 if (NULL == maps_buf) return 0; in GC_apply_to_maps()
216 result = GC_repeat_read(f, maps_buf, maps_size); in GC_apply_to_maps()
220 maps_buf = maps_temp; in GC_apply_to_maps()
224 maps_buf[result] = '\0'; in GC_apply_to_maps()
227 return fn(maps_buf); in GC_apply_to_maps()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dos_dep.c194 char *maps_buf; in GC_apply_to_maps() local
214 maps_buf = alloca(maps_size); in GC_apply_to_maps()
215 if (NULL == maps_buf) return 0; in GC_apply_to_maps()
216 result = GC_repeat_read(f, maps_buf, maps_size); in GC_apply_to_maps()
220 maps_buf = maps_temp; in GC_apply_to_maps()
224 maps_buf[result] = '\0'; in GC_apply_to_maps()
227 return fn(maps_buf); in GC_apply_to_maps()
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dos_dep.c173 static char *maps_buf = NULL; in GC_get_maps() local
212 GC_scratch_recycle_no_gww(maps_buf, maps_buf_sz); in GC_get_maps()
215 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
223 if (maps_buf == 0) return 0; in GC_get_maps()
233 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
253 maps_buf[maps_size] = '\0'; in GC_get_maps()
254 return maps_buf; in GC_get_maps()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dos_dep.c173 static char *maps_buf = NULL; in GC_get_maps() local
212 GC_scratch_recycle_no_gww(maps_buf, maps_buf_sz); in GC_get_maps()
215 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
223 if (maps_buf == 0) return 0; in GC_get_maps()
233 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
253 maps_buf[maps_size] = '\0'; in GC_get_maps()
254 return maps_buf; in GC_get_maps()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dos_dep.c173 static char *maps_buf = NULL; in GC_get_maps() local
212 GC_scratch_recycle_no_gww(maps_buf, maps_buf_sz); in GC_get_maps()
215 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
223 if (maps_buf == 0) return 0; in GC_get_maps()
233 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
253 maps_buf[maps_size] = '\0'; in GC_get_maps()
254 return maps_buf; in GC_get_maps()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dos_dep.c173 static char *maps_buf = NULL; in GC_get_maps() local
212 GC_scratch_recycle_no_gww(maps_buf, maps_buf_sz); in GC_get_maps()
215 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
223 if (maps_buf == 0) return 0; in GC_get_maps()
233 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
253 maps_buf[maps_size] = '\0'; in GC_get_maps()
254 return maps_buf; in GC_get_maps()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dos_dep.c217 static char *maps_buf = init_buf; in GC_apply_to_maps() local
227 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_apply_to_maps()
228 if (maps_buf == 0) return 0; in GC_apply_to_maps()
234 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_apply_to_maps()
240 maps_buf[maps_size] = '\0'; in GC_apply_to_maps()
243 return fn(maps_buf); in GC_apply_to_maps()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dos_dep.c203 static char *maps_buf = init_buf; in GC_get_maps() local
240 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
248 if (maps_buf == 0) return 0; in GC_get_maps()
258 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
273 maps_buf[maps_size] = '\0'; in GC_get_maps()
276 return maps_buf; in GC_get_maps()
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dos_dep.c212 static char *maps_buf = init_buf; in GC_apply_to_maps() local
222 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_apply_to_maps()
223 if (maps_buf == 0) return 0; in GC_apply_to_maps()
229 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_apply_to_maps()
235 maps_buf[maps_size] = '\0'; in GC_apply_to_maps()
238 return fn(maps_buf); in GC_apply_to_maps()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dos_dep.c203 static char *maps_buf = init_buf; in GC_get_maps() local
240 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
248 if (maps_buf == 0) return 0; in GC_get_maps()
258 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
273 maps_buf[maps_size] = '\0'; in GC_get_maps()
276 return maps_buf; in GC_get_maps()
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dos_dep.c212 static char *maps_buf = init_buf; in GC_apply_to_maps() local
222 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_apply_to_maps()
223 if (maps_buf == 0) return 0; in GC_apply_to_maps()
229 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_apply_to_maps()
235 maps_buf[maps_size] = '\0'; in GC_apply_to_maps()
238 return fn(maps_buf); in GC_apply_to_maps()
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dos_dep.c212 static char *maps_buf = init_buf; in GC_apply_to_maps() local
222 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_apply_to_maps()
223 if (maps_buf == 0) return 0; in GC_apply_to_maps()
229 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_apply_to_maps()
235 maps_buf[maps_size] = '\0'; in GC_apply_to_maps()
238 return fn(maps_buf); in GC_apply_to_maps()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dos_dep.c203 static char *maps_buf = init_buf; in GC_get_maps() local
240 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
248 if (maps_buf == 0) return 0; in GC_get_maps()
258 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
273 maps_buf[maps_size] = '\0'; in GC_get_maps()
276 return maps_buf; in GC_get_maps()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dos_dep.c203 static char *maps_buf = init_buf; in GC_get_maps() local
240 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
248 if (maps_buf == 0) return 0; in GC_get_maps()
258 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
273 maps_buf[maps_size] = '\0'; in GC_get_maps()
276 return maps_buf; in GC_get_maps()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dos_dep.c212 static char *maps_buf = init_buf; in GC_apply_to_maps() local
222 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_apply_to_maps()
223 if (maps_buf == 0) return 0; in GC_apply_to_maps()
229 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_apply_to_maps()
235 maps_buf[maps_size] = '\0'; in GC_apply_to_maps()
238 return fn(maps_buf); in GC_apply_to_maps()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dos_dep.c203 static char *maps_buf = init_buf; in GC_get_maps() local
240 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
248 if (maps_buf == 0) return 0; in GC_get_maps()
258 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
273 maps_buf[maps_size] = '\0'; in GC_get_maps()
276 return maps_buf; in GC_get_maps()
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dos_dep.c212 static char *maps_buf = init_buf; in GC_apply_to_maps() local
222 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_apply_to_maps()
223 if (maps_buf == 0) return 0; in GC_apply_to_maps()
229 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_apply_to_maps()
235 maps_buf[maps_size] = '\0'; in GC_apply_to_maps()
238 return fn(maps_buf); in GC_apply_to_maps()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dos_dep.c209 static char *maps_buf = init_buf; in GC_get_maps() local
246 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
254 if (maps_buf == 0) return 0; in GC_get_maps()
264 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
285 maps_buf[maps_size] = '\0'; in GC_get_maps()
288 return maps_buf; in GC_get_maps()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dos_dep.c168 static char *maps_buf = NULL; in GC_get_maps() local
205 maps_buf = GC_scratch_alloc(maps_buf_sz); in GC_get_maps()
213 if (maps_buf == 0) return 0; in GC_get_maps()
223 result = GC_repeat_read(f, maps_buf, maps_buf_sz-1); in GC_get_maps()
241 maps_buf[maps_size] = '\0'; in GC_get_maps()
244 return maps_buf; in GC_get_maps()