Searched refs:not_allowed_char (Results 1 – 1 of 1) sorted by relevance
12 static inline int not_allowed_char(unsigned char c) in not_allowed_char() function48 for (i = 0; i < *len; i++) if (not_allowed_char(name[i])) return -EINVAL; in hpfs_chk_name()
Completed in 3 milliseconds