Searched refs:pathx (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/bin/ksh/ |
| H A D | path.c | 119 simplify_path(pathx) in simplify_path() argument 120 char *pathx; in simplify_path() 125 char *very_start = pathx; 128 if (!*pathx) 131 if ((isrooted = ISROOTEDPATH(pathx))) 150 if (cur == pathx) 187 set_current_wd(pathx) in set_current_wd() argument 188 char *pathx; in set_current_wd() 191 char *p = pathx; 201 if (p != pathx && p != null) [all …]
|
| H A D | io.c | 455 char *pathx; local 462 tp->name = pathx = (char *) &tp[1]; 466 shf_snprintf(pathx, len, "%s/shXXXXXXXX", dir); 467 fd = mkstemp(pathx); 473 shf_snprintf(pathx, len, "%s/sh%05u.%03x", 478 fd = open(pathx, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600);
|
| H A D | c_test.c | 427 test_stat(pathx, statb) in test_stat() argument 428 const char *pathx; in test_stat() 431 return stat(pathx, statb); 438 test_eaccess(pathx, mode) in test_eaccess() argument 439 const char *pathx; in test_eaccess() 444 res = eaccess(pathx, mode); 452 if (stat(pathx, &statb) < 0)
|
| H A D | exec.c | 1014 search_access(pathx, mode, errnop) in search_access() argument 1015 const char *pathx; in search_access() 1022 if (stat(pathx, &statb) < 0) 1024 ret = eaccess(pathx, mode); 1044 search(name, pathx, mode, errnop) in search() argument 1046 const char *pathx; 1067 sp = pathx;
|