Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-14239-914332
OSKernel2022-Maturin-1281
Commits
54ab3c46
Commit
54ab3c46
authored
3 years ago
by
Maturin
Browse files
Options
Download
Patches
Plain Diff
pull testcases source code from libc
parent
8a71cc1e
master
HEAD
a036
final1
optional-2
No related merge requests found
Changes
163
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
libc/.gitignore
+0
-1
libc/.gitignore
libc/src/functional/Makefile
+5
-0
libc/src/functional/Makefile
libc/src/functional/argv.c
+17
-0
libc/src/functional/argv.c
libc/src/functional/basename.c
+28
-0
libc/src/functional/basename.c
libc/src/functional/clocale_mbfuncs.c
+82
-0
libc/src/functional/clocale_mbfuncs.c
libc/src/functional/clock_gettime.c
+14
-0
libc/src/functional/clock_gettime.c
libc/src/functional/crypt.c
+109
-0
libc/src/functional/crypt.c
libc/src/functional/dirname.c
+28
-0
libc/src/functional/dirname.c
libc/src/functional/dlopen.c
+55
-0
libc/src/functional/dlopen.c
libc/src/functional/dlopen.mk
+3
-0
libc/src/functional/dlopen.mk
libc/src/functional/dlopen_dso.c
+6
-0
libc/src/functional/dlopen_dso.c
libc/src/functional/dlopen_dso.mk
+2
-0
libc/src/functional/dlopen_dso.mk
libc/src/functional/env.c
+59
-0
libc/src/functional/env.c
libc/src/functional/fcntl.c
+49
-0
libc/src/functional/fcntl.c
libc/src/functional/fdopen.c
+35
-0
libc/src/functional/fdopen.c
libc/src/functional/fnmatch.c
+163
-0
libc/src/functional/fnmatch.c
libc/src/functional/fscanf.c
+133
-0
libc/src/functional/fscanf.c
libc/src/functional/fwscanf.c
+116
-0
libc/src/functional/fwscanf.c
libc/src/functional/iconv_open.c
+49
-0
libc/src/functional/iconv_open.c
libc/src/functional/inet_pton.c
+160
-0
libc/src/functional/inet_pton.c
with
1113 additions
and
1 deletion
+1113
-1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets