Home | History | Annotate | Download | only in linux

Lines Matching refs:RS

47 	RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644));
48 RS(close(targetfd));
50 RS(fd = syscall(LINUX_SYS_inotify_init));
51 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
55 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
56 RS(close(targetfd));
58 RS(nread = read(fd, events, sizeof(events)));
63 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
67 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
68 RS(close(targetfd));
70 RS(nread = read(fd, events, sizeof(events)));
75 RS(wd = syscall(LINUX_SYS_inotify_add_watch, fd, (register_t)"test",
79 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
80 RS(close(targetfd));
82 RS(nread = read(fd, events, sizeof(events)));