Searched defs:fclose (Results 1 – 5 of 5) sorted by relevance
7 int fclose(FILE *f) in fclose() function
154 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__) macro
2719 int fclose(FILE *f) { function
517 #define fclose(...) (pthread_testcancel(), fclose(__VA_ARGS__)) macro