PSPSDK 2024-10-31
|
#include <stdio.h>
#include <errno.h>
#include <malloc.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <pwd.h>
#include <sys/time.h>
#include <sys/timeb.h>
#include <sys/times.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/statvfs.h>
#include <psptypes.h>
#include <pspiofilemgr.h>
#include <pspmodulemgr.h>
#include <pspsysmem.h>
#include <pspthreadman.h>
#include <psputils.h>
#include <pspsdk.h>
#include <psprtc.h>
#include <psputility.h>
#include "fdman.h"
Macros | |
#define | DEFAULT_HEAP_THRESHOLD_SIZE_KB 512 |
Functions | |
unsigned int sce_newlib_heap_kb_size | __attribute__ ((weak)) |
int | __get_drive (const char *d) |
int | __path_absolute (const char *in, char *out, int len) |
int | __set_errno (int code) |
int | __pipe_read (int fd, void *buf, size_t len) |
int | __pipe_close (int fd) |
int | __pipe_write (int fd, const void *buf, size_t len) |
int | __pipe_nonblocking_read (int fd, void *buf, size_t len) |
int | __pipe_nonblocking_write (int fd, const void *buf, size_t len) |
int | __socket_close (int sock) |
int | _open (const char *buf, int flags, int mode) |
int | _stat (const char *filename, struct stat *buf) |
Variables | |
char | __cwd [MAXNAMLEN+1] |
SceLwMutexWorkarea | __sbrk_mutex |
struct passwd | __dummy_passwd |
SceUID | __psp_heap_blockid |
#define DEFAULT_HEAP_THRESHOLD_SIZE_KB 512 |
|
extern |
|
extern |
|
extern |