Searched refs:sh_stat (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dtest.c104 extern int sh_stat __P((const char *, struct stat *));
298 if ((r1 = sh_stat (s, &st1)) < 0)
303 if ((r2 = sh_stat (t, &st2)) < 0)
501 return (sh_stat (arg, &stat_buf) == 0);
513 return (sh_stat (arg, &stat_buf) == 0 &&
517 return (sh_stat (arg, &stat_buf) == 0 &&
521 return (sh_stat (arg, &stat_buf) == 0 &&
525 if (sh_stat (arg, &stat_buf) < 0)
536 return (sh_stat (arg, &stat_buf) == 0 && (S_ISDIR (stat_buf.st_mode)));
539 return (sh_stat (ar
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A Deaccess.c81 sh_stat (path, finfo) function
141 if (sh_stat (path, &st) < 0)

Completed in 77 milliseconds