Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c1180 simplify_path(char *pathl) in simplify_path() argument
1184 char *very_start = pathl, *start; in simplify_path()
1186 if (!*pathl) in simplify_path()
1189 if ((isrooted = pathl[0] == '/')) in simplify_path()
1208 if (cur == pathl) in simplify_path()
1245 set_current_wd(char *pathl) in set_current_wd() argument
1248 char *p = pathl; in set_current_wd()
1261 if (p != pathl && p != null) in set_current_wd()
Dfuncs.c2946 test_eaccess(const char *pathl, int mode) in test_eaccess() argument
2950 if ((rv = access(pathl, mode)) == 0 && ksheuid == 0 && (mode & X_OK)) { in test_eaccess()
2953 if (stat(pathl, &statb) < 0) in test_eaccess()