Searched refs:mksh_vdirsep (Results 1 – 2 of 2) sorted by relevance
674 if (Flag(FRESTRICTED) && mksh_vdirsep(cp)) { in comexec()954 if (mksh_vdirsep(sh) && !search_path(sh, path, X_OK, NULL)) { in scriptexec()1164 if (mksh_vdirsep(name) in findcom()1319 if (mksh_vdirsep(name)) { in search_path()
2500 #define mksh_vdirsep(s) (mksh_sdirsep((s)) != NULL) macro2505 #define mksh_vdirsep(s) vstrchr((s), '/') macro