|
VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"#include "utilities/compiler/compiler.h"#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | __BEGIN_DECLS |
| #define | __END_DECLS |
| #define | DEF_WEAK(x) |
| #define | __VSF_HEADER_ONLY_SHOW_COMPILER_INFO__ |
| #define | PATH_MAX 260 |
| #define | SSIZE_MAX INT_MAX |
| #define | __TIME_T long long |
| #define | __TIME64_T long long |
| #define | __CLOCK_T long |
| #define | __USECONDS_T unsigned long |
| #define | CLOCK_REALTIME CLOCK_REALTIME |
| #define | CLOCK_MONOTONIC CLOCK_MONOTONIC |
| #define | CLOCKS_PER_SEC ((clock_t)1000000) |
Typedefs | |
| typedef unsigned int | size_t |
| typedef int | ssize_t |
| typedef unsigned char | u_char |
| typedef unsigned short | u_short |
| typedef unsigned long | u_long |
| typedef unsigned int | u_int |
| typedef unsigned char | unchar |
| typedef unsigned short | ushort |
| typedef unsigned int | uint |
| typedef unsigned long | ulong |
| typedef uint8_t | u_int8_t |
| typedef uint16_t | u_int16_t |
| typedef uint32_t | u_int32_t |
| typedef uint64_t | u_int64_t |
| typedef int | key_t |
| typedef int | pid_t |
| typedef int | id_t |
| typedef unsigned int | mode_t |
| typedef unsigned short | umode_t |
| typedef unsigned int | nlink_t |
| typedef unsigned int | uid_t |
| typedef unsigned int | gid_t |
| typedef long | off_t |
| typedef long long | off64_t |
| typedef unsigned long | dev_t |
| typedef unsigned long | ino_t |
| typedef unsigned long long | ino64_t |
| typedef unsigned int | blksiz_t |
| typedef unsigned long | blkcnt_t |
| typedef unsigned long long | blkcnt64_t |
| typedef void * | timer_t |
| typedef blkcnt_t | fsblkcnt_t |
| typedef blkcnt64_t | fsblkcnt64_t |
| typedef unsigned long | fsfilcnt_t |
| typedef unsigned long long | fsfilcnt64_t |
| typedef char * | caddr_t |
| typedef __TIME_T | time_t |
| typedef __TIME64_T | time64_t |
| typedef __CLOCK_T | clock_t |
| typedef __USECONDS_T | useconds_t |
Enumerations | |
| enum | idtype_t { P_ALL , P_PGID , P_PID } |
| enum | clockid_t { CLOCK_REALTIME = 0 , CLOCK_REALTIME = 0 , CLOCK_MONOTONIC = 1 , CLOCK_MONOTONIC = 1 } |
| #define __BEGIN_DECLS |
| #define __END_DECLS |
| #define DEF_WEAK | ( | x | ) |
| #define __VSF_HEADER_ONLY_SHOW_COMPILER_INFO__ |
| #define PATH_MAX 260 |
| #define SSIZE_MAX INT_MAX |
| #define __TIME_T long long |
| #define __TIME64_T long long |
| #define __CLOCK_T long |
| #define __USECONDS_T unsigned long |
| #define CLOCK_REALTIME CLOCK_REALTIME |
| #define CLOCK_MONOTONIC CLOCK_MONOTONIC |
| #define CLOCKS_PER_SEC ((clock_t)1000000) |
| typedef unsigned int size_t |
| typedef int ssize_t |
| typedef unsigned char u_char |
| typedef unsigned short u_short |
| typedef unsigned long u_long |
| typedef unsigned int u_int |
| typedef unsigned char unchar |
| typedef unsigned short ushort |
| typedef unsigned int uint |
| typedef unsigned long ulong |
| typedef int key_t |
| typedef int pid_t |
| typedef int id_t |
| typedef unsigned int mode_t |
| typedef unsigned short umode_t |
| typedef unsigned int nlink_t |
| typedef unsigned int uid_t |
| typedef unsigned int gid_t |
| typedef long off_t |
| typedef long long off64_t |
| typedef unsigned long dev_t |
| typedef unsigned long ino_t |
| typedef unsigned long long ino64_t |
| typedef unsigned int blksiz_t |
| typedef unsigned long blkcnt_t |
| typedef unsigned long long blkcnt64_t |
| typedef void* timer_t |
| typedef blkcnt_t fsblkcnt_t |
| typedef blkcnt64_t fsblkcnt64_t |
| typedef unsigned long fsfilcnt_t |
| typedef unsigned long long fsfilcnt64_t |
| typedef char* caddr_t |
| typedef __TIME64_T time64_t |
| typedef __USECONDS_T useconds_t |
| enum idtype_t |
| enum clockid_t |