Searched refs:STRINGSIZE (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl06.c | 65 #define STRINGSIZE 27 macro 134 if (write(fd, buf, STRINGSIZE) == -1) in setup()
|
D | fcntl19.c | 54 #define STRINGSIZE 27 macro 107 if (write(fd, buf, STRINGSIZE) < 0) { in setup()
|
D | fcntl20.c | 50 #define STRINGSIZE 27 macro 107 SAFE_WRITE(cleanup, 0, fd, buf, STRINGSIZE); in setup()
|
D | fcntl11.c | 50 #define STRINGSIZE 27 macro 103 SAFE_WRITE(cleanup, 0, fd, buf, STRINGSIZE); in setup()
|
D | fcntl17.c | 61 #define STRINGSIZE 27 macro 135 if (write(file_fd, buf, STRINGSIZE) < 0) { in setup()
|
D | fcntl21.c | 49 #define STRINGSIZE 27 macro 105 if (write(fd, buf, STRINGSIZE) < 0) { in setup()
|