|
@@ -35,45 +35,6 @@
|
|
|
#include <glob.h>
|
|
|
#include <wordexp.h>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-#ifdef __UCLIBC_HAS_XLOCALE__
|
|
|
-
|
|
|
-#elif defined __UCLIBC_HAS_CTYPE_TABLES__
|
|
|
-
|
|
|
-#endif
|
|
|
-
|
|
|
#define __WORDEXP_FULL
|
|
|
|
|
|
|
|
@@ -373,8 +334,8 @@ parse_tilde(char **word, size_t * word_length, size_t * max_length,
|
|
|
|
|
|
static int
|
|
|
do_parse_glob(const char *glob_word, char **word, size_t * word_length,
|
|
|
- size_t * max_length, wordexp_t * pwordexp, const char *ifs,
|
|
|
- const char *ifs_white)
|
|
|
+ size_t * max_length, wordexp_t * pwordexp, const char *ifs
|
|
|
+ )
|
|
|
{
|
|
|
int error;
|
|
|
int match;
|
|
@@ -497,7 +458,7 @@ parse_glob(char **word, size_t * word_length, size_t * max_length,
|
|
|
*word = w_newword(word_length, max_length);
|
|
|
for (i = 0; error == 0 && i < glob_list.we_wordc; i++)
|
|
|
error = do_parse_glob(glob_list.we_wordv[i], word, word_length,
|
|
|
- max_length, pwordexp, ifs, ifs_white);
|
|
|
+ max_length, pwordexp, ifs );
|
|
|
|
|
|
|
|
|
tidy_up:
|