diff options
Diffstat (limited to 'src/wordexp')
| -rw-r--r-- | src/wordexp/WRDE_APPEND.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_BADCHAR.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_BADVAL.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_CMDSUB.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_DOOFFS.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_NOCMD.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_NOSPACE.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_NOSYS.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_REUSE.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_SHOWERR.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_SYNTAX.h | 6 | ||||
| -rw-r--r-- | src/wordexp/WRDE_UNDEF.h | 6 | ||||
| -rw-r--r-- | src/wordexp/wordexp.c | 18 | ||||
| -rw-r--r-- | src/wordexp/wordexp_t.h | 12 | ||||
| -rw-r--r-- | src/wordexp/wordfree.c | 16 |
15 files changed, 0 insertions, 118 deletions
diff --git a/src/wordexp/WRDE_APPEND.h b/src/wordexp/WRDE_APPEND.h deleted file mode 100644 index 81c709c1..00000000 --- a/src/wordexp/WRDE_APPEND.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_APPEND 1 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_BADCHAR.h b/src/wordexp/WRDE_BADCHAR.h deleted file mode 100644 index b91c845e..00000000 --- a/src/wordexp/WRDE_BADCHAR.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_BADCHAR 1 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_BADVAL.h b/src/wordexp/WRDE_BADVAL.h deleted file mode 100644 index 706c17f0..00000000 --- a/src/wordexp/WRDE_BADVAL.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_BADVAL 2 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_CMDSUB.h b/src/wordexp/WRDE_CMDSUB.h deleted file mode 100644 index 41c0be87..00000000 --- a/src/wordexp/WRDE_CMDSUB.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_CMDSUB 3 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_DOOFFS.h b/src/wordexp/WRDE_DOOFFS.h deleted file mode 100644 index c74e162b..00000000 --- a/src/wordexp/WRDE_DOOFFS.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_DOOFFS 2 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_NOCMD.h b/src/wordexp/WRDE_NOCMD.h deleted file mode 100644 index 729d9bae..00000000 --- a/src/wordexp/WRDE_NOCMD.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_NOCMD 3 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_NOSPACE.h b/src/wordexp/WRDE_NOSPACE.h deleted file mode 100644 index c3edabf4..00000000 --- a/src/wordexp/WRDE_NOSPACE.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_NOSPACE 4 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_NOSYS.h b/src/wordexp/WRDE_NOSYS.h deleted file mode 100644 index 03e0ba0c..00000000 --- a/src/wordexp/WRDE_NOSYS.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_NOSYS -1 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_REUSE.h b/src/wordexp/WRDE_REUSE.h deleted file mode 100644 index 0552fad4..00000000 --- a/src/wordexp/WRDE_REUSE.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_REUSE 4 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_SHOWERR.h b/src/wordexp/WRDE_SHOWERR.h deleted file mode 100644 index c40db1e4..00000000 --- a/src/wordexp/WRDE_SHOWERR.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_SHOWERR 5 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_SYNTAX.h b/src/wordexp/WRDE_SYNTAX.h deleted file mode 100644 index af83c6b9..00000000 --- a/src/wordexp/WRDE_SYNTAX.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_SYNTAX 5 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/WRDE_UNDEF.h b/src/wordexp/WRDE_UNDEF.h deleted file mode 100644 index 1f533a5b..00000000 --- a/src/wordexp/WRDE_UNDEF.h +++ /dev/null @@ -1,6 +0,0 @@ -#include <wordexp.h> -#define WRDE_UNDEF 6 -/* -POSIX(2) -*/ - diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c deleted file mode 100644 index 412449cb..00000000 --- a/src/wordexp/wordexp.c +++ /dev/null @@ -1,18 +0,0 @@ -#if 0 - -#include <wordexp.h> - -int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) -{ - (void)words; - (void)pwordexp; - (void)flags; - return 0; -} - -/* -POSIX(2) -*/ - - -#endif diff --git a/src/wordexp/wordexp_t.h b/src/wordexp/wordexp_t.h deleted file mode 100644 index 1bf6eac9..00000000 --- a/src/wordexp/wordexp_t.h +++ /dev/null @@ -1,12 +0,0 @@ -#include <wordexp.h> - -typedef struct { - size_t we_wordc; - char ** we_wordv; - size_t we_offs; -} wordexp_t; - -/* -POSIX(2) -*/ - diff --git a/src/wordexp/wordfree.c b/src/wordexp/wordfree.c deleted file mode 100644 index b8dfc8fa..00000000 --- a/src/wordexp/wordfree.c +++ /dev/null @@ -1,16 +0,0 @@ -#if 0 - -#include <wordexp.h> -#include <stdlib.h> - -void wordfree(wordexp_t *pwordexp) -{ - free(pwordexp); -} - -/* -POSIX(2) -*/ - - -#endif |
