Searched refs:getspent_r (Results 1 – 3 of 3) sorted by relevance
120 extern int getspent_r (struct spwd *__result_buf, char *__buffer,122 libc_hidden_proto(getspent_r)
15 CSRC-$(UCLIBC_HAS_SHADOW) += fgetspent_r.c fgetspent.c getspent_r.c getspent.c \
557 int getspent_r(struct spwd *resultbuf, char *buffer, in getspent_r() function584 libc_hidden_def(getspent_r) in libc_hidden_def() argument627 getspent_r(&spwd, line_buff, sizeof(line_buff), &result); in getspent()
Completed in 5 milliseconds