Programming and posix - February 2001
February 10, 2001
Solution Symposium
Page 60
hp e3000
programming
and posix
mpe intrinsics vs. posix functions
MPE intrinsic
• ACTIVATE ----------------->
• CATREAD ------------------>
• CLOCK ----------------------->
• CREATEPROCESS ->
• FATHER ---------------------->
• FCLOSE ---------------------->
• FFILEINFO ----------------->
• FLOCK ------------------------>
• FOPEN ----------------------->
• FPOINT ---------------------->
• FREAD ------------------------>
• FUNLOCK ----------------->
• FWRITE ----------------------->
POSIX function
• exec
• strerror
• time
• fork
• getppid
• close
• fstat
• fcntl
• open
• lseek
• read
• fcntl
• write