Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dvar.c19 static char *expand_string __P((char *, int));
74 value = expand_string(s, line);
81 static char *expand_string(oldstring, line) in expand_string() function
110 p2 = expand_string(value, line);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc87 static void expand_string(String string, int length);
681 expand_string(to, 32 + length); in append_string()
684 expand_string(to, in append_string()
712 expand_string(to, 32 + length); in append_string()
715 expand_string(to, in append_string()
738 expand_string(String string, int length) in expand_string() function
790 expand_string(to, 32); in append_char()
793 expand_string(to, to->buffer.end - to->buffer.start + 32); in append_char()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.h28 extern int expand_string(const char *, char *, unsigned int);
H A Dexpand.c349 expand_string(const char *s, char *d, unsigned int len) in expand_string() function
H A Dbuiltins.c2927 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) { in kernel_dollar_func()
2936 if ((err = expand_string(arg, mb_cmdline, MAX_CMDLINE)) != 0) { in kernel_dollar_func()
3181 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) { in module_dollar_func()
3189 if ((err = expand_string(arg, cmdline_sav, MAX_CMDLINE)) != 0) { in module_dollar_func()
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c465 expand_string(const char *pat, char *fp, int size, cred_t *cr) in expand_string() function
594 error = expand_string(refstr_value(rp), fp, MAXPATHLEN, cr); in dump_one_core()
737 error1 = expand_string(refstr_value(rp), in core()