Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
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);
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc87 static void expand_string(register String string, register int length);
687 expand_string(to, 32 + length); in append_string()
690 expand_string(to, in append_string()
718 expand_string(to, 32 + length); in append_string()
721 expand_string(to, in append_string()
744 expand_string(register String string, register int length) in expand_string() function
796 expand_string(to, 32); in append_char()
799 expand_string(to, to->buffer.end - to->buffer.start + 32); in append_char()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dexpand.h28 extern int expand_string(const char *, char *, unsigned int);
H A Dexpand.c348 expand_string(const char *s, char *d, unsigned int len) in expand_string() function
H A Dbuiltins.c2920 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) { in kernel_dollar_func()
2929 if ((err = expand_string(arg, mb_cmdline, MAX_CMDLINE)) != 0) { in kernel_dollar_func()
3174 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) { in module_dollar_func()
3182 if ((err = expand_string(arg, cmdline_sav, MAX_CMDLINE)) != 0) { in module_dollar_func()
/titanic_50/usr/src/uts/common/os/
H A Dcore.c464 expand_string(const char *pat, char *fp, int size, cred_t *cr) in expand_string() function
593 error = expand_string(refstr_value(rp), fp, MAXPATHLEN, cr); in dump_one_core()
736 error1 = expand_string(refstr_value(rp), in core()