Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 207) sorted by relevance

123456789

/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-utmp.c76 struct utmp entry[] = variable
111 if (pututline (&entry[n]) == NULL) in do_init()
164 entry[n].ut_type == DEAD_PROCESS) in simulate_login()
166 if (entry[n].ut_pid == DEAD_PROCESS) in simulate_login()
168 entry[n].ut_type = USER_PROCESS; in simulate_login()
169 strncpy (entry[n].ut_user, user, sizeof (entry[n].ut_user)); in simulate_login()
177 if (pututline (&entry[n]) == NULL) in simulate_login()
202 entry[n].ut_type = DEAD_PROCESS; in simulate_logout()
203 strncpy (entry[n].ut_user, "", sizeof (entry[n].ut_user)); in simulate_logout()
211 if (pututline (&entry[n]) == NULL) in simulate_logout()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/
A Ddl-inlines.h373 struct funcdesc_value **entry; in htab_find_slot() local
384 entry = &htab->entries[index]; in htab_find_slot()
385 if (!*entry) in htab_find_slot()
388 return entry; in htab_find_slot()
396 entry = &htab->entries[index]; in htab_find_slot()
397 if (!*entry) in htab_find_slot()
400 return entry; in htab_find_slot()
408 return entry; in htab_find_slot()
416 struct funcdesc_value **entry; in _dl_funcdesc_for() local
428 if (*entry) { in _dl_funcdesc_for()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Dinline-hashtab.h195 void **entry; in htab_find_slot() local
206 entry = &htab->entries[index]; in htab_find_slot()
207 if (!*entry) in htab_find_slot()
209 else if (eq_fn (*entry, ptr)) in htab_find_slot()
210 return entry; in htab_find_slot()
219 entry = &htab->entries[index]; in htab_find_slot()
220 if (!*entry) in htab_find_slot()
222 else if (eq_fn (*entry, ptr)) in htab_find_slot()
223 return entry; in htab_find_slot()
231 return entry; in htab_find_slot()
A Ddl-tlsdesc-htab.h84 void **entry = htab_find_slot(ht, &test, 1, hash_tlsdesc, eq_tlsdesc); in _dl_make_tlsdesc_dynamic() local
85 if (!entry) in _dl_make_tlsdesc_dynamic()
91 if (*entry) in _dl_make_tlsdesc_dynamic()
93 td = *entry; in _dl_make_tlsdesc_dynamic()
98 *entry = td = _dl_malloc(sizeof (struct tlsdesc_dynamic_arg)); in _dl_make_tlsdesc_dynamic()
111 if (caller != __atomic_load_n(&td->entry, __ATOMIC_RELAXED)) in _dl_tlsdesc_resolver_early_return()
115 if (caller != __atomic_load_n(&td->entry, __ATOMIC_RELAXED)) in _dl_tlsdesc_resolver_early_return()
121 __atomic_store_n(&td->entry, _dl_tlsdesc_resolve_block, __ATOMIC_RELAXED); in _dl_tlsdesc_resolver_early_return()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A D_hsearch_r.c36 ENTRY entry; member
166 && strcmp (item.key, htab->table[idx].entry.key) == 0) in libc_hidden_def()
168 *retval = &htab->table[idx].entry; in libc_hidden_def()
190 && strcmp (item.key, htab->table[idx].entry.key) == 0) in libc_hidden_def()
192 *retval = &htab->table[idx].entry; in libc_hidden_def()
212 htab->table[idx].entry = item; in libc_hidden_def()
216 *retval = &htab->table[idx].entry; in libc_hidden_def()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dcond_key_dtor_entry_dealtor.hpp50 typedef typename HT_Map::entry entry; typedef in __gnu_pbds::detail::cond_dealtor
54 cond_dealtor(entry_allocator* p_a, entry* p_e) in cond_dealtor()
72 entry* const m_p_e;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/binary_heap_/
A Dbinary_heap_.hpp116 entry; typedef in __gnu_pbds::detail::binary_heap
118 typedef typename rebind_traits<_Alloc, entry>::allocator_type
121 typedef typename rebind_traits<_Alloc, entry>::pointer entry_pointer;
123 typedef binary_heap_point_const_iterator_<value_type, entry,
129 typedef binary_heap_const_iterator_<value_type, entry,
294 trace_entry(const entry&, false_type) const;
297 trace_entry(const entry&, true_type) const;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/binary_heap_/
A Dbinary_heap_.hpp116 entry; typedef in __gnu_pbds::detail::binary_heap
118 typedef typename rebind_traits<_Alloc, entry>::allocator_type
121 typedef typename rebind_traits<_Alloc, entry>::pointer entry_pointer;
123 typedef binary_heap_point_const_iterator_<value_type, entry,
129 typedef binary_heap_const_iterator_<value_type, entry,
294 trace_entry(const entry&, false_type) const;
297 trace_entry(const entry&, true_type) const;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dstd-dir.cc67 entry = fs::directory_entry{path / entp->d_name, type}; in advance()
73 entry = {}; in advance()
94 file_type type = entry._M_type; in should_recurse()
97 type = entry.symlink_status(ec).type(); in should_recurse()
105 return follow_symlink && is_directory(entry.status(ec)); in should_recurse()
110 directory_entry entry; member
152 return _M_dir->entry; in operator *()
230 return _M_dirs->top().entry; in operator *()
270 _Dir dir(top.entry.path(), skip_permission_denied, ec); in increment()
A Ddir.cc61 entry = fs::directory_entry{path / entp->d_name}; in advance()
68 entry = {}; in advance()
93 type = entry.symlink_status(ec).type(); in should_recurse()
101 return follow_symlink && is_directory(entry.status(ec)); in should_recurse()
106 directory_entry entry; member
149 return _M_dir->entry; in operator *()
227 return _M_dirs->top().entry; in operator *()
267 _Dir dir(top.entry.path(), skip_permission_denied, ec); in increment()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dlist.h125 static inline void list_del(struct list_head *entry) in list_del() argument
127 __list_del(entry->prev, entry->next); in list_del()
128 entry->next = (struct list_head*)LIST_POISON1; in list_del()
129 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_dir.cc72 entry = fs::directory_entry{std::move(name), type}; in advance()
78 entry = {}; in advance()
99 file_type type = entry._M_type; in should_recurse()
102 type = entry.symlink_status(ec).type(); in should_recurse()
110 return follow_symlink && is_directory(entry.status(ec)); in should_recurse()
115 directory_entry entry; member
153 return _M_dir->entry; in operator *()
250 return _M_dirs->top().entry; in operator *()
290 _Dir dir(top.entry.path(), skip_permission_denied, ec); in increment()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_dir.cc72 entry = fs::directory_entry{std::move(name), type}; in advance()
78 entry = {}; in advance()
99 file_type type = entry._M_type; in should_recurse()
102 type = entry.symlink_status(ec).type(); in should_recurse()
110 return follow_symlink && is_directory(entry.status(ec)); in should_recurse()
115 directory_entry entry; member
153 return _M_dir->entry; in operator *()
250 return _M_dirs->top().entry; in operator *()
290 _Dir dir(top.entry.path(), skip_permission_denied, ec); in increment()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_dir.cc72 entry = fs::directory_entry{std::move(name), type}; in advance()
78 entry = {}; in advance()
99 file_type type = entry._M_type; in should_recurse()
102 type = entry.symlink_status(ec).type(); in should_recurse()
110 return follow_symlink && is_directory(entry.status(ec)); in should_recurse()
115 directory_entry entry; member
153 return _M_dir->entry; in operator *()
250 return _M_dirs->top().entry; in operator *()
290 _Dir dir(top.entry.path(), skip_permission_denied, ec); in increment()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Ddir.cc58 entry(std::move(d.entry)), type(d.type) in _Dir()
69 directory_entry entry; member
156 entry = fs::directory_entry{path / entp->d_name}; in advance()
176 entry = {}; in advance()
202 return _M_dir->entry; in operator *()
280 return _M_dirs->top().entry; in operator *()
313 return d.entry.status().type() == fs::file_type::directory; in recurse()
317 const fs::path& path = d.entry.path(); in recurse()
344 _Dir dir = open_dir(top.entry.path(), _M_options, &ec); in increment()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Ddir.cc58 entry(std::move(d.entry)), type(d.type) in _Dir()
69 directory_entry entry; member
156 entry = fs::directory_entry{path / entp->d_name}; in advance()
176 entry = {}; in advance()
202 return _M_dir->entry; in operator *()
280 return _M_dirs->top().entry; in operator *()
313 return d.entry.status().type() == fs::file_type::directory; in recurse()
317 const fs::path& path = d.entry.path(); in recurse()
344 _Dir dir = open_dir(top.entry.path(), _M_options, &ec); in increment()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Ddir.cc58 entry(std::move(d.entry)), type(d.type) in _Dir()
69 directory_entry entry; member
156 entry = fs::directory_entry{path / entp->d_name}; in advance()
176 entry = {}; in advance()
202 return _M_dir->entry; in operator *()
280 return _M_dirs->top().entry; in operator *()
313 return d.entry.status().type() == fs::file_type::directory; in recurse()
317 const fs::path& path = d.entry.path(); in recurse()
344 _Dir dir = open_dir(top.entry.path(), _M_options, &ec); in increment()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Ddir.cc67 entry = fs::directory_entry{path / entp->d_name}; in advance()
74 entry = {}; in advance()
99 type = entry.symlink_status(ec).type(); in should_recurse()
107 return follow_symlink && is_directory(entry.status(ec)); in should_recurse()
112 directory_entry entry; member
155 return _M_dir->entry; in operator *()
233 return _M_dirs->top().entry; in operator *()
273 _Dir dir(top.entry.path(), skip_permission_denied, ec); in increment()

Completed in 37 milliseconds

123456789