Lines Matching refs:snprintf
98 snprintf(shm_path, sizeof(shm_path), "/dev/shm/ltp_%s_%d",
107 snprintf(shm_path, sizeof(shm_path), "%s/ltp_%s_%d",
247 ret = snprintf(str, size, "%s:%i: ", file, lineno);
252 ret = snprintf(str, size, "%s%s: %s", tst_ttype2color(ttype),
255 ret = snprintf(str, size, "%s: ", res);
268 ret = snprintf(str, size, ": %s (%d)", str_errno, int_errno);
276 snprintf(str, size, "\n");
1009 snprintf(buf, sizeof(buf), "%s/dir/", mntpoint);
1012 snprintf(buf, sizeof(buf), "%s/file", mntpoint);
1048 snprintf(template, PATH_MAX, "%s/ltp_%.3sXXXXXX",
1082 snprintf(buf, buf_size, "%s,size=%uM", mnt_data, tmpfs_size);
1084 snprintf(buf, buf_size, "size=%uM", tmpfs_size);