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

/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.c348 expand_string(const char *s, char *d, unsigned int len) function
H A Dbuiltins.c2954 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) {
2963 if ((err = expand_string(arg, mb_cmdline, MAX_CMDLINE)) != 0) {
3213 if ((err = expand_string(arg, newarg, MAX_CMDLINE)) != 0) {
3221 if ((err = expand_string(arg, cmdline_sav, MAX_CMDLINE)) != 0) {
/illumos-gate/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) function
110 p2 = expand_string(value, line);
/illumos-gate/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);
690 expand_string(to,
718 expand_string(to, 32 + length);
721 expand_string(to,
733 * expand_string(string, length)
744 expand_string(register String string, register int length) function
796 expand_string(to, 32);
799 expand_string(to, to->buffer.end - to->buffer.start + 32);
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c464 expand_string(const char *pat, char *fp, int size, cred_t *cr) function
593 error = expand_string(refstr_value(rp), fp, MAXPATHLEN, cr);
736 error1 = expand_string(refstr_value(rp),

Completed in 138 milliseconds