Searched refs:_close (Results 1 – 3 of 3) sorted by relevance
30 int _close(int file);248 int _close(int file) in _close() function252 __weak FUNC_ALIAS(_close, close, int);528 return _close(file); in _close_r()
29 When selected via Kconfig, Zephyr will provide an alias for close() as _close().
49 FUNC_ALIAS(close, _close, int);