Searched refs:remove (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/package/debian/
H A Dprerm7 update-alternatives --remove yacc /usr/bin/byacc
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-objc-gnustep/
H A Dautoclean.sh10 rm -f po/remove-potcdate.sed
11 rm -f po/remove-potcdate.sin
H A Dautogen.sh27 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr15551.C23 remove ("bar");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/remove/
H A D1.cc18 // 25.2.4 remove
34 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array);
42 VERIFY(std::remove(con.begin(), con.end(), 0).ptr == array + 1);
43 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array);
51 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array + 4);
H A Dcheck_type.cc38 { return std::remove(begin, end, val); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/
H A D2.cc33 template iterator_type remove(iterator_type, iterator_type,
H A Dpod.cc33 template iterator_type remove<iterator_type, value_type>(iterator_type, iterator_type, const value_type&);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dpr15551.C23 remove ("bar");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/remove/
H A D1.cc19 // 25.2.4 remove
35 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array);
43 VERIFY(std::remove(con.begin(), con.end(), 0).ptr == array + 1);
44 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array);
52 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array + 4);
H A Dcheck_type.cc39 { return std::remove(begin, end, val); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dcompare-debug62 # The strip command on darwin does not remove all debug info.
122 if (objcopy -v) 2>&1 | grep ' --remove-section' > /dev/null; then
123 objcopy --remove-section .eh_frame --remove-section .rel.eh_frame --remove-section .rela.eh_frame "$1.$suf1" "$1.$suf3"
126 objcopy --remove-section .eh_frame --remove-section .rel.eh_frame --remove-section .rela.eh_frame "$2.$suf2" "$2.$suf4"
128 elif (strip --help) 2>&1 | grep ' --remove-section' > /dev/null; then
130 strip --remove
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/amiga/
H A Dmsg.md.en42 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/emips/
H A Dmsg.md.en43 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/ews4800mips/
H A Dmsg.md.en43 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/hpcsh/
H A Dmsg.md.en42 {If you booted from an external device, you may now remove it.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/macppc/
H A Dmsg.md.en44 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mipsco/
H A Dmsg.md.en43 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/newsmips/
H A Dmsg.md.en44 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/pmax/
H A Dmsg.md.en43 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/vax/
H A Dmsg.md.en44 {If you booted from a floppy, you may now remove the disk.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/special/
H A Decos.exp32 remove-build-file "initp1.S"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A D2.cc28 // remove
34 fl.remove(7);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dxm-vms.h28 #define unlink remove
/netbsd-6-1-5-RELEASE/tests/sbin/resize_ffs/
H A Dcommon.sh140 # how much data to remove so fs can be shrunk
141 local remove=$((numdata-numdata*nsize/osize))
142 local dataleft=$((numdata-remove))
143 echo remove is $remove dataleft is $dataleft
144 remove_multiple ${remove}
152 check_data_range $((remove + 1)) ${numdata}

Completed in 502 milliseconds

1234567891011>>