Displaying 7 results from an estimated 7 matches for "strlcpycat".
2020 Jul 25
0
[klibc:master] tests: Add a trivial test for sysconf()
...Add a trivial test for sysconf()
---
usr/klibc/tests/Kbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr/klibc/tests/Kbuild b/usr/klibc/tests/Kbuild
index c7ca531f..00b701fc 100644
--- a/usr/klibc/tests/Kbuild
+++ b/usr/klibc/tests/Kbuild
@@ -45,6 +45,7 @@ stdio.shared-y := stdio.o
strlcpycat.shared-y := strlcpycat.o
strtoimax.shared-y := strtoimax.o
strtotime.shared-y := strtotime.o
+sysconf.shared-y := sysconf.o
testrand48.shared-y := testrand48.o
testvsnp.shared-y := testvsnp.o
vfork.shared-y := vfork.o
2020 Jul 25
0
[klibc:master] tests: Add a trivial test for sysconf()
...ts/Kbuild | 1 +
usr/klibc/tests/sysconf.c | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/usr/klibc/tests/Kbuild b/usr/klibc/tests/Kbuild
index c7ca531f..00b701fc 100644
--- a/usr/klibc/tests/Kbuild
+++ b/usr/klibc/tests/Kbuild
@@ -45,6 +45,7 @@ stdio.shared-y := stdio.o
strlcpycat.shared-y := strlcpycat.o
strtoimax.shared-y := strtoimax.o
strtotime.shared-y := strtotime.o
+sysconf.shared-y := sysconf.o
testrand48.shared-y := testrand48.o
testvsnp.shared-y := testvsnp.o
vfork.shared-y := vfork.o
diff --git a/usr/klibc/tests/sysconf.c b/usr/klibc/tests/sysconf.c
new file...
2005 Aug 07
0
kbuild: add klibc/tests
...+nfs_no_rpc.shared-y := nfs_no_rpc.o
+opentest.shared-y := opentest.o
+rtsig.shared-y := rtsig.o
+setenvtest.shared-y := setenvtest.o
+setjmptest.shared-y := setjmptest.o
+sigint.shared-y := sigint.o
+stat.shared-y := stat.o
+statfs.shared-y := statfs.o
+strlcpycat.shared-y := strlcpycat.o
+strtoimax.shared-y := strtoimax.o
+strtotime.shared-y := strtotime.o
+testrand48.shared-y := testrand48.o
+testvsnp.shared-y := testvsnp.o
+
+# Cleaning
+clean-files := $(static-y) $(shared-y) $(test-files:.c=.o)
2020 Mar 28
0
[klibc:update-dash] Implement stpcpy() and stpncpy()
...usr/klibc/tests/Kbuild b/usr/klibc/tests/Kbuild
index c7ca531f..50e38160 100644
--- a/usr/klibc/tests/Kbuild
+++ b/usr/klibc/tests/Kbuild
@@ -42,6 +42,7 @@ sscanf.shared-y := sscanf.o
stat.shared-y := stat.o
statfs.shared-y := statfs.o
stdio.shared-y := stdio.o
+stpcpy.shared-y := stpcpy.o
strlcpycat.shared-y := strlcpycat.o
strtoimax.shared-y := strtoimax.o
strtotime.shared-y := strtotime.o
diff --git a/usr/klibc/tests/stpcpy.c b/usr/klibc/tests/stpcpy.c
new file mode 100644
index 00000000..4340f61a
--- /dev/null
+++ b/usr/klibc/tests/stpcpy.c
@@ -0,0 +1,75 @@
+#include <stdio.h>
+#inc...
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
...| 15
usr/klibc/tests/pipetest.c | 39
usr/klibc/tests/rtsig.c | 12
usr/klibc/tests/setenvtest.c | 39
usr/klibc/tests/setjmptest.c | 38
usr/klibc/tests/sigint.c | 53 +
usr/klibc/tests/stat.c | 63 +
usr/klibc/tests/statfs.c | 42
usr/klibc/tests/strlcpycat.c | 111 +
usr/klibc/tests/strtoimax.c | 23
usr/klibc/tests/strtotime.c | 25
usr/klibc/tests/testrand48.c | 19
usr/klibc/tests/testvsnp.c | 119 +
usr/klibc/tests/vfork.c | 45
27 files changed, 5152 insertions(+), 0 deletions(-)
Patch suppressed due to size (64 K),...
2016 Dec 08
3
How to create Debian packages for release 3.9.0
L.S.,
I'm currently in the process of creating Debian packages for
clang/llvm release 3.9.0. For this I'm using the steps as explained on
'http://apt.llvm.org/building-pkgs.php'. Up until now I have done:
$ debcheckout svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/
$ cd llvm-toolchain/branches
$ sh 3.9/debian/orig-tar.sh RELEASE_390 final
Now, as is explained, I would
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: