Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c53 #define MAXEXCEPTION 10 /* Max number of exceptions (option -x) */ macro
161 int optx[MAXEXCEPTION + 1];
4269 && (xcount < (MAXEXCEPTION - 1))) { in getoptions()
4273 if (*endptr || (xcount >= MAXEXCEPTION)) { in getoptions()