Home | History | Annotate | Download | only in include

Lines Matching full:__restrict

103 extern int putpwent (__const struct passwd *__restrict __p,
104 FILE *__restrict __f);
140 extern int getpwent_r (struct passwd *__restrict __resultbuf,
141 char *__restrict __buffer, size_t __buflen,
142 struct passwd **__restrict __result);
146 struct passwd *__restrict __resultbuf,
147 char *__restrict __buffer, size_t __buflen,
148 struct passwd **__restrict __result);
150 extern int getpwnam_r (__const char *__restrict __name,
151 struct passwd *__restrict __resultbuf,
152 char *__restrict __buffer, size_t __buflen,
153 struct passwd **__restrict __result);
164 extern int fgetpwent_r (FILE *__restrict __stream,
165 struct passwd *__restrict __resultbuf,
166 char *__restrict __buffer, size_t __buflen,
167 struct passwd **__restrict __result);