Lines Matching refs:struct

200 int __posix_readdir_r(DIR * _RESTRICT_KYWD, struct dirent * _RESTRICT_KYWD,
201 struct dirent ** _RESTRICT_KYWD);
202 int __posix_getgrgid_r(gid_t, struct group *, char *, size_t, struct group **);
203 int __posix_getgrnam_r(const char *, struct group *, char *, size_t,
204 struct group **);
205 int __posix_getpwuid_r(uid_t, struct passwd *, char *, size_t,
206 struct passwd **);
207 int __posix_getpwnam_r(const char *, struct passwd *, char *, size_t,
208 struct passwd **);
210 char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
219 int __xpg4_putmsg(int, const struct strbuf *, const struct strbuf *, int);
220 int __xpg4_putpmsg(int, const struct strbuf *, const struct strbuf *, int, int);
227 char *__strptime_dontzero(const char *, const char *, struct tm *);
232 const wchar_t *_RESTRICT_KYWD, const struct tm *_RESTRICT_KYWD);
325 speed_t cfgetispeed(const struct termios *termios_p);
328 speed_t cfgetospeed(const struct termios *termios_p);
334 int cfsetispeed(struct termios *termios_p, speed_t speed);
337 int cfsetospeed(struct termios *termios_p, speed_t speed);
341 int ascftime(char *buf, const char *format, const struct tm *tm);
356 char *crypt_gensalt(const char *, const struct passwd *);
360 const struct passwd *, const char **);
369 char *asctime(const struct tm *t);
370 char *asctime_r(const struct tm *, char *, int);
402 int getdents64(int, struct dirent64 *, size_t);
467 int ftime(struct timeb *tp);
479 struct tm *getdate(const char *expression);
499 struct group *getgrnam(const char *name);
500 struct group *getgrgid(gid_t gid);
501 struct group *fgetgrent_r(FILE *, struct group *, char *, int);
502 struct group *getgrent_r(struct group *, char *, int);
503 struct group *getgrgid_r(gid_t, struct group *, char *, int);
504 struct group *getgrnam_r(const char *, struct group *, char *, int);
520 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
521 int getmntent(FILE *fd, struct mnttab *mp);
533 const struct option *long_options, int *long_index);
535 const struct option *long_options, int *long_index);
537 const struct option *long_options, int *long_index);
552 struct passwd *getpwnam(const char *name);
553 struct passwd *getpwuid(uid_t uid);
554 struct passwd *fgetpwent_r(FILE *, struct passwd *, char *, int);
555 struct passwd *getpwent_r(struct passwd *, char *, int);
556 struct passwd *getpwnam_r(const char *, struct passwd *, char *, int);
557 struct passwd *getpwuid_r(uid_t, struct passwd *, char *, int);
560 int getrusage(int who, struct rusage *rusage);
563 int gettimeofday(struct timeval *_RESTRICT_KYWD tp, void *_RESTRICT_KYWD);
568 struct spwd *getspent(void);
569 struct spwd *getspent_r(struct spwd *, char *, int);
570 struct spwd *fgetspent(FILE *f);
571 struct spwd *fgetspent_r(FILE *, struct spwd *, char *, int);
572 struct spwd *getspnam(const char *name);
573 struct spwd *getspnam_r(const char *, struct spwd *, char *, int);
574 int putspent(const struct spwd *p, FILE *f);
591 struct utmp *getutent(void);
592 struct utmp *getutid(const struct utmp *entry);
593 struct utmp *getutline(const struct utmp *entry);
594 struct utmp *pututline(const struct utmp *entry);
598 void updwtmp(const char *file, struct utmp *ut);
599 void getutmp(const struct utmpx *utx, struct utmp *ut);
600 void getutmpx(const struct utmp *ut, struct utmpx *utx);
601 struct utmp *makeut(struct utmp *utmp);
604 struct utmpx *getutxent(void);
605 struct utmpx *getutxid(const struct utmpx *entry);
606 struct utmpx *getutxline(const struct utmpx *entry);
607 struct utmpx *pututxline(const struct utmpx *entry);
611 void updwtmpx(const char *filex, struct utmpx *utx);
612 struct utmpx *makeutx(const struct utmpx *utmp);
613 struct utmpx *modutx(const struct utmpx *utp);
616 int getvfsspec(FILE *fd, struct vfstab *vp, char *special);
617 int getvfsfile(FILE *fd, struct vfstab *vp, char *mountp);
618 int getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp);
619 int getvfsent(FILE *fd, struct vfstab *vp);
676 struct lconv *localeconv(void);
797 int putpwent(const struct passwd *p, FILE *f);
833 struct dirent *readdir(DIR *dirp);
854 int alphasort(const struct dirent **, const struct dirent **);
855 int scandir(const char *dirname, struct dirent *(*namelist[]),
856 int (*select)(const struct dirent *),
857 int (*dcomp)(const struct dirent **, const struct dirent **));
870 const struct timespec *_RESTRICT_KYWD timeout,
876 struct timeval *_RESTRICT_KYWD timeout);
886 int settimeofday(struct timeval *tp, void *);
941 const struct tm *_RESTRICT_KYWD tm);
1028 int tcgetattr(int fildes, struct termios *termios_p);
1041 const struct termios *termios_p);
1056 struct tm *localtime(const time_t *timep);
1057 struct tm *localtime_r(const time_t *_RESTRICT_KYWD, struct tm *_RESTRICT_KYWD);
1058 struct tm *gmtime(const time_t *clock);
1059 struct tm *gmtime_r(const time_t *_RESTRICT_KYWD, struct tm *_RESTRICT_KYWD);
1061 time_t mktime(struct tm *timeptr);
1108 pid_t wait3(int *status, int options, struct rusage *rp);
1109 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
1380 int msgctl(int msqid, int cmd, struct msqid_ds *buf);
1386 int exportfs(char *dir, struct export *ep);
1491 const char *format, const struct tm *timeptr);
1665 typedef struct {
1679 typedef struct {
1750 int uname(struct utsname *);
1751 int _uname(struct utsname *);
1764 int fstat(int, struct stat *);
1765 int stat(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
1766 int lstat(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
1888 int alphasort64(const struct dirent64 **d1, const struct dirent64 **d2);
1896 int fstat64(int, struct stat *);
1897 int fstatat64(int, const char *, struct stat *, int);
1902 int (*)(const char *, const struct stat *, int), int);
1903 int getdents64(int, struct dirent64 *, size_t);
1904 int getrlimit64(int, struct rlimit64 *);
1906 int, struct sigevent *_RESTRICT_KYWD);
1909 int lstat64(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
1914 int (*)(const char *, const struct stat *, int, struct FTW *), int, int);
1923 int scandir64(const char *dirname, struct dirent64 *(*namelist[]),
1924 int (*select)(const struct dirent64 *),
1925 int (*dcomp)(const struct dirent64 **, const struct dirent64 **));
1926 int setrlimit64(int, const struct rlimit64 *);
1927 int stat64(const char *_RESTRICT_KYWD, struct stat *_RESTRICT_KYWD);
1933 int (*)(const char *, const struct stat *, int), int);