Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_fsevents.c342 static char last_str[MAXPATHLEN]; variable
440 last_str[0] = '\0'; in add_fsevent()
477 (last_str[0] && last_nlen == nlen && ptr && strcmp(last_str, ptr) == 0)) in add_fsevent()
487 strlcpy(last_str, ptr, sizeof(last_str)); in add_fsevent()