Searched refs:fgetspent_r (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | shadow.h | 84 extern struct spwd *fgetspent_r(FILE *, struct spwd *, char *, int);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getspent.c | 90 fgetspent_r(f, b->result, b->buffer, b->buflen)); in fgetspent()
|
H A D | getspent_r.c | 98 fgetspent_r(FILE *f, struct spwd *result, char *buffer, int buflen) in fgetspent_r() function
|
/titanic_41/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 197 while (!found && fgetspent_r(fp, result, buffer, buflen) != NULL) { in private_getspnam_r() 949 while (fgetspent_r(src, &cur, buf, sizeof (buf)) != NULL) { in files_update_shadow()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 296 fgetspent_r
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 756 fgetspent_r.3c \ 1709 fgetspent_r.3c := LINKSRC = getspnam.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1716 fgetspent_r;
|
H A D | llib-lc | 542 struct spwd *fgetspent_r(FILE *, struct spwd *, char *, int);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 756 link path=usr/share/man/man3c/fgetspent_r.3c target=getspnam.3c
|
/titanic_41/ |
H A D | .gitignore | 4901 usr/src/man/man3c/fgetspent_r.3c
|