/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | remove.c | 19 int remove(register const char *filename) in remove() function 31 libc_hidden_def(remove)
|
A D | tmpfile.c | 44 (void) remove (buf); in tmpfile()
|
/l4re-core-master/sigma0/server/src/ |
A D | mem_man.cc | 48 int err = _tree.remove(*n); in add() 68 int err = _tree.remove(*n); in add() 112 int err = _tree.remove(*n); in add_free() 144 int err = _tree.remove(*r2); in alloc_from() 268 int err = _tree.remove(*r2); in reserve() 318 _tree.remove(*r2); in reserve()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | opendir-tst1.c | 80 remove (tmpname); in do_test() 89 remove (tmpname); in do_cleanup()
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | dlist | 106 static void remove(T *e) 116 remove(*e); 174 void remove(T *e) 187 Base::remove(e); 193 remove(*e); 248 static void remove(T *e) { Base::remove(e); }
|
A D | list | 233 * Convenience function for remove-head corner case. 235 * \param p pointer to the item to remove. 239 static inline C *remove(C *head, N *p) throw(); 269 C *List_item::remove(C *h, N *p) throw() 322 void remove(LI *e) 323 { _h = LI::remove(_h, e); } 397 void remove(Iter const &i) throw() 398 { E *e = i; _h = E::remove(_h, e); --_l; _a.free(e); }
|
A D | slab_alloc | 174 _empty_slabs.remove(s); 192 _empty_slabs.remove(o); 198 _partial_slabs.remove(o); 204 _full_slabs.remove(o); 233 _empty_slabs.remove(s); 241 _partial_slabs.remove(s); 280 _full_slabs.remove(s); 289 _partial_slabs.remove(s);
|
A D | avl_tree | 157 * \param key The key to the node to remove. 161 Node *remove(Key_param_type key); 163 * \brief An alias for remove(). 165 Node *erase(Key_param_type key) { return remove(key); } 286 /* remove an element */ 289 Node *Avl_tree<Node, Get_key, Compare>::remove(Key_param_type key)
|
/l4re-core-master/libgcc/lib/ |
A D | Makefile.libgcc | 11 remove="$(filter linux-atomic.o linux-atomic-64bit.o, \ 14 $(AR) d $(2) $$remove; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-umask1.c | 49 remove (fname); in work() 130 remove (fname); in do_test()
|
/l4re-core-master/moe/server/src/ |
A D | dma_space.cc | 62 void remove(Dma::Mapping *m) override in remove() function in Moe::Dma::Phys_mapper 64 _map.remove(m->key); in remove() 133 void remove(Dma::Mapping *m) override in remove() function in Moe::Dma::Task_mapper 135 _map.remove(m->key); in remove()
|
A D | dma_space.h | 49 virtual void remove(Mapping *m) = 0; 88 mapper->remove(this); in ~Mapping()
|
A D | name_space.cc | 193 remove(existing->name()); in op_register_obj() 220 remove(n->name()); in op_unlink() 257 remove(n->name()); in op_query()
|
A D | name_space.h | 152 Entry *remove(Entry::Name const &name) in remove() function 153 { return _tree.remove(name); } in remove()
|
A D | server_obj.cc | 43 _weak_ptrs.remove(obj); in remove_weak_ref()
|
/l4re-core-master/l4re/util/libs/ |
A D | name_space_svr.cc | 120 remove(n->name()); in op_query() 169 remove(n->name()); in insert_entry() 286 remove(n->name()); in op_unlink()
|
/l4re-core-master/cxx/lib/ipc/include/ |
A D | ipc_timeout_queue | 133 * \param timeout timeout to remove from timeout queue 136 void remove(Timeout *timeout) 138 _timeouts.remove(timeout); 227 queue.remove(timeout);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | stdio.SUSv4.syms | 27 remove
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 929 const bool remove = is_set(prms, perms::remove_perms); in permissions() local 931 if (add && remove) in permissions() 940 if (add || remove || nofollow) in permissions() 948 else if (remove) in permissions() 1031 fs::remove(const path& p) in remove() function in fs 1034 bool result = fs::remove(p, ec); in remove() 1041 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1043 if (::remove(p.c_str()) == 0) in remove() 1093 if (fs::remove(p, ec)) in remove_all()
|
A D | std-ops.cc | 1170 const bool remove = is_set(opts, perm_options::remove); in permissions() local 1172 if (((int)replace + (int)add + (int)remove) != 1) in permissions() 1181 if (add || remove || nofollow) in permissions() 1189 else if (remove) in permissions() 1311 fs::remove(const path& p) in remove() function in fs 1314 const bool result = fs::remove(p, ec); in remove() 1321 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1323 if (::remove(p.c_str()) == 0) in remove() 1373 if (fs::remove(p, ec)) in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops.cc | 940 const bool remove = is_set(prms, perms::remove_perms); in permissions() local 942 if (add && remove) in permissions() 951 if (add || remove || nofollow) in permissions() 959 else if (remove) in permissions() 1042 fs::remove(const path& p) in remove() function in fs 1045 bool result = fs::remove(p, ec); in remove() 1052 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1070 if (::remove(p.c_str()) == 0) in remove() 1121 if (fs::remove(p, ec)) in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops.cc | 940 const bool remove = is_set(prms, perms::remove_perms); in permissions() local 942 if (add && remove) in permissions() 951 if (add || remove || nofollow) in permissions() 959 else if (remove) in permissions() 1042 fs::remove(const path& p) in remove() function in fs 1045 bool result = fs::remove(p, ec); in remove() 1052 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1070 if (::remove(p.c_str()) == 0) in remove() 1121 if (fs::remove(p, ec)) in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops.cc | 940 const bool remove = is_set(prms, perms::remove_perms); in permissions() local 942 if (add && remove) in permissions() 951 if (add || remove || nofollow) in permissions() 959 else if (remove) in permissions() 1042 fs::remove(const path& p) in remove() function in fs 1045 bool result = fs::remove(p, ec); in remove() 1052 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1070 if (::remove(p.c_str()) == 0) in remove() 1121 if (fs::remove(p, ec)) in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_ops.cc | 1101 const bool remove = is_set(opts, perm_options::remove); in permissions() local 1103 if (((int)replace + (int)add + (int)remove) != 1) in permissions() 1112 if (add || remove || nofollow) in permissions() 1120 else if (remove) in permissions() 1242 fs::remove(const path& p) in remove() function in fs 1245 const bool result = fs::remove(p, ec); in remove() 1252 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1270 if (::remove(p.c_str()) == 0) in remove() 1321 if (fs::remove(p, ec)) in remove_all()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_ops.cc | 1101 const bool remove = is_set(opts, perm_options::remove); in permissions() local 1103 if (((int)replace + (int)add + (int)remove) != 1) in permissions() 1112 if (add || remove || nofollow) in permissions() 1120 else if (remove) in permissions() 1242 fs::remove(const path& p) in remove() function in fs 1245 const bool result = fs::remove(p, ec); in remove() 1252 fs::remove(const path& p, error_code& ec) noexcept in remove() function in fs 1270 if (::remove(p.c_str()) == 0) in remove() 1359 if (fs::remove(p, ec)) in do_remove_all()
|