Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dfilesys.c122 local_temp_filename = (char *)xrealloc in info_find_fullpath()
147 local_temp_filename = (char *) xrealloc in info_find_fullpath()
345 (FILENAME_LIST **) xrealloc (names_and_files, alloc_size); in remember_info_filename()
384 infopath = (char *)xrealloc (infopath, (infopath_size += (2 * len) + 2)); in info_add_path()
502 contents = (char *)xrealloc (contents, 1 + *filesize); in filesys_read_info_file()
566 contents = (char *)xrealloc in filesys_read_compressed()
586 contents = (char *)xrealloc (contents, 1 + *filesize); in filesys_read_compressed()
675 errmsg_buf = (char *)xrealloc (errmsg_buf, (errmsg_buf_size = 2 + len)); in filesys_error_string()
H A Dtilde.c28 static void *xmalloc (), *xrealloc ();
137 result = (char *)xrealloc (result, 1 + (result_size += (start + 20))); in tilde_expand()
164 result = (char *)xrealloc (result, 1 + (result_size += (len + 20))); in tilde_expand()
318 xrealloc (pointer, bytes) in xrealloc() function
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dxgetwd.c33 char *xrealloc ();
55 cwd = xrealloc (cwd, path_max); in xgetwd()
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dio.c146 current->buffer = xrealloc (current->buffer, cc);
167 current->buffer = xrealloc (current->buffer, current->bufsize);
180 current->buffer = xrealloc (current->buffer, current->bufsize);
305 xrealloc (eqs, (eqs_alloc*=2) * sizeof(*eqs));
333 cureqs = (int *) xrealloc (cureqs, alloc_lines * sizeof (*cureqs));
334 linbuf = (char const **) xrealloc (linbuf + linbuf_base,
355 linbuf = (char const **) xrealloc (linbuf + linbuf_base,
582 linbuf0 = (char const **) xrealloc (linbuf0, (alloc_lines0 *= 2)
/openbsd-src/gnu/lib/libreadline/
H A Dtilde.c51 static void *xmalloc (), *xrealloc ();
222 result = (char *)xrealloc (result, 1 + (result_size += (start + 20)));
255 result = (char *)xrealloc (result, 1 + (result_size += (len + 20)));
443 xrealloc (pointer, bytes) in xrealloc() function
H A Disearch.c332 search_string = (char *)xrealloc (search_string, search_string_size);
401 search_string = (char *)xrealloc (search_string, search_string_size);
420 search_string = (char *)xrealloc (search_string, search_string_size);
432 search_string = (char *)xrealloc (search_string, search_string_size);
H A Ddisplay.c354 visible_line = (char *)xrealloc (visible_line, line_size);
355 invisible_line = (char *)xrealloc (invisible_line, line_size);
442 visible_line = (char *)xrealloc (visible_line, line_size); in rl_redisplay()
443 line = invisible_line = (char *)xrealloc (invisible_line, line_size); in rl_redisplay()
476 visible_line = (char *)xrealloc (visible_line, line_size); in rl_redisplay()
477 line = invisible_line = (char *)xrealloc (invisible_line, line_size); in rl_redisplay()
490 inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ in rl_redisplay()
503 inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ in rl_redisplay()
504 _rl_wrapped_line = (int *)xrealloc (_rl_wrapped_line, inv_lbsize * sizeof (int)); \ in rl_redisplay()
520 inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ in rl_redisplay()
[all …]
H A Dfunmap.c198 funmap = (FUNMAP **)xrealloc (funmap, funmap_size * sizeof (FUNMAP *));
244 result = (const char **)xrealloc (result, result_size * sizeof (char *)); in rl_funmap_names()
H A Dxmalloc.h45 extern PTR_T xrealloc PARAMS((void *, size_t));
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dlogmsg.c570 str_list = xrealloc (str_list, strlen (str_list) + 5);
575 str_list = xrealloc (str_list,
589 xrealloc (str_list,
595 xrealloc (str_list,
604 xrealloc (str_list,
614 xrealloc (str_list,
630 str_list = xrealloc (str_list, strlen (str_list) + 5);
H A Dcvsrc.c135 new_argv = (char **) xrealloc (new_argv, max_new_argv * sizeof (char*));
148 new_argv = (char **) xrealloc (new_argv, max_new_argv * sizeof (char*));
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c139 include_files_path = xrealloc (include_files_path, in prepend_to_include_path()
146 include_files_path = xrealloc (include_files_path, in prepend_to_include_path()
161 include_files_path = (char *) xrealloc (include_files_path, in append_to_include_path()
232 result = xrealloc (result, count + 2); /* why waste the slack? */ in find_and_load()
271 node_filename_stack = xrealloc in push_node_filename()
535 filename = xrealloc (filename, i + 6); in expand_filename()
H A Dmacro.c113 macro_list = xrealloc in add_macro()
212 arglist = xrealloc in get_brace_args()
366 new_body = xrealloc (new_body, new_body_size); in apply()
545 arglist = xrealloc (arglist, in define_macro()
649 body = xrealloc (body, body_size += 3 + strlen (line)); in define_macro()
822 itext_info = xrealloc in remember_itext()
/openbsd-src/gnu/lib/libiberty/include/
H A Dlibiberty.h280 extern void *xrealloc (void *, size_t);
320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
327 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
/openbsd-src/gnu/gcc/include/
H A Dlibiberty.h280 extern void *xrealloc (void *, size_t);
320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
327 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h280 extern void *xrealloc (void *, size_t);
320 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
327 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
/openbsd-src/usr.bin/tmux/
H A Dregsub.c31 *buf = xrealloc(*buf, (*len) + add + 1); in regsub_copy()
55 *buf = xrealloc(*buf, (*len) + 2); in regsub_expand()
/openbsd-src/libexec/ld.so/ldconfig/
H A Dshlib.c76 search_dirs = xrealloc(search_dirs, in add_search_dir()
102 search_dirs = xrealloc(search_dirs, in remove_search_dir()
H A Dld.h13 void *xrealloc(void *, size_t);
/openbsd-src/usr.bin/gencat/
H A Dgencat.c111 static void *xrealloc(void *, size_t);
205 xrealloc(void *ptr, size_t size) in xrealloc() function
259 cptr = curline = xrealloc(curline, curlen *= 2); in get_line()
304 msg = xrealloc(msg, clen); in getmsg()
331 msg = xrealloc(msg, msglen); in getmsg()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Denviron.c75 e->vector = (char **) xrealloc ((char *) e->vector, in init_environ()
134 vector = (char **) xrealloc ((char *) vector, in set_in_environ()
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dserver.c122 pz_text = xrealloc ((void *) pz_text, text_size);
137 return xrealloc ((void *) pz_text, strlen (pz_text) + 1);
H A Dfixlib.c52 pz_data = xrealloc ((void*)pz_data, space_left + space_used + 1 );
76 pz_data = xrealloc ((void*)pz_data, space_used+1 );
/openbsd-src/usr.bin/ctfconv/
H A Dxmalloc.h24 void *xrealloc(void *, size_t);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dggc-none.c48 return xrealloc (x, size);

12345678910>>...17