Home
last modified time | relevance | path

Searched refs:expand_string (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dexpand_path.c216 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
231 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
259 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
266 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
273 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
276 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
287 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
296 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
309 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
311 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path()
[all …]
H A Dsubr.c42 expand_string (char **strptr, size_t *n, size_t newsize) in expand_string() function
84 expand_string (str, lenp, (newstr ? 0 : strlen (*str)) + strlen (src) + 1); in xrealloc_and_strcat()
690 expand_string (buf, bufsize, *bufsize + 100); in get_file()
704 expand_string (buf, bufsize, *bufsize + 1); in get_file()
935 expand_string (&buf, &length, doff + 1); in cmdlineescape()
940 expand_string (&buf, &length, doff + 1); in cmdlineescape()
1509 expand_string (&buf, &length, doff + 1); in format_cmdline()
1531 expand_string (&buf, &length, doff + 1); in format_cmdline()
1599 expand_string (&fmt, &flen, qoff + 1); in format_cmdline()
1633 expand_string (&fmt, &flen, qoff + 1); in format_cmdline()
[all …]
H A Dfind_names.c301 expand_string (&catpat, &catpatlen, len + 1); in find_files()
304 expand_string (&catpat, &catpatlen, len + 1); in find_files()
473 expand_string (&tmp, in find_dirs()
504 expand_string (&tmp, in find_dirs()
H A Dlogmsg.c339 expand_string (messagep, &message_len, in do_editor()
675 expand_string (c->buf, c->length, in logmsg_list_to_args_proc()
696 expand_string (c->buf, c->length, doff + strlen (arg)); in logmsg_list_to_args_proc()
709 expand_string (c->buf, c->length, doff + 1); in logmsg_list_to_args_proc()
H A Dsubr.h21 void expand_string (char **, size_t *, size_t);
H A Drun.c76 expand_string(&buf, &length, doff + 1); in run_setup()
108 expand_string(&buf, &length, doff + 1); in run_setup()
H A Dmyndbm.c276 expand_string (&value, in mydbm_load_file()
H A Dcommit.c1201 expand_string (c->buf, c->length, doff + strlen (arg));
1211 expand_string (c->buf, c->length, doff + 1);
2089 expand_string (&desc, &descalloc, desclen + 1); in checkaddfile()
H A Dtag.c954 expand_string (c->buf, c->length, doff + strlen (arg)); in pretag_list_to_args_proc()
965 expand_string (c->buf, c->length, doff + 1); in pretag_list_to_args_proc()
H A Drcs.c1062 expand_string (&rcsbuf_buffer, &rcsbuf_buffer_size, RCSBUF_BUFSIZE); in rcsbuf_open()
1577 expand_string (&rcsbuf_buffer, &rcsbuf_buffer_size, in rcsbuf_fill()
H A DChangeLog-973032 * expand_path.c (expand_path): Revise to call expand_string as
3043 * subr.c, cvs.h (expand_string): New function.
3048 MAX_INCR); I adapted it into the separate function expand_string.
H A DChangeLog4638 * subr.c (expand_string): Use x2realloc() from GNULIB for core
11994 * subr.c (expand_string): Tweak the algorithm so that the size
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dvar.c24 static char *expand_string __P((char *, int));
79 value = expand_string(s, line);
86 static char *expand_string(oldstring, line) in expand_string() function
115 p2 = expand_string(value, line);
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmep-asm.c597 static char * expand_string (const char *, int);
661 rescanned_result = expand_string (result, 0); in expand_macro()
673 expand_string (const char *in, int first_only) in expand_string() function
792 str = expand_string (*strp_in, 1); in mep_cgen_expand_macros_and_parse_operand()
H A DChangeLog175 (expand_string): Change pmacro to const.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmep-asm.c597 static char * expand_string (const char *, int);
661 rescanned_result = expand_string (result, 0); in expand_macro()
673 expand_string (const char *in, int first_only) in expand_string() function
791 str = expand_string (*strp_in, 1); in mep_cgen_expand_macros_and_parse_operand()
H A DChangeLog334 (expand_string): Change pmacro to const.
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmep.opc641 static char * expand_string (const char *, int);
705 rescanned_result = expand_string (result, 0);
717 expand_string (const char *in, int first_only)
836 str = expand_string (*strp_in, 1);
H A DChangeLog14 (expand_string): Make pmacro const.
389 * mep.opc (expand_string): Add fall through comment.
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmep.opc641 static char * expand_string (const char *, int);
705 rescanned_result = expand_string (result, 0);
717 expand_string (const char *in, int first_only)
835 str = expand_string (*strp_in, 1);
H A DChangeLog31 (expand_string): Make pmacro const.
406 * mep.opc (expand_string): Add fall through comment.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git182333 (expand_string): Make pmacro const.