audk/StdLib/LibC
darylm503 d711a4860a StdLib: Add directory access functions to PosixLib.
Update <dirent.h> and <sys/dirent.h> to latest version.
Enable the tempnam function.
Fix assignments within predicate expressions so that it is clear where assignment is intended and where comparison occurs.
Remove internal.h and DirFunctions.c with its non-portable opendir, closedir, and readdir functions.
Add modified versions of the NetBSD opendir, closedir, and readdir functions.
Fix the declaration of stat() to be standards compliant and consistent with code.

Clean up indentation and declarations of non-existent objects.


Signed-off-by: darylm503
Reviewed-by: lgrosenb
Reviewed-by: lpleahy
Reviewed-by: jljusten


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12649 6f19259b-4bc3-4df7-8a09-765794883524
2011-11-02 19:24:19 +00:00
..
CRT Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. 2011-06-28 02:34:10 +00:00
Ctype Update or add comments to files and functions for use by Doxygen. 2011-08-04 18:13:02 +00:00
Locale Update or add comments to files and functions for use by Doxygen. 2011-08-05 23:02:43 +00:00
Main StdLib: Add directory access functions to PosixLib. 2011-11-02 19:24:19 +00:00
Math Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
NetUtil Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Signal Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
StdLib Add Socket Libraries. 2011-07-30 00:30:44 +00:00
Stdio StdLib: Add directory access functions to PosixLib. 2011-11-02 19:24:19 +00:00
String StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code for strcasecmp. 2011-11-01 00:19:51 +00:00
Time StdLib: Replace some non-ASCII characters with ASCII equivalents. 2011-09-08 22:41:36 +00:00
Uefi StdLib: Improve robustness of stat() and make basename() a public function. 2011-10-03 18:54:12 +00:00
Wchar Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. 2011-06-28 02:34:10 +00:00
gdtoa Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
LibC.inf Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. 2011-06-28 02:34:10 +00:00