| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-fs-event.c | 181 r = remove(fs_event_get_filename(i)); in fs_event_unlink_files() 190 ASSERT(0 == remove(fs_event_get_filename(fs_event_removed))); in fs_event_unlink_files() 257 r = remove(fs_event_get_filename_in_subdir(i)); in fs_event_unlink_files_in_subdir() 266 ASSERT(0 == remove(fs_event_get_filename_in_subdir(fs_event_removed))); in fs_event_unlink_files_in_subdir() 419 remove("watch_dir/file2"); in TEST_IMPL() 420 remove("watch_dir/file1"); in TEST_IMPL() 421 remove("watch_dir/"); in TEST_IMPL() 440 remove("watch_dir/file2"); in TEST_IMPL() 441 remove("watch_dir/file1"); in TEST_IMPL() 442 remove("watch_dir/"); in TEST_IMPL() [all …]
|
| H A D | test-fs-poll.c | 137 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-src/lib/libc/ |
| H A D | shlib_version | 5 # - remove code under BUILD_LEGACY 6 # - remove BCS code in citrus and replace it with use of the C locale 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() 16 # - libc/gen/timezone.c: remove; __timezone13 -> timezone 17 # - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0 18 # - libc/gen/utmpx.c, utmpx.h: remove lastlogxname, __getlastlogx13 -> getlastlogx 21 # - libc/gen/is{inf,nan}d_ieee754.c: remove is{inf,nan} aliases 22 # - libc/arch/vax/gen/is{inf,nan}.c: remove [all...] |
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/signer/ |
| H A D | remove.db.in | 13 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 D | remove2.db.in | 13 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-src/external/gpl3/gcc/dist/gcc/ |
| H A D | hash-traits.h | 28 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 48 typed_const_free_remove <Type>::remove (const 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 343 static inline void remove (value_type &); [all …]
|
| H A D | sanopt.cc | 366 bool remove = false; in maybe_optimize_ubsan_null_ifn() local 390 remove = true; in maybe_optimize_ubsan_null_ifn() 394 remove = (flag_sanitize_recover & SANITIZE_NULL) == 0 in maybe_optimize_ubsan_null_ifn() 398 remove = (flag_sanitize_recover & SANITIZE_ALIGNMENT) == 0 in maybe_optimize_ubsan_null_ifn() 402 if (!remove && gimple_bb (g) == gimple_bb (stmt) in maybe_optimize_ubsan_null_ifn() 406 if (!remove) in maybe_optimize_ubsan_null_ifn() 408 return remove; in maybe_optimize_ubsan_null_ifn() 630 bool remove = false; in can_remove_asan_check() local 678 remove = true; in can_remove_asan_check() 698 return remove; in can_remove_asan_check() [all …]
|
| H A D | symbol-summary.h | 57 virtual void remove (cgraph_node *, T *) {} in remove() function 118 m_allocator.remove (item); in release() 217 using function_summary_base<T>::remove; in class() 218 void remove (cgraph_node *node) in class() 224 m_map.remove (uid); in class() 302 summary->remove (node); in symtab_removal() 411 using function_summary_base<T>::remove; 412 void remove (cgraph_node *node) 494 summary->remove (node); 582 virtual void remove (cgraph_edge *, T *) {} [all …]
|
| H A D | hash-map-traits.h | 38 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-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-cpus.in | 251 # strip off 32 D-registers, but does not remove support for 378 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 [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-cpus.in | 245 # strip off 32 D-registers, but does not remove support for 371 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 [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hash-traits.h | 28 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 D | sanopt.c | 366 bool remove = false; in maybe_optimize_ubsan_null_ifn() local 390 remove = true; in maybe_optimize_ubsan_null_ifn() 394 remove = (flag_sanitize_recover & SANITIZE_NULL) == 0 in maybe_optimize_ubsan_null_ifn() 398 remove = (flag_sanitize_recover & SANITIZE_ALIGNMENT) == 0 in maybe_optimize_ubsan_null_ifn() 402 if (!remove && gimple_bb (g) == gimple_bb (stmt) in maybe_optimize_ubsan_null_ifn() 406 if (!remove) in maybe_optimize_ubsan_null_ifn() 408 return remove; in maybe_optimize_ubsan_null_ifn() 630 bool remove = false; in can_remove_asan_check() local 678 remove = true; in can_remove_asan_check() 698 return remove; in can_remove_asan_check() [all …]
|
| H A D | symbol-summary.h | 41 virtual void remove (cgraph_node *, T *) {} in remove() function 74 m_allocator.remove (item); in release() 168 using function_summary_base<T>::remove; in class() 169 void remove (cgraph_node *node) in class() 175 m_map.remove (uid); in class() 263 summary->remove (node); in symtab_removal() 375 using function_summary_base<T>::remove; 376 void remove (cgraph_node *node) 464 summary->remove (node); 546 virtual void remove (cgraph_edge *, T *) {} [all …]
|
| H A D | hash-map-traits.h | 38 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-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_rlock.c | 463 zfs_range_unlock_reader(znode_t *zp, rl_t *remove) in zfs_range_unlock_reader() argument 476 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() [all …]
|
| /netbsd-src/external/bsd/atf/dist/atf-c++/ |
| H A D | macros_test.cpp | 367 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() 418 atf::fs::remove(after); in ATF_TEST_CASE_BODY() 461 atf::fs::remove(before); in ATF_TEST_CASE_BODY() 463 atf::fs::remove(after); in ATF_TEST_CASE_BODY() 508 atf::fs::remove(before); in ATF_TEST_CASE_BODY() 510 atf::fs::remove(after); in ATF_TEST_CASE_BODY() 553 atf::fs::remove(before); in ATF_TEST_CASE_BODY() 555 atf::fs::remove(after); in ATF_TEST_CASE_BODY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 62 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-src/tests/sbin/resize_ffs/ |
| H A D | common.sh | 158 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-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
| H A D | mutation.d | 1770 assert(remove!(SwapStrategy.stable)(a, 1) == [0, 2, 3]); 1772 assert(remove!(SwapStrategy.unstable)(a, 1) == [0, 3, 2]); 1919 Range remove 1947 Range remove 1961 assert(remove!(SwapStrategy.stable)(a, 1) == [ 0, 2, 3, 4, 5 ]); 1963 assert(remove!(SwapStrategy.stable)(a, 1, 3) == [ 0, 2, 4, 5] ); 1965 assert(remove!(SwapStrategy.stable)(a, 1, tuple(3, 6)) == [ 0, 2 ]); 1968 assert(remove!(SwapStrategy.unstable)(a, 1) == [0, 5, 2, 3, 4]); 1970 assert(remove!(SwapStrategy.unstable)(a, tuple(1, 4)) == [0, 5, 4]); 1979 assert([4, 5, 6].remove(1) == [4, 6]); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-strip.rst | 15 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-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| H A D | sync_source_lists_from_cmake.py | 26 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-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/ |
| H A D | treap.d | 40 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-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/ |
| H A D | treap.d | 40 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-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 6796 bool remove = false; in finish_omp_clauses() local 6828 remove = true; in finish_omp_clauses() 6837 remove = true; in finish_omp_clauses() 6893 remove = true; in finish_omp_clauses() 6907 remove = true; in finish_omp_clauses() 6917 remove = true; in finish_omp_clauses() 6929 remove = true; in finish_omp_clauses() 6952 remove = true; in finish_omp_clauses() 6972 remove = true; in finish_omp_clauses() 6995 remove = true; in finish_omp_clauses() [all …]
|