Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c1334 int i, implicit_cwd = 0, ret = EXIT_FAILURE; in lys_search_localfile() local
1369 implicit_cwd = 1; in lys_search_localfile()
1375 if (implicit_cwd && !strcmp(dirs->set.g[0], searchpaths[i])) { in lys_search_localfile()
1376 implicit_cwd = 0; in lys_search_localfile()
1423 if (S_ISDIR(st.st_mode) && (dirs->number || !implicit_cwd)) { in lys_search_localfile()