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

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dpathwatch.c117 size_t tzdir_len; member in struct:__anon2901
248 if ((_global.tzdir != NULL) && (!strncasecmp(buf, _global.tzdir, _global.tzdir_len)))
695 _global.tzdir_len = 0;
700 _global.tzdir_len = strlen(buf);
702 if (_global.tzdir == NULL) _global.tzdir_len = 0;

Completed in 194 milliseconds