SYNOPSIS
#include <string.h>
void strmode(mode_t m, char *p);
DESCRIPTION
The function
PARAMETERS
- m
-
Is the file mode that encodes access permissions and file type.
- p
-
Points to the buffer used to hold the string representation of file mode m.
RETURN VALUES
None.
CONFORMANCE
4.4BSD, with exceptions.
MULTITHREAD SAFETY LEVEL
Unsafe.
PORTING ISSUES
The UNIX security model is significantly different from that of Windows NT/2000/XP/2003/Vista/7/2008. Refer to Security in the Windows Concepts chapter of the MKS Toolkit UNIX to Windows Porting Guide for a description of how the NuTCRACKER Platform maps between these security models.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Miscellaneous:
- struct stat
MKS Toolkit 9.3 Documentation Build 6.