Searched refs:LSTAT (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 258 #define LSTAT "lstat01" macro 371 LSTAT, 0, 0, 8, creat_symlink, ck_symlink, { 373 LSTAT, 0, 0, 9, creat_both, ck_both, { 375 LSTAT, 0, 0, 30, creat_object, ck_object, { 465 LSTAT, "lstat", 3, &test_objects[15], 976 (cktcsid(tc_ptr->tcid, LSTAT)) || in do_syscalltests()
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | write-entry.js | 27 const LSTAT = Symbol('lstat') constant 362 [LSTAT] () {
|
/third_party/libuv/src/unix/ |
D | fs.c | 1749 X(LSTAT, uv__fs_lstat(req->path, &req->statbuf)); in uv__fs_work() 1950 INIT(LSTAT); in uv_fs_lstat()
|
/third_party/python/Modules/ |
D | posixmodule.c | 482 # define LSTAT win32_lstat macro 487 # define LSTAT lstat macro 2530 result = LSTAT(path->narrow, &st); in posix_do_stat() 13515 result = LSTAT(path, &st); in DirEntry_fetch_stat() 13719 result = LSTAT(path, &stat); in os_DirEntry_inode_impl() 13725 result = LSTAT(path, &stat); in os_DirEntry_inode_impl()
|
/third_party/libuv/src/win/ |
D | fs.c | 2807 XX(LSTAT, lstat) in uv__fs_work()
|