search for: getopttest

Displaying 5 results from an estimated 5 matches for "getopttest".

Did you mean: getopt_test
2005 Aug 07
0
kbuild: add klibc/tests
...range of our vsnprintf() function. This outputs a bunch +# of useless warnings unless we tell it not to. +KLIBCCFLAGS_testvsnp.o := -Wno-format + +static-y := $(test-files:.c=) +shared-y := $(addsuffix .shared, $(static-y)) + +environ.shared-y := environ.o +fcntl.shared-y := fcntl.o +getopttest.shared-y := getopttest.o +getpagesize.shared-y := getpagesize.o +hello.shared-y := hello.o +idtest.shared-y := idtest.o +malloctest.shared-y := malloctest.o +malloctest2.shared-y := malloctest2.o +memstrtest.shared-y := memstrtest.o +microhello.shared-y := microhello....
2011 Aug 10
1
[PATCH v2] dirent.h add fdopendir()
...54..5e6e073 100644 --- a/usr/klibc/tests/Kbuild +++ b/usr/klibc/tests/Kbuild @@ -14,6 +14,7 @@ static-y := $(test-files:.c=) shared-y := $(addsuffix .shared, $(static-y)) environ.shared-y := environ.o +fdopendir.shared-y := fdopendir.o fcntl.shared-y := fcntl.o fnmatch.shared-y := fnmatch.o getopttest.shared-y := getopttest.o diff --git a/usr/klibc/tests/fdopendir.c b/usr/klibc/tests/fdopendir.c new file mode 100644 index 0000000..14bd99b --- /dev/null +++ b/usr/klibc/tests/fdopendir.c @@ -0,0 +1,31 @@ +#include <sys/types.h> +#include <sys/stat.h> +#include <fcntl.h> +#include...
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
...67a author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:55 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:55 -0700 usr/klibc/tests/Kbuild | 47 usr/klibc/tests/environ.c | 24 usr/klibc/tests/fcntl.c | 50 usr/klibc/tests/getopttest.c | 32 usr/klibc/tests/getpagesize.c | 10 usr/klibc/tests/hello.c | 7 usr/klibc/tests/idtest.c | 14 usr/klibc/tests/malloctest.c | 4146 +++++++++++++++++++++++++++++++++++++++++ usr/klibc/tests/malloctest2.c | 62 + usr/klibc/tests/memstrtest.c | 28 usr/klibc/t...
2011 Jul 05
6
[PATCH 1/7] ln: Check snprintf() return values
Add some semi-useful error message, as printing the failing dir or file seems not really advisable after that error. Signed-off-by: maximilian attems <max at stro.at> --- usr/utils/ln.c | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/usr/utils/ln.c b/usr/utils/ln.c index e826eb8..257b33f 100644 --- a/usr/utils/ln.c +++ b/usr/utils/ln.c @@ -9,7
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: