Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c57 static int pc_is_short_file_name(char *namep, int foldcase);
1343 if (pc_is_short_file_name(namep, 0)) { in direntries_needed()
1471 force_tilde = !pc_is_short_file_name(namep, 1); in generate_short_name()
1569 pc_is_short_file_name(char *namep, int foldcase) in pc_is_short_file_name() function