Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dutils.h109 char *ntfs_utils_reformat(char *out, int sz, const char *fmt);
113 ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0)
116 printf(ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0)
119 fprintf(str, ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0)
122 ntfs_utils_reformat(_b,MAX_FMT,fmt), args); } while (0)
Dutils.c1161 char *ntfs_utils_reformat(char *out, int sz, const char *fmt) in ntfs_utils_reformat() function