Home
last modified time | relevance | path

Searched refs:wordexp (Results 1 – 25 of 105) sorted by relevance

12345

/glibc-2.36/posix/
Dwordexp-tst.sh30 logfile=${common_objpfx}posix/wordexp-tst.out
31 testout=${common_objpfx}posix/wordexp-test-result
45 ${common_objpfx}posix/wordexp-test '$*' > ${testout}1
47 wordexp returned 0
58 ${common_objpfx}posix/wordexp-test '${*}' unquoted > ${testout}2
60 wordexp returned 0
72 ${common_objpfx}posix/wordexp-test '$@' unquoted > ${testout}3
74 wordexp returned 0
86 ${common_objpfx}posix/wordexp-test '"$* quoted"' param > ${testout}4
88 wordexp returned 0
[all …]
DMakefile26 glob.h regex.h wordexp.h fnmatch.h \
55 getaddrinfo gai_strerror wordexp \
111 tst-wordexp-nocmd tst-execveat tst-spawn5 \
133 tests += wordexp-test tst-exec tst-spawn tst-spawn2 tst-spawn3
147 generated += $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10) \
148 annexc annexc.out wordexp-tst.out bug-regex2-mem.out \
163 tests-special += $(objpfx)globtest.out $(objpfx)wordexp-tst.out
189 $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
260 CFLAGS-wordexp.c += -fexceptions
261 CFLAGS-wordexp.os = -fomit-frame-pointer
Dtst-wordexp-nocmd.c60 TEST_COMPARE (wordexp (pattern, &w, WRDE_NOCMD), expected_error); in expect_failure()
89 int ret = wordexp (pattern, &w, WRDE_NOCMD); in run_tests()
135 TEST_COMPARE (wordexp ("$(echo Test)", &w, 0), 0); in subprocess()
Dwordexp-test.c227 int retval = wordexp (words, &we, 0); in command_line_test()
382 if (wordexp ("pre1 pre2", &we, tc->flags & ~WRDE_APPEND) != 0) in testit()
388 retval = wordexp (words.buffer, &we, tc->flags); in testit()
Dwordexp.h62 extern int wordexp (const char *__restrict __words,
DVersions81 waitid; wordexp; wordfree;
Dtst-regex.input1149 * posix/wordexp.c: Likewise.
1486 * posix/wordexp.h: Likewise for WRDE_NOSYS.
2101 * posix/wordexp.c (parse_param): Fix memory leak.
3882 * posix/wordexp-test.c: Avoid duplicate messages.
4176 * posix/Makefile (generated): Set to wordexp-test-result*.
5348 * posix/wordexp-test.c (main): Initialize ifs element of ts for
5957 * posix/wordexp-test.c: Make IFS per test-case.
6887 * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
6891 * posix/wordexp-test.c: Add new new test.
6917 * posix/wordexp.c (w_newword): New function.
[all …]
Dwordexp.c2207 wordexp (const char *words, wordexp_t *pwordexp, int flags) in libc_hidden_def()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dwordexp.c21 #define wordexp(words, pwordexp, flags) \ macro
26 versioned_symbol (libc, __new_wordexp, wordexp, GLIBC_2_2_2);
58 compat_symbol (libc, __old_wordexp, wordexp, GLIBC_2_1);
DVersions10 wordexp;
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dwordexp.c21 #define wordexp(words, pwordexp, flags) \ macro
26 versioned_symbol (libc, __new_wordexp, wordexp, GLIBC_2_2_2);
58 compat_symbol (libc, __old_wordexp, wordexp, GLIBC_2_1);
DVersions16 wordexp;
/glibc-2.36/manual/
Dpattern.texi1682 calling the library function @code{wordexp}.
1686 * Calling Wordexp:: How to call @code{wordexp}.
1687 * Flags for Wordexp:: Options you can enable in @code{wordexp}.
1750 @subsection Calling @code{wordexp}
1753 declared in the header file @file{wordexp.h}.
1756 vector, @code{wordexp} uses a special data type, @code{wordexp_t}, which
1757 is a structure. You pass @code{wordexp} the address of the structure,
1761 @standards{POSIX.2, wordexp.h}
1775 is always an input to @code{wordexp}, rather than an output from it.
1778 the vector are left empty. (The @code{wordexp} function fills them with
[all …]
Dcontrib.texi479 Tim Waugh for the implementation of the POSIX.2 @code{wordexp}
/glibc-2.36/conform/data/
Dwordexp.h-data24 function int wordexp (const char*, wordexp_t*, int)
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
DVersions62 wordexp;
/glibc-2.36/conform/
DMakefile45 unistd.h utime.h wordexp.h
53 utime.h varargs.h wordexp.h
/glibc-2.36/ChangeLog.old/
DChangeLog.91894 * posix/wordexp.h: Likewise.
3202 * posix/wordexp.c: Add internal_function to parse_backtick definition.
3656 * posix/wordexp.h: Likewise.
4941 * posix/wordexp-test.c: Undo last change.
4943 * posix/wordexp.c: Undo last change.
5075 * posix/wordexp-test.c: If expansion or substitution occurs
5078 * posix/wordexp.c (parse_glob): Look for end of word instead of
5085 * posix/wordexp-test.c (testit): Only call wordfree if wordexp
5090 * posix/wordexp.c (wordexp): Don't convert IFS characters to
5093 * posix/wordexp-test.c: Words not the result of expansion or
[all …]
DChangeLog.81149 * posix/wordexp.c: Likewise.
1486 * posix/wordexp.h: Likewise for WRDE_NOSYS.
2101 * posix/wordexp.c (parse_param): Fix memory leak.
3882 * posix/wordexp-test.c: Avoid duplicate messages.
4176 * posix/Makefile (generated): Set to wordexp-test-result*.
5348 * posix/wordexp-test.c (main): Initialize ifs element of ts for
5957 * posix/wordexp-test.c: Make IFS per test-case.
6887 * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
6891 * posix/wordexp-test.c: Add new new test.
6917 * posix/wordexp.c (w_newword): New function.
[all …]
DChangeLog.ports-alpha786 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
787 wordexp.c.
1030 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
DChangeLog.1084 * conform/conformtest.pl (@headers): Add wordexp.h, wctype.h, wchar.h,
122 * conform/data/wordexp.h-data: New file.
376 * posix/wordexp-test.c: Updated to include tests for all the
377 problems fixed by the last changes to wordexp.c.
420 * posix/wordexp.c: Use $HOME to expand ~ (if set); fix off-by-one
4158 * posix/wordexp-test.c: More tests.
4160 * posix/wordexp.c (wordexp): Explicit null words should be kept.
5131 * posix/wordexp.h: Likewise.
9084 * posix/wordexp-test.c: Revert bogus 'unset IFS' change. It
9085 doesn't belong in the tests, but in the wordexp implementation.
[all …]
DChangeLog.122135 * sysdeps/generic/wordexp.c: Undo last patch. Use strndupa instead.
2147 * sysdeps/generic/wordexp.c: Add missing free.
5763 * posix/wordexp-test.c (testit): Remove warnings.
7275 * posix/wordexp.h: Correct definition of wordexp_t.
7276 * posix/wordexp.c: Moved to ...
7277 * sysdeps/generic/wordexp.c: ...here. New file.
7278 * sysdeps/unix/sysv/linux/alpha/wordexp.c: New file.
7279 * sysdeps/unix/sysv/linux/ia64/wordexp.c: New file.
7280 * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: New file.
7282 wordexp.
[all …]
DChangeLog.ports-ia64811 * sysdeps/unix/sysv/linux/ia64/wordexp.c: Likewise.
1399 * sysdeps/unix/sysv/linux/ia64/wordexp.c: Likewise.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C1163 wordexp.c
2234 wordexp.c
2371 wordexp.c
9020 wordexp.h
9148 wordexp-test.c
9172 wordexp.c
9227 wordexp-tst.sh
9841 wordexp.h-data
14507 wordexp.h
Dfilelist#en_US.UTF-81163 wordexp.c
2234 wordexp.c
2371 wordexp.c
9020 wordexp.h
9148 wordexp-test.c
9172 wordexp.c
9227 wordexp-tst.sh
9841 wordexp.h-data
14507 wordexp.h

12345