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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c529 const char *bad_names[] = { "System" }; local
533 for(i=0; i < (int) (sizeof(bad_names) / sizeof(bad_names[0])); i++) {
534 if (len == bad_len[i] && strncmp(name, bad_names[i], strlen(bad_names[i]) + 1) == 0) {

Completed in 26 milliseconds