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_tconfstr(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_tfork(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_tgetegid(void)¶
-
msp430_types.h::uid_tgeteuid(void)¶
-
msp430_types.h::gid_tgetgid(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_tgetpgid(msp430_types.h::pid_t)¶
-
msp430_types.h::pid_tgetpgrp(void)¶
-
msp430_types.h::pid_tgetpid(void)¶
-
msp430_types.h::pid_tgetppid(void)¶
-
msp430_types.h::pid_tgetsid(msp430_types.h::pid_t)¶
-
msp430_types.h::uid_tgetuid(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_tlseek(int,msp430_types.h::off_t, int)¶
-
long
pathconf(const char *, int)¶
-
int
pause(void)¶
-
int
pipe(int)¶
-
msp430_types.h::ssize_tpread(int, void *,msp430_types.h::size_t,msp430_types.h::off_t)¶
-
msp430_types.h::ssize_tpwrite(int, const void *,msp430_types.h::size_t,msp430_types.h::off_t)¶
-
msp430_types.h::ssize_tread(int, void *,msp430_types.h::size_t)¶
-
msp430_types.h::ssize_treadlink(const char * restrict, char * restrict,msp430_types.h::size_t)¶
-
msp430_types.h::ssize_treadlinkat(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_tsetsid(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_ttcgetpgrp(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_twrite(int, const void *,msp430_types.h::size_t)¶