rel_open
int rel_open(const char *path, char **abspathp, int flags);
if ((hfd = rel_open("loader.help", NULL, O_RDONLY)) < 0) {
if ((fd = rel_open(filename, &fullpath, O_RDONLY)) != -1) {
if (((fd = rel_open(filename, NULL, O_RDONLY)) == -1)) {
if ((ef.fd = rel_open(filename, NULL, O_RDONLY)) == -1)
if ((ef.fd = rel_open(filename, NULL, O_RDONLY)) == -1)
fd = rel_open(cp, NULL, O_RDONLY);
if ((fd = rel_open(name, NULL, O_RDONLY)) < 0) {
if ((fd = rel_open(name, NULL, O_RDONLY)) < 0) {
st.st_size > 100 * 1024 || (fd = rel_open(path, NULL, O_RDONLY)) < 0) {