| /dflybsd-src/contrib/gcc-8.0/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 229 static void remove (T &) {} in remove() function 324 static inline void remove (value_type &); 347 pair_hash <T1, T2>::remove (value_type &x) in remove() function 349 T1::remove (x.first); in remove() [all …]
|
| H A D | sanopt.c | 362 bool remove = false; in maybe_optimize_ubsan_null_ifn() local 386 remove = true; in maybe_optimize_ubsan_null_ifn() 390 remove = (flag_sanitize_recover & SANITIZE_NULL) == 0 in maybe_optimize_ubsan_null_ifn() 394 remove = (flag_sanitize_recover & SANITIZE_ALIGNMENT) == 0 in maybe_optimize_ubsan_null_ifn() 398 if (!remove && gimple_bb (g) == gimple_bb (stmt) in maybe_optimize_ubsan_null_ifn() 402 if (!remove) in maybe_optimize_ubsan_null_ifn() 404 return remove; in maybe_optimize_ubsan_null_ifn() 623 bool remove = false; in can_remove_asan_check() local 671 remove = true; in can_remove_asan_check() 691 return remove; in can_remove_asan_check() [all …]
|
| H A D | hash-map-traits.h | 38 template <typename T> static inline void remove (T &); 63 simple_hashmap_traits <H, Value>::remove (T &entry) in remove() function 65 H::remove (entry.m_key); in remove() 115 template <typename T> static inline void remove (T &); 125 unbounded_hashmap_traits <Value>::remove (T &entry) in remove() function 127 default_hash_traits <Value>::remove (entry.m_value); in remove()
|
| H A D | symbol-summary.h | 91 virtual void remove (cgraph_node *, T *) {} in class() 168 summary->remove (node, *v); in class() 170 summary->m_map.remove (summary_uid); in class() 317 virtual void remove (cgraph_edge *, T *) {} in class() 370 summary->remove (edge, *v); in class() 372 summary->m_map.remove (h_uid); in class()
|
| H A D | alloc-pool.h | 148 void remove (void *object); 427 base_pool_allocator <TBlockAllocator>::remove (void *object) in remove() function 516 remove (T *object) in remove() function 521 m_allocator.remove (object); in remove()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | semantics.c | 5880 bool remove = false; in finish_omp_clauses() local 5898 remove = true; in finish_omp_clauses() 5953 remove = true; in finish_omp_clauses() 5965 remove = true; in finish_omp_clauses() 5975 remove = true; in finish_omp_clauses() 5986 remove = true; in finish_omp_clauses() 6009 remove = true; in finish_omp_clauses() 6029 remove = true; in finish_omp_clauses() 6052 remove = true; in finish_omp_clauses() 6066 if (!remove && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_SHARED) in finish_omp_clauses() [all …]
|
| /dflybsd-src/etc/periodic/monthly/ |
| H A D | 200.accounting | 18 remove=NO 25 remove=YES 57 [ $remove = YES ] && rm -f $TMP;;
|
| /dflybsd-src/contrib/gcc-4.7/libiberty/ |
| H A D | pex-common.c | 75 obj->remove = NULL; in pex_init_common() 89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove() 94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove() 636 remove (obj->remove[i]); in pex_free() 637 free (obj->remove[i]); in pex_free() 639 free (obj->remove); in pex_free()
|
| /dflybsd-src/contrib/binutils-2.27/libiberty/ |
| H A D | pex-common.c | 75 obj->remove = NULL; in pex_init_common() 89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove() 94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove() 638 remove (obj->remove[i]); in pex_free() 639 free (obj->remove[i]); in pex_free() 641 free (obj->remove); in pex_free()
|
| /dflybsd-src/contrib/gdb-7/libiberty/ |
| H A D | pex-common.c | 75 obj->remove = NULL; in pex_init_common() 89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove() 94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove() 636 remove (obj->remove[i]); in pex_free() 637 free (obj->remove[i]); in pex_free() 639 free (obj->remove); in pex_free()
|
| /dflybsd-src/contrib/binutils-2.34/libiberty/ |
| H A D | pex-common.c | 75 obj->remove = NULL; in pex_init_common() 89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove() 94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove() 638 remove (obj->remove[i]); in pex_free() 639 free (obj->remove[i]); in pex_free() 641 free (obj->remove); in pex_free()
|
| /dflybsd-src/contrib/gcc-8.0/libiberty/ |
| H A D | pex-common.c | 75 obj->remove = NULL; in pex_init_common() 89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove() 94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove() 638 remove (obj->remove[i]); in pex_free() 639 free (obj->remove[i]); in pex_free() 641 free (obj->remove); in pex_free()
|
| /dflybsd-src/sbin/svc/ |
| H A D | subs.c | 141 remove(sou.sun_path); in setup_pid_and_socket() 173 remove(pidpath); in remove_pid_and_socket() 175 remove(skpath); in remove_pid_and_socket()
|
| /dflybsd-src/contrib/gcc-8.0/ |
| H A D | README.DRAGONFLY | 37 libstdc++-v3/include/c_global/cstdio remove throw() decorations 38 libstdc++-v3/include/c_global/cstdlib remove throw() decorations 39 libstdc++-v3/include/c_global/cwchar remove throw() decorations
|
| /dflybsd-src/usr.sbin/pw/ |
| H A D | rm_r.c | 59 remove(file); in rm_r() 67 remove(dir); in rm_r()
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | repo.c | 115 remove(tpath); in DoRebuildRepo() 371 if (remove(buf) < 0) in PurgeDistfiles() 397 if (remove(path) == 0) in RemovePackages() 428 if (remove(path) == 0) in removePackagesMetaRecurse() 548 if (remove(buf) < 0) in scandeletenew() 561 remove(RebuildRemovePath); in rebuildTerminateSignal()
|
| /dflybsd-src/contrib/less/ |
| H A D | README | 81 If you wish, you may edit defines.h to remove some optional features. 84 to remove the descriptions of the features which you are removing. 132 4. If you wish, you may edit DEFINES.DS to remove some optional features. 135 to remove the descriptions of the features which you are removing. 162 4. If you wish, you may edit defines.wn to remove some optional features. 165 to remove the descriptions of the features which you are removing. 189 4. If you wish, you may edit defines.o2 to remove some optional features. 192 to remove the descriptions of the features which you are removing. 223 4. If you wish, you may edit defines.o9 to remove some optional features. 226 to remove the descriptions of the features which you are removing.
|
| /dflybsd-src/sbin/hammer/ |
| H A D | cycle.c | 56 remove(CyclePath); in hammer_get_cycle() 93 remove(CyclePath); in hammer_reset_cycle()
|
| H A D | cmd_config.c | 184 remove(path); in hammer_cmd_viconfig() 192 remove(path); in hammer_cmd_viconfig() 261 remove(ConfigPath); in config_remove_path()
|
| /dflybsd-src/bin/mined/ |
| H A D | mined.h | 357 void move_previous_word(FLAG remove); 359 void move_next_word(FLAG remove); 380 void set_up(FLAG remove); 384 LINE *end_line, char *end_textp, FLAG remove);
|
| H A D | mined2.c | 392 move_previous_word(FLAG remove) in move_previous_word() argument 427 if (remove == DELETE) in move_previous_word() 443 move_next_word(FLAG remove) in move_next_word() argument 455 if (remove == DELETE) { in move_next_word() 966 set_up(FLAG remove) in set_up() argument 973 yank(mark_line, mark_text, cur_line, cur_text, remove); in set_up() 976 yank(cur_line, cur_text, mark_line, mark_text, remove); in set_up() 1049 FLAG remove) in yank() argument 1092 if (remove == DELETE) { in yank()
|
| /dflybsd-src/contrib/cryptsetup/tests/ |
| H A D | compat-test | 24 [ -e /dev/mapper/$DEV_NAME2 ] && dmsetup remove $DEV_NAME2 25 [ -e /dev/mapper/$DEV_NAME ] && dmsetup remove $DEV_NAME 46 [ -e /dev/mapper/$DEV_NAME ] && dmsetup remove $DEV_NAME
|
| /dflybsd-src/test/sysperf/ |
| H A D | read1.c | 62 remove(filename); in main() 89 remove(filename); in main()
|
| /dflybsd-src/games/hack/ |
| H A D | hh | 45 R remove remove a ring 46 T remove take off some armor
|
| /dflybsd-src/etc/rc.d/ |
| H A D | initdiskless | 256 for j in /conf/$i/*.remove ; do 257 subdir=${j%*.remove}
|