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

12345

/haiku-fatelf/src/bin/coreutils/man/
H A Drmdir.x2 rmdir \- remove empty directories
H A Dcut.x2 cut \- remove sections from each line of files
H A Dunlink.x2 unlink \- call the unlink function to remove the specified file
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c15 remove("__directory/1");
16 remove("__directory");
17 remove("__file");
40 remove("__directory/1");
43 // rename the file and try to remove the directory
48 remove("__directory");
49 remove("__file");
/haiku-fatelf/src/bin/coreutils/lib/
H A Dremove.c26 #undef remove macro
35 is to use lstat to see what we are about to remove. Technically,
H A Dstdio.in.h497 # undef remove
498 # define remove rpl_remove
499 extern int remove (const char *name) _GL_ARG_NONNULL ((1));
502 # undef remove
503 # define remove(n) \
504 (GL_LINK_WARNING ("remove cannot handle directories on some platforms - " \
505 "use gnulib module remove for more portability"), \
506 remove (n))
/haiku-fatelf/src/preferences/network_old/
H A DNetListView.cpp31 BButton *remove = dynamic_cast <BButton *> ((parent->Parent())->FindView("Delete")); local
34 remove ->SetEnabled(true);
51 BButton *remove=dynamic_cast <BButton *> ((parent->Parent())->FindView("Delete")); local
54 remove->SetEnabled(false);
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dremove.c16 remove(const char* path) function
/haiku-fatelf/src/kits/media/
H A DTimedEventQueuePrivate.cpp290 event_queue_entry *remove; local
305 remove = entry;
307 RemoveEntry(remove);
334 remove = entry;
336 RemoveEntry(remove);
363 remove = entry;
365 RemoveEntry(remove);
394 remove = entry;
396 RemoveEntry(remove);
423 event_queue_entry *remove; local
[all...]
/haiku-fatelf/src/servers/media/
H A DNotificationManager.cpp147 bool remove; local
150 remove = true;
153 remove = true;
156 remove = true;
160 remove = true;
162 remove = false;
164 if (remove) {
/haiku-fatelf/src/libs/alm/
H A DTab.cpp37 BALMLayoutList* Remove(BALMLayout* remove) argument
39 if (layout == remove) {
45 next = next->Remove(remove);
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dxmltchar.h35 #define tremove remove
/haiku-fatelf/src/bin/
H A Dunchop.c75 remove(tmpfile);
162 remove(origfile);
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp95 // remove from global list
128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c297 printf("\tdel 'values' : remove values\n");
323 \t--del 'values' : remove values\n\
404 fprintf(stderr, "No catalog entry specified to remove from\n");
464 fprintf(stderr, "Failed to remove entry from %s\n",
477 "Failed to remove entry from %s\n",
488 remove(argv[i + 1]);
503 remove(XML_SGML_DEFAULT_CATALOG);
542 fprintf(stderr, "Failed to remove entry %s\n",
/haiku-fatelf/headers/private/libroot/time/
H A Dprivate.h211 ** SunOS 4.1.1 libraries lack remove.
214 #ifndef remove
216 #define remove unlink macro
217 #endif /* !defined remove */
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp139 // check if we have duplicate data, and remove it if that is the case
175 net_buffer *remove = next; local
178 fList.Remove(remove);
179 fNumBytes -= remove->size;
180 gBufferModule->free(remove);
251 // remove this buffer completely
259 // remove the header as far as needed
339 buffer queue. If \a remove is \c true, the data is removed from the
343 BufferQueue::Get(size_t bytes, bool remove, net_buffer **_buffer) argument
358 if (!remove || buffe
[all...]
H A DBufferQueue.h37 status_t Get(size_t bytes, bool remove,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
232 echo "${target}: unable to remove directory ${dir}"
270 # Iff the build fails remove the final build target so that
/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dsuperblock.h97 inline void remove(void);
256 superblock::remove(void) function in class:BPrivate::superblock
/haiku-fatelf/src/apps/glteapot/
H A Dutil.h189 inline LispNode<contents>* remove () function in struct:LispList
196 inline void remove (LispNode<contents>* node) function in struct:LispList
268 remove(node);
376 void remove() function in struct:DoubleLinkedNode
/haiku-fatelf/headers/cpp/
H A Diostdio.h99 #define remove ??? __P((const char*))
/haiku-fatelf/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp81 printf("******* remove file %s *******\n", path);
82 remove(path);
97 printf("******* remove directory %s *******\n", path);
/haiku-fatelf/src/tools/checkstyle/
H A Dcheckstyle.py40 names.remove(".svn")
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestResult.cpp123 m_listeners.erase( remove( m_listeners.begin(),

Completed in 197 milliseconds

12345