Go to the documentation of this file.
25 #ifndef MAX_STUDYNR_LEN
26 #define MAX_STUDYNR_LEN 10
29 #ifndef MAX_REGIONNAME_LEN
30 #define MAX_REGIONNAME_LEN 20
42 extern int fnmatch(
char *key,
char *fname);
45 extern int rnameSplit(
char *rname,
char *name1,
char *name2,
char *name3,
47 extern int rnameMatch(
char *rname,
int rnr,
char *test_str);