Searched refs:entry_status (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetcwd.c259 int entry_status;
261 entry_status = fstatat (fd, d->d_name, &st, AT_SYMLINK_NOFOLLOW);
298 entry_status = __lstat (dotlist, &st);
305 if (entry_status == 0 && S_ISDIR (st.st_mode)
258 int entry_status; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/
H A Dresize_fn_imps.hpp113 a_entries_resized[i].m_stat = (entry_status)EMPTY_ENTRY_STATUS;
H A Dgp_ht_map_.hpp221 typedef char entry_status; typedef in class:pb_assoc::detail::PB_ASSOC_CLASS_NAME
227 entry_status m_stat;
236 entry_status m_stat;
H A Dconstructor_destructor_fn_imps.hpp251 m_a_entries[i].m_stat = (entry_status)EMPTY_ENTRY_STATUS;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp147 m_entries[i].m_stat = (entry_status)empty_entry_status;
H A Dgp_ht_map_.hpp127 enum entry_status enum in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
136 entry_status m_stat;

Completed in 129 milliseconds