Searched refs:sfile (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise01.c | 30 static char *sfile; variable 39 {MADV_NORMAL, "MADV_NORMAL", &sfile}, 40 {MADV_RANDOM, "MADV_RANDOM", &sfile}, 41 {MADV_SEQUENTIAL, "MADV_SEQUENTIAL", &sfile}, 42 {MADV_WILLNEED, "MADV_WILLNEED", &sfile}, 43 {MADV_DONTNEED, "MADV_DONTNEED", &sfile}, 44 {MADV_REMOVE, "MADV_REMOVE", &sfile}, /* since Linux 2.6.16 */ 45 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */ 46 {MADV_DOFORK, "MADV_DOFORK", &sfile}, /* since Linux 2.6.16 */ 47 {MADV_HWPOISON, "MADV_HWPOISON", &sfile}, /* sinc [all...] |
/third_party/python/Lib/test/test_tools/ |
H A D | test_i18n.py | 323 encoding='utf-8') as sfile: 324 sfile.write(f'_({text1!r})') 327 encoding='utf-8') as sfile: 328 sfile.write(f'_({text2!r})') 331 encoding='utf-8') as sfile: 332 sfile.write(f'_({text3!r})')
|
/third_party/ltp/testcases/kernel/fs/linktest/ |
H A D | linktest.sh | 65 touch hlink.$$/hfile slink.$$/sfile
|
/third_party/python/Lib/ |
H A D | configparser.py | 738 sfile = io.StringIO(string) 739 self.read_file(sfile, source)
|
/third_party/python/Lib/test/ |
H A D | test_argparse.py | 3402 sfile = StdIOBuffer() 3403 print_(sfile) 3404 parser_text = sfile.getvalue()
|
Completed in 12 milliseconds