Home
last modified time | relevance | path

Searched refs:__p (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h420 static __inline__ int __sgetc(FILE *__p) in __sgetc() argument
422 int __c = __sgetc_raw(__p); in __sgetc()
423 if ((__p->_flags & __SCLE) && (__c == '\r')) in __sgetc()
425 int __c2 = __sgetc_raw(__p); in __sgetc()
429 ungetc(__c2, __p); in __sgetc()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dauth_unix.h75 extern bool_t xdr_authunix_parms (XDR *__xdrs, struct authunix_parms *__p)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dshadow.h111 extern int putspent (__const struct spwd *__p, FILE *__stream);
H A Dpwd.h103 extern int putpwent (__const struct passwd *__restrict __p,
H A Dgrp.h95 extern int putgrent (__const struct group *__restrict __p,
H A Dthread_db.h339 void *__p);
H A Dwchar.h314 mbstate_t *__p) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtime.h73 int _EXFUN(gettimeofday, (struct timeval *__p, struct timezone *__z));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dwchar2.h431 extern size_t __wcrtomb_chk (char *__s, wchar_t __wchar, mbstate_t *__p,