HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_TRUNCATE (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl33.c 229 SAFE_TRUNCATE(NULL, "file", 0);
  /external/ltp/include/old/
safe_macros.h 205 static inline int safe_truncate(const char *file, const int lineno, function
219 #define SAFE_TRUNCATE(cleanup_fn, path, length) \
220 safe_truncate(__FILE__, __LINE__, cleanup_fn, (path), (length))
  /external/ltp/include/
tst_safe_macros.h 256 static inline int safe_truncate(const char *file, const int lineno, function
270 #define SAFE_TRUNCATE(path, length) \
271 safe_truncate(__FILE__, __LINE__, (path), (length))

Completed in 39 milliseconds