Searched refs:EINTRLOOP (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | remake.c | 1066 EINTRLOOP (e, fstat (fd, &statbuf)); in touch_file() 1361 EINTRLOOP (e, stat (name, &st)); in name_mtime() 1397 EINTRLOOP (e, lstat (lpath, &st)); in name_mtime() 1417 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX)); in name_mtime()
|
D | vpath.c | 529 EINTRLOOP (e, stat (name, &st)); /* Does it really exist? */ in selective_vpath_search()
|
D | make.h | 600 #define EINTRLOOP(_v,_c) while (((_v)=_c)==-1 && errno==EINTR) macro
|
D | dir.c | 469 EINTRLOOP (r, stat (name, &st)); in find_directory() 1192 EINTRLOOP (e, stat (path, buf)); in local_stat()
|
D | commands.c | 555 EINTRLOOP (e, stat (file->name, &st)); in delete_target()
|
D | arscan.c | 786 EINTRLOOP (i, fstat (fd, &statbuf)); in ar_member_touch()
|
D | main.c | 1723 EINTRLOOP (r, write (job_fds[1], &c, 1)); in main() 3002 EINTRLOOP (r, write (job_fds[1], &token, 1)); in clean_jobserver()
|
D | read.c | 2864 EINTRLOOP (e, stat (dir, &stbuf)); in construct_include_path() 2901 EINTRLOOP (e, stat (default_include_directories[i], &stbuf)); in construct_include_path()
|
D | function.c | 1705 EINTRLOOP (cc, read (pipedes[0], &buffer[i], maxlen - i)); in func_shell()
|
D | job.c | 860 EINTRLOOP (r, write (job_fds[1], &token, 1)); in free_child()
|
D | ChangeLog | 1700 * function.c (func_shell): Use EINTRLOOP() while reading from the 1702 * job.c (free_child): Use EINTRLOOP() while writing tokens to the 1732 introduce macros EINTRLOOP() and ENULLLOOP() which can loop on 1740 * arscan.c (ar_member_touch): Use EINTRLOOP() to wrap fstat(). 1743 * commands.c (delete_target): Use EINTRLOOP() to wrap stat().
|