/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | expand_path.c | 216 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 D | subr.c | 42 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 D | find_names.c | 301 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 D | logmsg.c | 339 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 D | subr.h | 21 void expand_string (char **, size_t *, size_t);
|
H A D | run.c | 76 expand_string(&buf, &length, doff + 1); in run_setup() 108 expand_string(&buf, &length, doff + 1); in run_setup()
|
H A D | myndbm.c | 276 expand_string (&value, in mydbm_load_file()
|
H A D | commit.c | 1201 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 D | tag.c | 954 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 D | rcs.c | 1062 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 D | ChangeLog-97 | 3032 * 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 D | ChangeLog | 4638 * 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 D | var.c | 24 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 D | mep-asm.c | 597 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 D | ChangeLog | 175 (expand_string): Change pmacro to const.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mep-asm.c | 597 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 D | ChangeLog | 334 (expand_string): Change pmacro to const.
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | mep.opc | 641 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 D | ChangeLog | 14 (expand_string): Make pmacro const. 389 * mep.opc (expand_string): Add fall through comment.
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | mep.opc | 641 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 D | ChangeLog | 31 (expand_string): Make pmacro const. 406 * mep.opc (expand_string): Add fall through comment.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 182333 (expand_string): Make pmacro const.
|