Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Dstdio.h6 #define SEEK_CUR 1 /* Seek relative to current position */ macro
/DragonOS-0.1.2/user/libs/libc/src/
Dstdio.h18 #define SEEK_CUR 1 /* Seek relative to current position */ macro
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dstdio.md48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c240 case SEEK_CUR: // 相对于当前位置 in procfs_lseek()
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c803 case SEEK_CUR: // 相对于当前位置 in fat32_lseek()