RTEMS CPU Kit with SuperCore
4.11.3
|
#include <grp.h>
#include <pwd.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | _libcsupport_pwdgrp_init (void) |
int | _libcsupport_scanpw (FILE *fp, struct passwd *pwd, char *buffer, size_t bufsize) |
int | _libcsupport_scangr (FILE *fp, struct group *grp, char *buffer, size_t bufsize) |
Extract a single group record from the database. | |