Searched defs:expand_string (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | var.c | 19 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/grub/grub-0.97/stage2/ |
H A D | expand.c | 348 expand_string(const char *s, char *d, unsigned int len) function
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | core.c | 464 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),
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 87 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);
|
Completed in 550 milliseconds