Home
last modified time | relevance | path

Searched refs:ENULLLOOP (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmake.h609 #define ENULLLOOP(_v,_c) do{ errno = 0; \ macro
Ddir.c550 ENULLLOOP (dc->dirstream, opendir (name)); in find_directory()
678 ENULLLOOP (d, readdir (dir->dirstream)); in dir_contents_file_exists_p()
DChangeLog1653 * make.h (ENULLLOOP): Set errno = 0 before invoking the command;
1732 introduce macros EINTRLOOP() and ENULLLOOP() which can loop on
1749 (find_directory): Use ENULLLOOP() to wrap opendir().
1750 (dir_contents_file_exists_p): Use ENULLLOOP() to wrap readdir().