Searched refs:tryopen (Results 1 – 1 of 1) sorted by relevance
126 static int tryopen(const char *, int);413 if ((fd = tryopen(*name, O_RDONLY)) == -1) in opencal()423 } else if ((fd = tryopen(fname, O_RDONLY)) == -1) { in opencal()493 tryopen(const char *pathname, int flags) in tryopen() function