RTEMS CPU Kit with SuperCore  4.11.3
Functions
pwdgrp.h File Reference
#include <grp.h>
#include <pwd.h>
#include <stdio.h>
Include dependency graph for pwdgrp.h:
This graph shows which files directly or indirectly include this file:

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.