Searched refs:std_strcmp (Results 1 – 3 of 3) sorted by relevance
266 if(std_strcmp(log_config_watcher[dom].fileToWatch, event->name) == 0){ in readLogConfigFromEvent()268 }else if (std_strcmp(log_config_watcher[dom].asidFileToWatch, event->name) == 0) { in readLogConfigFromEvent()270 }else if (std_strcmp(log_config_watcher[dom].pidFileToWatch, event->name) == 0){ in readLogConfigFromEvent()288 if( (std_strcmp(log_config_watcher[dom].fileToWatch, event->name) == 0)|| in resetLogConfigFromEvent()289 (std_strcmp(log_config_watcher[dom].asidFileToWatch, event->name) == 0) || in resetLogConfigFromEvent()290 (std_strcmp(log_config_watcher[dom].pidFileToWatch, event->name) == 0) ) { in resetLogConfigFromEvent()
107 int std_strcmp(const char* s1, const char* s2) in std_strcmp() function458 (0 == std_strcmp(cpsz+nOffset, cpszSuffix))) { in std_strends()
84 extern int std_strcmp(const char *s1, const char *s2);