Searched defs:fildes (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c82 static int ntfs_fsync(int fildes) argument
/haiku/src/system/libroot/posix/
H A Dspawn.cpp115 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *_actions, int fildes, const char *path, int oflag, mode_t mode) argument
147 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *_actions, int fildes) argument
172 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *_actions, int fildes, int newfildes) argument
225 posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *_actions, int fildes) argument
[all...]

Completed in 89 milliseconds