X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=doc%2Fhtml%2Fref%2Fposix-system-databases.html;fp=doc%2Fhtml%2Fref%2Fposix-system-databases.html;h=0000000000000000000000000000000000000000;hp=9e6efdf7b9d8d60f938cd0ed4d7ced9e37b4b391;hb=739c21725ce2774a605a0f1de3edaac2c43aea0f;hpb=ae71e0fa8076a1b59600b3a0ea10155a2cb534ae diff --git a/doc/html/ref/posix-system-databases.html b/doc/html/ref/posix-system-databases.html deleted file mode 100644 index 9e6efdf7..00000000 --- a/doc/html/ref/posix-system-databases.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - -System Databases [POSIX Section 9] -
eCos Reference Manual
PrevChapter 31. POSIX Standard SupportNext

System Databases [POSIX Section 9]

Functions Implemented

<none>

Functions Omitted

struct group *getgrgid( gid_t gid ); 
-int getgrgid( gid_t gid, struct group *grp, char *buffer, 
-	      size_t bufsize, struct group **result ); 
-struct group *getgrname( const char *name ); 
-int getgrname_r( const char *name, struct group *grp,
-                 char *buffer, size_t bufsize, struct group **result ); 
-struct passwd *getpwuid( uid_t uid ); 
-int getpwuid_r( uid_t uid, struct passwd *pwd,
-                char *buffer, size_t bufsize, struct passwd **result ); 
-struct passwd *getpwnam( const char *name ); 
-int getpwnam_r( const char *name, struct passwd *pwd,
-                char *buffer, size_t bufsize, struct passwd **result );

Notes


PrevHomeNext
C Language Services [POSIX Section 8]UpData Interchange Format [POSIX Section 10]
\ No newline at end of file