Searched refs:remove (Results 226 - 250 of 6023) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgdb_mbuild.sh36 --keep Keep builds. Do not remove each build when finished.
236 echo "${target}: unable to remove directory ${dir}"
274 # Iff the build fails remove the final build target so that
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dpex-common.c75 obj->remove = NULL;
89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count);
94 obj->remove[obj->remove_count - 1] = add;
633 remove (obj->remove[i]);
634 free (obj->remove[i]);
636 free (obj->remove);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/testsuite/
H A Dtest-pexecute.c240 remove ("temp.x");
241 remove ("temp.y");
275 remove ("temp.z");
349 remove ("temp.x");
350 remove ("temp.y");
379 remove ("temp2.x");
380 remove ("temp2.y");
430 remove ("temp.y");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdb_mbuild.sh36 --keep Keep builds. Do not remove each build when finished.
236 echo "${target}: unable to remove directory ${dir}"
274 # Iff the build fails remove the final build target so that
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dpex-common.c75 obj->remove = NULL;
89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count);
94 obj->remove[obj->remove_count - 1] = add;
633 remove (obj->remove[i]);
634 free (obj->remove[i]);
636 free (obj->remove);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/testsuite/
H A Dtest-pexecute.c240 remove ("temp.x");
241 remove ("temp.y");
275 remove ("temp.z");
349 remove ("temp.x");
350 remove ("temp.y");
379 remove ("temp2.x");
380 remove ("temp2.y");
430 remove ("temp.y");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/core/
H A Dsdio.c86 * It is okay to remove the function here even though we hold
395 goto remove;
417 goto remove;
442 goto remove;
449 goto remove;
480 goto remove;
489 goto remove;
503 goto remove;
510 remove:
570 * and resume methods. Failing that we simply remove th
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio.c86 * It is okay to remove the function here even though we hold
395 goto remove;
417 goto remove;
442 goto remove;
449 goto remove;
480 goto remove;
489 goto remove;
503 goto remove;
510 remove:
570 * and resume methods. Failing that we simply remove th
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/amba/
H A Dbus.h44 int (*remove)(struct amba_device *); member in struct:amba_driver
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/msm/
H A Dmddi_client_dummy.c87 .remove = mddi_dummy_remove,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_apollon.c116 .remove = apollon_panel_remove,
H A Dlcd_h3.c118 .remove = h3_panel_remove,
H A Dlcd_h4.c96 .remove = h4_panel_remove,
H A Dlcd_htcherald.c109 .remove = htcherald_panel_remove,
H A Dlcd_inn1510.c103 .remove = innovator1510_panel_remove,
H A Dlcd_inn1610.c127 .remove = innovator1610_panel_remove,
H A Dlcd_omap3beagle.c112 .remove = omap3beagle_panel_remove,
H A Dlcd_osk.c121 .remove = osk_panel_remove,
H A Dlcd_palmte.c102 .remove = palmte_panel_remove,
H A Dlcd_palmtt.c107 .remove = palmtt_panel_remove,
H A Dlcd_palmz71.c103 .remove = palmz71_panel_remove,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dvirtio.h123 * @remove: the function when a device is removed.
133 void (*remove)(struct virtio_device *dev); member in struct:virtio_driver
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/txx9/
H A Dtxx9aclc-generic.c75 .remove = txx9aclc_generic_remove,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/
H A DSequenceExample.cpp98 (void)remove(fileName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DStoredKeySet.java95 * This method conforms to the {@link Set#remove} interface.
102 public boolean remove(Object key) { method in class:StoredKeySet

Completed in 288 milliseconds

1234567891011>>