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

  /external/ltp/include/
safe_stdio_fn.h 26 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void),
tst_safe_stdio.h 28 #define SAFE_FCLOSE(f) \
29 safe_fclose(__FILE__, __LINE__, NULL, f)
  /external/ltp/include/old/
old_safe_stdio.h 28 #define SAFE_FCLOSE(cleanup_fn, f) \
29 safe_fclose(__FILE__, __LINE__, cleanup_fn, f)
  /external/ltp/lib/
safe_stdio.c 40 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void), function

Completed in 70 milliseconds