Lines Matching full:mpe
130 #ifdef MPE
165 * MPE stupidly requires sfcntl() to be used on sockets instead of fcntl(),
302 fprintf(stderr,"MPE setitimer old handler failed, errno=%d\n",errno);
313 fprintf(stderr,"MPE setitimer new handler failed, errno=%d\n",errno);
345 * MPE lacks gettimeofday(), so we define our own.
351 /* Documented, supported MPE functions. */
355 /* Undocumented, unsupported MPE functions. */
364 mpetime = get_time(); /* MPE local time usecs since Jan 1 1970 */
377 * MPE lacks settimeofday(), so we define our own.
385 /* Documented, supported MPE functions. */
389 /* Undocumented, unsupported MPE functions. */
412 #endif /* MPE */
510 #if defined (SYS_WINNT) || defined (SYS_VXWORKS) || defined(MPE)