HomeSort by: relevance | last modified time | path
    Searched defs:stat_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
operation.c 721 int stat_type = op->o_tag == LDAP_REQ_BIND ? LLOAD_STATS_OPS_BIND : local
726 b->b_counters[stat_type].lc_ops_completed++;
728 b->b_counters[stat_type].lc_ops_failed++;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 117 typedef struct ::__stat64 stat_type; typedef in namespace:filesystem::__gnu_posix
119 inline int stat(const wchar_t* path, stat_type* buffer)
122 inline int lstat(const wchar_t* path, stat_type* buffer)
183 typedef struct ::stat stat_type;
188 inline int lstat(const char* path, stat_type* buffer)
257 using __gnu_posix::stat_type;
260 file_time(const stat_type& st, std::error_code& ec) noexcept
311 using std::filesystem::__gnu_posix::stat_type;
317 stat_type* from_st, stat_type* to_st
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 460 ATF_TC(stat_type); variable
461 ATF_TC_HEAD(stat_type, tc)
466 ATF_TC_BODY(stat_type, tc)
1064 ATF_TP_ADD_TC(tp, stat_type);

Completed in 24 milliseconds