Home
last modified time | relevance | path

Searched refs:TMP_FILE (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dfscanf.c10 #define TMP_FILE "/data/local/tmp/fscanf_test.txt" macro
36 fp = fopen(TMP_FILE, "w"); in write_content()
38 t_error("FAIL %s create failed!\n", TMP_FILE); in write_content()
51 fp = fopen(TMP_FILE, "r"); in check_content()
53 t_error("FAIL %s open failed!\n", TMP_FILE); in check_content()
68 remove(TMP_FILE); in test_read_large_data()

Completed in 1 milliseconds