Home
last modified time | relevance | path

Searched refs:tf_buf (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c513 static char *tf_buf = NULL; variable
528 tf_buf = malloc(len); in alloc_tf_buf()
529 if (tf_buf == NULL) { in alloc_tf_buf()
533 max_tf_len = snprintf(tf_buf, len, "%u ", highest); in alloc_tf_buf()
547 if (tf_buf == NULL) in fill_tf_buf()
550 sprintf(tf_buf, "%lu ", (unsigned long)(tf - test_files)); in fill_tf_buf()
551 return tf_buf; in fill_tf_buf()
1349 if (tf_buf) in main()
1350 free(tf_buf); in main()