Searched refs:SFILE (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lchown/ |
H A D | lchown01.c | 48 #define SFILE "slink_file" macro 96 TEST(LCHOWN(cleanup, SFILE, user_id, group_id)); in main() 105 if (lstat(SFILE, &stat_buf) < 0) { in main() 108 SFILE, TEST_ERRNO); in main() 135 "Expected %d %d", SFILE, in main() 139 "%s of %s", test_desc, SFILE); in main() 164 SAFE_SYMLINK(cleanup, TESTFILE, SFILE); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat02.c | 56 #define SFILE "sfile" macro 113 SAFE_SYMLINK(cleanup, TEST_FILE, SFILE); in setup() 253 TEST(openat(AT_FDCWD, SFILE, O_NOFOLLOW | O_RDONLY, 0777)); in testfunc_nofollow()
|
/third_party/mksh/ |
H A D | lex.c | 1245 if (type == SFILE || type == SSTDIN) in pushs() 1265 case SFILE: in getsc_uu() 1444 if (s->type == SFILE) in getsc_line()
|
H A D | main.c | 528 s = pushs(SFILE, ATEMP); in main_init() 820 s = pushs(SFILE, ATEMP); in include()
|
H A D | sh.h | 2216 #define SFILE 1 /* file input */ macro
|
Completed in 11 milliseconds