HomeSort by relevance Sort by last modified time
    Searched defs:SAFE_OPEN (Results 1 - 2 of 2) sorted by null

  /external/ltp/include/old/
safe_macros.h 62 #define SAFE_OPEN(cleanup_fn, pathname, oflags, ...) \
63 safe_open(__FILE__, __LINE__, (cleanup_fn), (pathname), (oflags), \
  /external/ltp/include/
tst_safe_macros.h 90 #define SAFE_OPEN(pathname, oflags, ...) \
91 safe_open(__FILE__, __LINE__, NULL, (pathname), (oflags), \

Completed in 61 milliseconds