Home
last modified time | relevance | path

Searched refs:spwd (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sal/workben/
H A Dtgetpwnam.cxx46 struct spwd* getspnam_r(char*, struct spwd*, char *, int);
103 struct spwd *spwd, *pres2; in main() local
144 spwd = (struct spwd*)malloc(sizeof(struct spwd)); in main()
146 pres2 = getspnam_r("hr", spwd, buffer, sizeof(buffer)); in main()
149 printf("Name: %s\n", spwd->sp_namp); in main()
150 printf("Passwd: %s\n", spwd->sp_pwdp); in main()
151 printf("Last Change: %ld\n", spwd->sp_lstchg); in main()
152 printf("Min: %ld\n", spwd->sp_min); in main()
153 printf("Max: %ld\n", spwd->sp_max); in main()
158 free(spwd); in main()
/aoo4110/main/sal/osl/unx/
H A Dsystem.c190 struct spwd *getspnam_r(const char *name, struct spwd* s, char* buffer, int size ) in getspnam_r()
192 struct spwd* res; in getspnam_r()
203 memcpy(s, res, sizeof(struct spwd)); in getspnam_r()
H A Dsecurity.c541 struct spwd result_buf; in osl_psz_loginUser()
542 struct spwd * pShadowPasswd; in osl_psz_loginUser()
584 struct spwd spwdStruct; in osl_psz_loginUser()
H A Dsystem.h479 extern struct spwd *getspnam_r(const char *name, struct spwd *result,
/aoo4110/main/sal/osl/os2/
H A Dsystem.h498 extern struct spwd *getspnam_r(const char *name, struct spwd *result,

Completed in 36 milliseconds