Home | History | Annotate | Download | only in arch-mips

Lines Matching full:portable

236 /* Key for the thread-specific portable errno */
242 /* Free the thread-specific portable errno */
256 int pshadow; /* copy of last portable errno */
257 int perrno; /* portable errno that may be modified by app */
260 /* Return the thread-specific portable errno */
278 * Attempt to return a thread specific location containnig the portable errno.
298 * portable errno has changed but native hasn't
299 * - copy portable error back to native
306 * Native errno has changed but portable hasn't
307 * - copy native error to portable.
314 * Both native and portable errno values have changed
316 * - copy native error to portable
329 /* return pointer to the modifiable portable errno value */
334 /* set portable errno */