Searched refs:forbidden (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c1485 * Check whether a name contains no chars forbidden
1488 * If @strict is TRUE, then trailing dots and spaces are forbidden.
1497 BOOL forbidden; local
1508 forbidden = (len == 0) ||
1518 forbidden = TRUE;
1520 if (forbidden)
1522 return (forbidden);
1526 * Check whether a name contains no forbidden chars and
1532 * If @strict is TRUE, then trailing dots and spaces are forbidden.
1536 * If the name is forbidden, errn
1542 BOOL forbidden; local
[all...]

Completed in 40 milliseconds