Searched refs:_haiku_build_fcntl (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/build/
H A DBeOSBuildCompatibility.h117 int _haiku_build_fcntl(int fd, int op, ...);
122 int _haiku_build_fcntl(int fd, int op, int argument);
161 # define fcntl(fd, op...) _haiku_build_fcntl(fd, op)
/haiku/src/build/libroot/
H A Dremapped_functions.h45 int _haiku_build_fcntl(int fd, int op, int argument);
H A Dfunction_remapper.cpp261 return _haiku_build_fcntl(fd, op, argument);
H A Dfs.cpp1548 _haiku_build_fcntl(int fd, int op, int argument) function

Completed in 42 milliseconds