fssh_strcmp
#define strcmp fssh_strcmp
extern int fssh_strcmp(const char *string1, const char *string2);
&& fssh_strcmp(fBuffer, other.fBuffer) == 0);
return path && !fssh_strcmp(fBuffer, path);
if (!fssh_strcmp(handle->settings.parameters[i].name, name))
if (!fssh_strcmp(handle->name, name))
if (!fssh_strcmp(boolean, "1")
if (!fssh_strcmp(boolean, "0")
return fssh_strcmp(module->name, name);
if (!fssh_strcmp("..", path)
bool isDir = (fssh_strcmp(leaf, ".") == 0 || fssh_strcmp(leaf, "..") == 0);
if ((fssh_strcmp(buffer, "/") != 0
if (leaf && (fssh_strcmp(leaf, ".") == 0 || fssh_strcmp(leaf, "..") == 0)) {
if ((fssh_strcmp(path, "/") && fssh_strlcat(path, "/", pathLength)
if (fssh_strcmp(entry->d_name, "..") == 0
if (!fssh_strcmp(leaf, ".."))
|| !fssh_strcmp(leaf, ".")) {
} else if (!fssh_strcmp(path, ".."))
if (fssh_strcmp(path, "/") != 0) {