Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 3570) sorted by relevance

12345678910>>...143

/netbsd/external/mit/libuv/dist/test/
H A Dtest-fs-event.c421 remove("watch_dir/"); in TEST_IMPL()
442 remove("watch_dir/"); in TEST_IMPL()
461 remove("watch_dir/"); in TEST_IMPL()
504 remove("watch_dir/"); in TEST_IMPL()
523 remove("watch_dir/"); in TEST_IMPL()
551 remove("watch_dir/"); in TEST_IMPL()
574 remove("watch_dir/"); in TEST_IMPL()
597 remove("watch_dir/"); in TEST_IMPL()
621 remove("watch_dir/"); in TEST_IMPL()
1215 remove(path); in TEST_IMPL()
[all …]
H A Dtest-fs-poll.c137 remove(FIXTURE); in poll_cb()
156 remove(FIXTURE); in TEST_IMPL()
177 remove(FIXTURE); in TEST_IMPL()
204 remove(FIXTURE); in TEST_IMPL()
226 remove(FIXTURE); in TEST_IMPL()
252 remove(FIXTURE); in TEST_IMPL()
278 remove(FIXTURE); in TEST_IMPL()
/netbsd/lib/libc/
H A Dshlib_version5 # - remove code under BUILD_LEGACY
12 # - libc/gen/setproctitle.c: remove __ps_strings hack
14 # - lib/libc/net/iso_addr.c: remove
15 # - libc/gen/times.c: remove; __times13() -> times()
17 # - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0
22 # - libc/arch/vax/gen/is{inf,nan}.c: remove
23 # - libc/db/hash/ndbm.c: remove; __ndbm13 -> ndbm
28 # - remove frexp, ldexp, modf: they belong to libm.
36 # - remove gets(); it is finally dead in c11.
45 # - remove badly hidden gethostbyname_r
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/dnssec/signer/
H A Dremove.db.in13 remove. 60 IN SOA remove. . 0 0 0 0 0
14 remove. 60 IN NS remove.
15 remove. 60 IN A 1.2.3.4
16 remove. 60 IN AAAA ::ffff:1.2.3.4
17 remove. 60 IN MX 0 remove.
18 $INCLUDE remove.db.signed
H A Dremove2.db.in13 remove. 60 IN SOA remove. . 0 0 0 0 0
14 remove. 60 IN NS remove.
15 remove. 60 IN A 1.2.3.4
16 $INCLUDE remove.db.signed
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhash-traits.h28 static inline void remove (Type *p);
34 static inline void remove (const Type *p);
41 typed_free_remove <Type>::remove (Type *p) in remove() function
58 static inline void remove (Type *p);
66 typed_delete_remove <Type>::remove (Type *p) in remove() function
76 static inline void remove (Type &);
84 typed_noop_remove <Type>::remove (Type &) in remove() function
243 static void remove (T &) {} in remove() function
367 pair_hash <T1, T2>::remove (value_type &x) in remove() function
369 T1::remove (x.first); in remove()
[all …]
H A Dsanopt.c366 bool remove = false; in maybe_optimize_ubsan_null_ifn() local
390 remove = true; in maybe_optimize_ubsan_null_ifn()
406 if (!remove) in maybe_optimize_ubsan_null_ifn()
408 return remove; in maybe_optimize_ubsan_null_ifn()
678 remove = true; in can_remove_asan_check()
698 return remove; in can_remove_asan_check()
756 if (!remove) in maybe_optimize_asan_check_ifn()
763 return remove; in maybe_optimize_asan_check_ifn()
823 remove = true; in sanopt_optimize_walker()
843 if (!remove) in sanopt_optimize_walker()
[all …]
H A Dsanopt.cc366 bool remove = false; in maybe_optimize_ubsan_null_ifn() local
390 remove = true; in maybe_optimize_ubsan_null_ifn()
406 if (!remove) in maybe_optimize_ubsan_null_ifn()
408 return remove; in maybe_optimize_ubsan_null_ifn()
678 remove = true; in can_remove_asan_check()
698 return remove; in can_remove_asan_check()
756 if (!remove) in maybe_optimize_asan_check_ifn()
763 return remove; in maybe_optimize_asan_check_ifn()
825 remove = true; in sanopt_optimize_walker()
846 if (!remove) in sanopt_optimize_walker()
[all …]
H A Dsymbol-summary.h118 m_allocator.remove (item); in release()
218 void remove (cgraph_node *node) in class()
224 m_map.remove (uid); in class()
302 summary->remove (node); in symtab_removal()
412 void remove (cgraph_node *node)
494 summary->remove (node);
625 m_allocator.remove (item);
717 void remove (cgraph_edge *edge)
723 m_map.remove (uid);
779 summary->remove (edge);
[all …]
H A Dhash-map-traits.h38 template <typename T> static inline void remove (T &);
64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove() function
66 H::remove (entry.m_key); in remove()
116 template <typename T> static inline void remove (T &);
127 unbounded_hashmap_traits <Value>::remove (T &entry) in remove() function
129 default_hash_traits <Value>::remove (entry.m_value); in remove()
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-cpus.in378 option nofp remove ALL_FP
388 option nofp remove ALL_FP
398 option nofp remove ALL_FP
408 option nofp remove ALL_FP
418 option nofp remove ALL_FP
428 option nofp remove ALL_FP
438 option nofp remove ALL_FP
448 option nofp remove ALL_FP
458 option nofp remove ALL_FP
485 option nofp remove ALL_FP
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-cpus.in371 option nofp remove ALL_FP
381 option nofp remove ALL_FP
391 option nofp remove ALL_FP
401 option nofp remove ALL_FP
411 option nofp remove ALL_FP
421 option nofp remove ALL_FP
431 option nofp remove ALL_FP
441 option nofp remove ALL_FP
451 option nofp remove ALL_FP
478 option nofp remove ALL_FP
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhash-traits.h28 static inline void remove (Type *p);
36 typed_free_remove <Type>::remove (Type *p) in remove() function
46 static inline void remove (Type *p);
54 typed_delete_remove <Type>::remove (Type *p) in remove() function
64 static inline void remove (Type &);
72 typed_noop_remove <Type>::remove (Type &) in remove() function
231 static void remove (T &) {} in remove() function
326 static inline void remove (value_type &);
350 pair_hash <T1, T2>::remove (value_type &x) in remove() function
352 T1::remove (x.first); in remove()
[all …]
H A Dsanopt.c366 bool remove = false; in maybe_optimize_ubsan_null_ifn() local
390 remove = true; in maybe_optimize_ubsan_null_ifn()
406 if (!remove) in maybe_optimize_ubsan_null_ifn()
408 return remove; in maybe_optimize_ubsan_null_ifn()
678 remove = true; in can_remove_asan_check()
698 return remove; in can_remove_asan_check()
756 if (!remove) in maybe_optimize_asan_check_ifn()
763 return remove; in maybe_optimize_asan_check_ifn()
823 remove = true; in sanopt_optimize_walker()
843 if (!remove) in sanopt_optimize_walker()
[all …]
H A Dsymbol-summary.h74 m_allocator.remove (item); in release()
169 void remove (cgraph_node *node) in class()
175 m_map.remove (uid); in class()
263 summary->remove (node); in symtab_removal()
376 void remove (cgraph_node *node)
464 summary->remove (node);
567 m_allocator.remove (item);
661 void remove (cgraph_edge *edge)
667 m_map.remove (uid);
723 summary->remove (edge);
[all …]
H A Dhash-map-traits.h38 template <typename T> static inline void remove (T &);
64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove() function
66 H::remove (entry.m_key); in remove()
116 template <typename T> static inline void remove (T &);
127 unbounded_hashmap_traits <Value>::remove (T &entry) in remove() function
129 default_hash_traits <Value>::remove (entry.m_value); in remove()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_rlock.c476 if (remove->r_cnt == 1) { in zfs_range_unlock_reader()
477 avl_remove(tree, remove); in zfs_range_unlock_reader()
478 if (remove->r_write_wanted) { in zfs_range_unlock_reader()
479 cv_broadcast(&remove->r_wr_cv); in zfs_range_unlock_reader()
480 cv_destroy(&remove->r_wr_cv); in zfs_range_unlock_reader()
482 if (remove->r_read_wanted) { in zfs_range_unlock_reader()
483 cv_broadcast(&remove->r_rd_cv); in zfs_range_unlock_reader()
484 cv_destroy(&remove->r_rd_cv); in zfs_range_unlock_reader()
487 ASSERT0(remove->r_cnt); in zfs_range_unlock_reader()
488 ASSERT0(remove->r_write_wanted); in zfs_range_unlock_reader()
[all …]
/netbsd/external/bsd/atf/dist/atf-c++/
H A Dmacros_test.cpp367 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
369 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
416 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
461 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
508 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
553 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
602 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
654 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
703 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
704 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp62 sys::fs::remove(LockFileName); in readLockFile()
79 sys::fs::remove(LockFileName); in readLockFile()
152 sys::fs::remove(Filename); in ~RemoveUniqueLockFileOnSignal()
208 sys::fs::remove(UniqueLockFileName); in LockFileManager()
238 sys::fs::remove(UniqueLockFileName); in LockFileManager()
250 if ((EC = sys::fs::remove(LockFileName))) { in LockFileManager()
286 sys::fs::remove(LockFileName); in ~LockFileManager()
287 sys::fs::remove(UniqueLockFileName); in ~LockFileManager()
350 return sys::fs::remove(LockFileName); in unsafeRemoveLockFile()
/netbsd/tests/sbin/resize_ffs/
H A Dcommon.sh158 local remove=$((numdata-numdata*nsize/osize))
159 local dataleft=$((numdata-remove))
160 echo remove is $remove dataleft is $dataleft
161 remove_multiple ${remove}
171 check_data_range $((remove + 1)) ${numdata}
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d1919 Range remove
1947 Range remove
1979 assert([4, 5, 6].remove(1) == [4, 6]);
2047 assert(remove!(SwapStrategy.stable)(a, 1) ==
2082 arr = arr.remove!(SwapStrategy.unstable)(2);
2103 remove(chars, 4);
2110 assertThrown(remove(bigChars.dup, 1, 0));
2390 r = r.remove!(SwapStrategy.stable)(0);
2391 r = r.remove!(pred, SwapStrategy.unstable);
2392 r = r.remove!(pred, SwapStrategy.stable);
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-strip.rst15 If no other stripping or remove options are specified, :option:`--strip-all`
42 ELF objects will not be discarded. Additionally, remove all debug sections.
67 .. option:: --remove-section <section>, -R
70 to remove multiple sections simultaneously.
79 For ELF objects, remove from the output all symbols and non-alloc sections not
83 For COFF objects, remove all symbols, debug sections, and relocations from the
93 multiple times to remove multiple symbols.
98 relocations. Also remove all debug sections.
153 Allow :program:`llvm-strip` to remove sections even if it would leave invalid
166 When removing sections from the output, do not remove sections named
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py26 def patch_gn_file(gn_file, add, remove): argument
43 for r in remove:
115 remove = data.get('remove', [])
117 patch_gn_file(gn_file, add, remove)
123 if remove:
124 print(' remove:\n ' + '\n '.join(remove))
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/container/
H A Dtreap.d40 void remove(E element) in Treap()
42 remove(&root, element); in Treap()
167 void remove(Node** ppnode, E element) in Treap()
175 remove(&node.left, element); in Treap()
179 remove(&node.right, element); in Treap()
257 enum OP { add, remove } enumerator
287 ops ~= cast(OP)(rand() < uint.max / 2 ? OP.add: OP.remove);
322 treap.remove(tmp);
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dtreap.d40 void remove(E element) in Treap()
42 remove(&root, element); in Treap()
167 void remove(Node** ppnode, E element) in Treap()
175 remove(&node.left, element); in Treap()
179 remove(&node.right, element); in Treap()
257 enum OP { add, remove } enumerator
287 ops ~= cast(OP)(rand() < uint.max / 2 ? OP.add: OP.remove);
322 treap.remove(tmp);

12345678910>>...143