Searched refs:it (Results 276 - 300 of 397) sorted by relevance

<<111213141516

/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
13 # This program is distributed in the hope that it will be useful, but
24 # configuration script generated by Autoconf, you may include it under
32 # Avoid inline document here, it may be left over
130 # If the previous option needs an argument, assign it.
219 # If this variable is set in any of the actions, the command in it
302 # in scan sets, so we specify it separately.
357 # in scan sets, so we specify it separately.
405 # in scan sets, so we specify it separatel
[all...]
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp565 // It also makes sense to move it from the inactive to the active, since
566 // otherwise the page daemon wouldn't come to keep track of it (in idle
567 // mode) -- if the page isn't touched, it will be deactivated after a
601 area, it is deleted. If it covers the beginning or the end, the area is
603 area, it is split in two; in this case the second area is returned via
651 // If no one else uses the area's cache, we can resize it, too.
680 // TODO: If no one else uses the area's cache, we should resize it, too!
707 // first cache to it and resize the first cache.
746 for (VMAddressSpace::AreaIterator it
3343 VMAreaHashTable::Iterator it = VMAreaHash::GetIterator(); local
3380 VMAreaHashTable::Iterator it = VMAreaHash::GetIterator(); local
[all...]
H A Dvm_page.cpp796 VMPageQueue::Iterator it = pageQueueInfos[i].queue->GetIterator(); local
797 while (vm_page* p = it.Next()) {
1129 for (PageReservationWaiterList::Iterator it
1131 PageReservationWaiter* waiter = it.Next();) {
1755 Given enough time, it will clear out all pages from the free queue - we
1756 could probably slow it down after having reached a certain threshold.
1987 // We have a modified page -- however, while we're writing it back,
1989 // page, we mark it clean before actually writing it back; if
1990 // writing the page fails for some reason, we'll just keep it i
3111 VMCachePagesTree::Iterator it local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp55 // NOTE: This class doesn't make a copy of the name string it is constructed
196 for (NodeMap::Iterator it = fNodes->GetIterator(); it.HasNext();)
197 delete it.Next().value;
208 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();)
209 delete it.Next().value;
341 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) {
342 ShareDirEntry* entry = it
[all...]
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
66 # If the previous option needs an argument, assign it.
411 # 3 some systems may open it to /dev/tty
452 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
540 # Use a double $ so make ignores it.
576 # Extract the first word of "gcc", so it can be a program name with args.
757 # Extract the first word of "ranlib", so it can be a program name with args.
790 # Extract the first word of "$ac_prog", so it can be a program name with args.
827 # Extract the first word of "$ac_prog", so it can be a program name with args.
866 # Extract the first word of "$ac_prog", so it ca
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareVolume.cpp55 // NOTE: This class doesn't make a copy of the name string it is constructed
196 for (NodeMap::Iterator it = fNodes->GetIterator(); it.HasNext();)
197 delete it.Next().value;
208 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();)
209 delete it.Next().value;
341 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) {
342 ShareDirEntry* entry = it
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp320 // report an error (in which case we're not responsible for freeing it)
378 // We couldn't merge the fragments, so we need to add it as is
500 MulticastState::Iterator it = sMulticastState->GetIterator(); local
502 while (it.HasNext()) {
503 IPv4GroupInterface* state = it.Next();
514 IPv4GroupInterface::AddressSet::Iterator it local
516 while (it.HasNext()) {
517 kprintf("%s%s", count > 0 ? ", " : "", print_address(&it.Next(),
530 \return B_OK if everything went well; if it could reassemble the packet, \a _buffer
531 will point to its buffer, otherwise, it wil
698 MulticastState::ValueIterator it = sMulticastState->Lookup(std::make_pair( local
[all...]
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp4 * Copyright 2002, Angelo Mottola, a.mottola@libero.it.
177 BReferenceable's reference count is used, it is assumed that the owning
277 when it fails.
403 for (SignalList::Iterator it = fQueuedSignals.GetIterator();
404 (otherSignal = it.Next()) != NULL;) {
430 for (SignalList::Iterator it = fQueuedSignals.GetIterator();
431 Signal* signal = it.Next();) {
434 it.Remove();
465 // if it is a queued signal, dequeue it
[all...]
H A Dport.cpp400 for (PortHashTable::Iterator it = sPorts.GetIterator();
401 Port* port = it.Next();) {
463 // if the argument looks like a number, treat it as such
477 for (PortHashTable::Iterator it = sPorts.GetIterator();
478 Port* port = it.Next();) {
908 // get the port and remove it from the hash table and the team
1026 for (PortHashTable::Iterator it = sPorts.GetIterator();
1027 Port* port = it.Next();) {
H A Dimage.cpp97 // Add the app image to the head of the list. Some code relies on it being
286 ImageTable::Iterator it = sImageTable->GetIterator(); local
288 while ((image = it.Next()) != NULL) {
/haiku-fatelf/src/tests/kits/storage/
H A DResourcesTest.cpp127 for (ResInfoSet::iterator it = fResources.begin();
128 it != fResources.end();
129 it++) {
130 const ResourceInfo *info = *it;
132 fResources.erase(it);
154 for (ResInfoSet::const_iterator it = fResources.begin();
155 result == NULL && it != fResources.end();
156 it++) {
157 const ResourceInfo *info = *it;
788 // Hard to test: just preload all and check, if it stil
[all...]
/haiku-fatelf/src/bin/bash/
H A Dpcomplete.c7 Bash is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
12 Bash is distributed in the hope that it will be useful,
200 set_itemlist_dirty (it)
201 ITEMLIST *it;
203 it->flags |= LIST_DIRTY;
306 strings in the list, unless it's the only match). */
641 it should be regenerated every time, destroy the old STRINGLIST and make a
701 double quotes have been removed by the time TEXT makes it
713 #define GEN_COMPS(bmap, flag, it, tex
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dmain.c11 * GAWK is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
16 * GAWK is distributed in the hope that it will be useful,
196 /* main --- process args, parse program, run it, clean up */
412 * option stops argument processing so that it can
416 * However, it's never simple. If optopt is set,
619 /* Not factoring out common stuff makes it easier to translate. */
662 By default it reads standard input and writes standard output.\n\n"), fp);
684 This program is free software; you can redistribute it and/or modify\n\
685 it unde
946 NODE *it; local
[all...]
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtic.c222 * like crazy when you compile it this way...there have been reports of
226 * So. This hook *immediately* writes out the referenced entry if it
230 * immediately, that's OK; the resolution code will fetch it off disk
231 * when it can't find it in core.
236 * it will complain about overwriting entries newly made during the
237 * tic run, but not about overwriting ones that predate it.
241 * it has anywhere to spool out these entries!
606 * One problem with immedhook is it means we can't do -e. Problem
608 * terminals it depend
[all...]
/haiku-fatelf/src/libs/print/libprint/
H A DGraphicsDriver.cpp440 for (PageDataList::iterator it = pages->begin(); it != pages->end();
441 it++) {
459 if ((*it)->startEnum()) {
463 more = (*it)->enumObject(&picture_data);
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp325 // path contains no slash, so it is a path relative to the current dir
368 DirPathMap::iterator it = sDirPathMap.find(*ref); local
369 if (it == sDirPathMap.end())
372 path = it->second;
374 // stat the path to check, if it is still valid
377 sDirPathMap.erase(it);
383 sDirPathMap.erase(it);
389 sDirPathMap.erase(it);
394 // if there's a name, append it
461 // copy it bac
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp213 AncillaryDataList::Iterator it = fAncillaryData.GetIterator(); local
214 while (AncillaryDataEntry* entry = it.Next())
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrftime.c212 /* if we have a saved TZ, and it is different, recapture and reset */
278 * Now, per the ISO 1999 C standard, it this:
314 * If it's December but the ISO week number is one,
316 * If it's January but the ISO week number is 52 or
318 * Otherwise, it's this year.
466 * there is some system out there that won't like it.
468 * with an #ifdef that can turn it off. The %z feature
470 * live without, but it would be a great help to those of
611 * has four or more days in the new year, then it is week 1;
612 * otherwise it i
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dconfig.charset6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
11 # This program is distributed in the hope that it will be useful,
137 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
473 # to file system functions, and it is the OS which will convert
516 # BeOS and Haiku have a single locale, and it has UTF-8 encoding.
527 echo "# correct it in this file, and send a mail to"
589 echo "it CP850"
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.sh11 # This program is free software; you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
16 # This program is distributed in the hope that it will be useful,
68 # treat ``::' as three fields while some treat it as just too.
403 # / addr_bit will be set from it.
542 # something like it, along with changes to both infcmd.c and stack.c
544 # frame since it is only after the callee has returned that this
559 # A function can be addressed by either it's "pointer" (possibly a
597 # not sure it's used in all contexts. It exists to deal with there
599 # sort of generic thing to handle alignment or segmentation (it'
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dvmsbuild.com92 copy of liberty.olb here so that gas's build procedure can find it.
/haiku-fatelf/src/bin/network/wget/lib/
H A Dconfig.charset6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
11 # This program is distributed in the hope that it will be useful,
137 fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \
473 # to file system functions, and it is the OS which will convert
516 # BeOS and Haiku have a single locale, and it has UTF-8 encoding.
527 echo "# correct it in this file, and send a mail to"
589 echo "it CP850"
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp233 // interrupt the thread in case it is currently snoozing
718 // send it
807 for (DriverParameterIterator it = settings.GetParameterIterator("user");
808 it.GetNext(&parameter);) {
823 for (DriverParameterIterator it = settings.GetParameterIterator("share");
824 it.GetNext(&parameter);) {
968 // set it
991 // add it to the settings archive
1070 // bind it to the port
1220 // snooze the rest blocking on our semaphore (if it exist
[all...]
/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp112 for (IOOperationList::ConstReverseIterator it
114 IOOperation* operation = it.Next();) {
132 for (IOOperationList::ConstIterator it = operations.GetIterator();
133 IOOperation* operation = it.Next();) {
536 // it's a BPositionIO -- this makes things easier, since we know how
986 // thread starts waiting (it hadn't been added to the run
1090 // Not really correct, but the case is rare and we keep it
/haiku-fatelf/src/bin/diffutils/src/
H A DMakefile7 # gives unlimited permission to copy and/or distribute it,
10 # This program is distributed in the hope that it will be useful,
361 @echo "it deletes files that may require special tools to rebuild."

Completed in 378 milliseconds

<<111213141516