Searched refs:SFILE (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown01.c | 47 #define SFILE "slink_file" macro 95 TEST(LCHOWN(cleanup, SFILE, user_id, group_id)); in main() 104 if (lstat(SFILE, &stat_buf) < 0) { in main() 107 SFILE, TEST_ERRNO); in main() 134 "Expected %d %d", SFILE, in main() 138 "%s of %s", test_desc, SFILE); in main() 165 if (symlink(TESTFILE, SFILE) < 0) { in setup()
|
/external/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat03.c | 45 #define SFILE "sfile" macro 73 TEST(lstat(SFILE, &stat_buf)); in main() 76 tst_resm(TFAIL | TTERRNO, "lstat(%s) failed", SFILE); in main() 85 "'%s' Failed", SFILE); in main() 88 "'%s' Succcessful", SFILE); in main() 112 SAFE_SYMLINK(cleanup, TESTFILE, SFILE); in setup()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 57 #define SFILE "sfile" macro 114 SAFE_SYMLINK(cleanup, TEST_FILE, SFILE); in setup() 267 TEST(openat(AT_FDCWD, SFILE, O_NOFOLLOW | O_RDONLY, 0777)); in testfunc_nofollow()
|
/external/mksh/src/ |
D | lex.c | 1225 if (type == SFILE || type == SSTDIN) in pushs() 1245 case SFILE: in getsc_uu() 1424 if (s->type == SFILE) in getsc_line()
|
D | main.c | 515 s = pushs(SFILE, ATEMP); in main_init() 777 s = pushs(SFILE, ATEMP); in include()
|
D | sh.h | 1922 #define SFILE 1 /* file input */ macro
|