Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dname.c12 static inline int not_allowed_char(unsigned char c) in not_allowed_char() function
48 for (i = 0; i < *len; i++) if (not_allowed_char(name[i])) return -EINVAL; in hpfs_chk_name()