/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | expand_path.c | 214 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 229 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 257 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 264 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 271 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 274 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 285 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 294 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 307 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() 309 expand_string (&mybuf, &mybuf_size, d + 1); in expand_path() [all …]
|
H A D | subr.c | 40 expand_string (char **strptr, size_t *n, size_t newsize) in expand_string() function 82 expand_string (str, lenp, (newstr ? 0 : strlen (*str)) + strlen (src) + 1); in xrealloc_and_strcat() 682 expand_string (buf, bufsize, *bufsize + 100); in get_file() 696 expand_string (buf, bufsize, *bufsize + 1); in get_file() 927 expand_string (&buf, &length, doff + 1); in cmdlineescape() 932 expand_string (&buf, &length, doff + 1); in cmdlineescape() 1500 expand_string (&buf, &length, doff + 1); in format_cmdline() 1522 expand_string (&buf, &length, doff + 1); in format_cmdline() 1584 expand_string (&fmt, &flen, qoff + 1); in format_cmdline() 1618 expand_string (&fmt, &flen, qoff + 1); in format_cmdline() [all …]
|
H A D | find_names.c | 299 expand_string (&catpat, &catpatlen, len + 1); in find_files() 302 expand_string (&catpat, &catpatlen, len + 1); in find_files() 471 expand_string (&tmp, in find_dirs() 502 expand_string (&tmp, in find_dirs()
|
H A D | logmsg.c | 335 expand_string (messagep, &message_len, in do_editor() 670 expand_string (c->buf, c->length, in logmsg_list_to_args_proc() 691 expand_string (c->buf, c->length, doff + strlen (arg)); in logmsg_list_to_args_proc() 704 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 | 74 expand_string(&buf, &length, doff + 1); in run_setup() 106 expand_string(&buf, &length, doff + 1); in run_setup()
|
H A D | myndbm.c | 274 expand_string (&value, in mydbm_load_file()
|
H A D | commit.c | 1249 expand_string (c->buf, c->length, doff + strlen (arg)); 1259 expand_string (c->buf, c->length, doff + 1); 2108 expand_string (&desc, &descalloc, desclen + 1); in checkaddfile()
|
H A D | tag.c | 903 expand_string (c->buf, c->length, doff + strlen (arg)); in pretag_list_to_args_proc() 914 expand_string (c->buf, c->length, doff + 1); in pretag_list_to_args_proc()
|
H A D | rcs.c | 1060 expand_string (&rcsbuf_buffer, &rcsbuf_buffer_size, RCSBUF_BUFSIZE); in rcsbuf_open() 1575 expand_string (&rcsbuf_buffer, &rcsbuf_buffer_size, in rcsbuf_fill()
|
/dflybsd-src/sbin/devd/ |
H A D | devd.hh | 162 const std::string expand_string(const char * var,
|
H A D | devd.cc | 269 string s = c.expand_string(_cmd.c_str()); in do_action() 278 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match() 653 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() function in config
|