Lines Matching refs:FAST_FUNC
60 void FAST_FUNC setspent(void);
63 void FAST_FUNC endspent(void);
66 struct spwd* FAST_FUNC getspent(void);
69 struct spwd* FAST_FUNC getspnam(const char *__name);
72 struct spwd* FAST_FUNC sgetspent(const char *__string);
75 struct spwd* FAST_FUNC fgetspent(FILE *__stream);
78 int FAST_FUNC putspent(const struct spwd *__p, FILE *__stream);
81 int FAST_FUNC getspent_r(struct spwd *__result_buf, char *__buffer,
85 int FAST_FUNC getspnam_r(const char *__name, struct spwd *__result_buf,
90 int FAST_FUNC sgetspent_r(const char *__string, struct spwd *__result_buf,
94 int FAST_FUNC fgetspent_r(FILE *__stream, struct spwd *__result_buf,
98 int FAST_FUNC lckpwdf(void);
101 int FAST_FUNC ulckpwdf(void);