unistd.h

unistd.h wrapper for MSP430

STDIN_FILENO
1
0       /* standard input file descriptor */
STDOUT_FILENO
1
1       /* standard output file descriptor */
STDERR_FILENO
1
2       /* standard error file descriptor */
F_OK
1
0
R_OK
1
4
W_OK
1
2
X_OK
1
1
SEEK_SET
1
0
SEEK_CUR
1
1
SEEK_END
1
2
int access(const char *, int)
unsigned alarm(unsigned)
int chdir(const char *)
int chown(const char *, msp430_types.h::uid_t, msp430_types.h::gid_t)
int close(int)
msp430_types.h::size_t confstr(int, char *, msp430_types.h::size_t)
int dup(int)
int dup2(int, int)
void _exit(int)
int execl(const char *, const char *, ...)
int execle(const char *, const char *, ...)
int execlp(const char *, const char *, ...)
int execv(const char *, char * const)
int execve(const char *, char * const, char * const)
int execvp(const char *, char * const)
int faccessat(int, const char *, int, int)
int fchdir(int)
int fchown(int, msp430_types.h::uid_t, msp430_types.h::gid_t)
int fchownat(int, const char *, msp430_types.h::uid_t, msp430_types.h::gid_t, int)
int fexecve(int, char * const, char * const)
msp430_types.h::pid_t fork(void)
long fpathconf(int, int)
int ftruncate(int, msp430_types.h::off_t)
char * getcwd(char *, msp430_types.h::size_t)
msp430_types.h::gid_t getegid(void)
msp430_types.h::uid_t geteuid(void)
msp430_types.h::gid_t getgid(void)
int getgroups(int, msp430_types.h::gid_t)
int gethostname(char *, msp430_types.h::size_t)
char * getlogin(void)
int getlogin_r(char *, msp430_types.h::size_t)
int getopt(int, char * const, const char *)
msp430_types.h::pid_t getpgid(msp430_types.h::pid_t)
msp430_types.h::pid_t getpgrp(void)
msp430_types.h::pid_t getpid(void)
msp430_types.h::pid_t getppid(void)
msp430_types.h::pid_t getsid(msp430_types.h::pid_t)
msp430_types.h::uid_t getuid(void)
int isatty(int)
int lchown(const char *, msp430_types.h::uid_t, msp430_types.h::gid_t)
int link(const char *, const char *)
int linkat(int, const char *, int, const char *, int)
msp430_types.h::off_t lseek(int, msp430_types.h::off_t, int)
long pathconf(const char *, int)
int pause(void)
int pipe(int)
msp430_types.h::ssize_t pread(int, void *, msp430_types.h::size_t, msp430_types.h::off_t)
msp430_types.h::ssize_t pwrite(int, const void *, msp430_types.h::size_t, msp430_types.h::off_t)
msp430_types.h::ssize_t read(int, void *, msp430_types.h::size_t)
msp430_types.h::ssize_t readlink(const char * restrict, char * restrict, msp430_types.h::size_t)
msp430_types.h::ssize_t readlinkat(int, const char * restrict, char * restrict, msp430_types.h::size_t)
int rmdir(const char *)
int setegid(msp430_types.h::gid_t)
int seteuid(msp430_types.h::uid_t)
int setgid(msp430_types.h::gid_t)
int setpgid(msp430_types.h::pid_t, msp430_types.h::pid_t)
msp430_types.h::pid_t setsid(void)
int setuid(msp430_types.h::uid_t)
unsigned sleep(unsigned)
int symlink(const char *, const char *)
int symlinkat(const char *, int, const char *)
long sysconf(int)
msp430_types.h::pid_t tcgetpgrp(int)
int tcsetpgrp(int, msp430_types.h::pid_t)
int truncate(const char *, msp430_types.h::off_t)
char * ttyname(int)
int ttyname_r(int, char *, msp430_types.h::size_t)
int unlink(const char *)
int unlinkat(int, const char *, int)
int usleep(msp430_types.h::useconds_t)
msp430_types.h::ssize_t write(int, const void *, msp430_types.h::size_t)