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.c510 static char *tf_buf = NULL; variable
525 tf_buf = malloc(len); in alloc_tf_buf()
526 if (tf_buf == NULL) { in alloc_tf_buf()
530 max_tf_len = snprintf(tf_buf, len, "%u ", highest); in alloc_tf_buf()
544 if (tf_buf == NULL) in fill_tf_buf()
547 sprintf(tf_buf, "%lu ", (unsigned long)(tf - test_files)); in fill_tf_buf()
548 return tf_buf; in fill_tf_buf()
1345 if (tf_buf) in main()
1346 free(tf_buf); in main()