Home
last modified time | relevance | path

Searched refs:SFILE (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/lchown/
Dlchown01.c48 #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()
/external/ltp/testcases/kernel/syscalls/lstat/
Dlstat03.c45 #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/
Dopenat02.c57 #define SFILE "sfile" macro
114 SAFE_SYMLINK(cleanup, TEST_FILE, SFILE); in setup()
266 TEST(openat(AT_FDCWD, SFILE, O_NOFOLLOW | O_RDONLY, 0777)); in testfunc_nofollow()
/external/mksh/src/
Dlex.c1246 if (type == SFILE || type == SSTDIN) in pushs()
1266 case SFILE: in getsc_uu()
1445 if (s->type == SFILE) in getsc_line()
Dmain.c507 s = pushs(SFILE, ATEMP); in main_init()
768 s = pushs(SFILE, ATEMP); in include()
Dsh.h2137 #define SFILE 1 /* file input */ macro