Searched defs:DEFS (Results 1 - 11 of 11) sorted by relevance
/libmicro/ |
H A D | getenv.c | 43 #define DEFS 100 macro 45 static int opts = DEFS; 57 DEFS);
|
H A D | lseek.c | 47 #define DEFS 1024 macro 50 static long long opts = DEFS; 68 DEFF, DEFS);
|
H A D | memcpy.c | 42 #define DEFS 8192 macro 45 static long long opts = DEFS; 70 DEFS);
|
H A D | memmove.c | 42 #define DEFS 8192 macro 45 static long long opts = DEFS; 70 DEFS);
|
H A D | memset.c | 42 #define DEFS 8192 macro 44 static long long opts = DEFS; 68 DEFS);
|
H A D | pread.c | 47 #define DEFS 1024 macro 50 static long long opts = DEFS; 66 DEFF, DEFS);
|
H A D | pwrite.c | 47 #define DEFS 1024 macro 51 static long long opts = DEFS; 66 DEFF, DEFS);
|
H A D | read.c | 49 #define DEFS 1024 macro 52 static long long opts = DEFS; 67 DEFF, DEFS);
|
H A D | write.c | 48 #define DEFS 1024 macro 52 static long long opts = DEFS; 70 DEFF, DEFS);
|
H A D | writev.c | 51 #define DEFS 1024 macro 55 static int opts = DEFS; 72 DEFF, DEFS, DEFV, IOV_MAX, SSIZE_MAX);
|
H A D | pipe.c | 77 #define DEFS 1024 macro 81 static size_t opts = DEFS; 109 lookupa(DEFM, modes), DEFS, lookupa(DEFX, xports));
|
Completed in 1597 milliseconds