Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dexpand_path.c214 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 Dsubr.c40 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 Dfind_names.c299 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 Dlogmsg.c335 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 Dsubr.h21 void expand_string (char **, size_t *, size_t);
H A Drun.c74 expand_string(&buf, &length, doff + 1); in run_setup()
106 expand_string(&buf, &length, doff + 1); in run_setup()
H A Dmyndbm.c274 expand_string (&value, in mydbm_load_file()
H A Dcommit.c1249 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 Dtag.c903 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 Drcs.c1060 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 Ddevd.hh162 const std::string expand_string(const char * var,
H A Ddevd.cc269 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