Searched refs:ENULLLOOP (Results 1 – 3 of 3) sorted by relevance
609 #define ENULLLOOP(_v,_c) do{ errno = 0; \ macro
550 ENULLLOOP (dc->dirstream, opendir (name)); in find_directory()678 ENULLLOOP (d, readdir (dir->dirstream)); in dir_contents_file_exists_p()
1653 * make.h (ENULLLOOP): Set errno = 0 before invoking the command;1732 introduce macros EINTRLOOP() and ENULLLOOP() which can loop on1749 (find_directory): Use ENULLLOOP() to wrap opendir().1750 (dir_contents_file_exists_p): Use ENULLLOOP() to wrap readdir().