Searched refs:copy (Results 51 - 75 of 105) sorted by relevance

12345

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h36 KPPPStateMachine(const KPPPStateMachine& copy);
37 KPPPStateMachine& operator= (const KPPPStateMachine& copy);
H A DKPPPInterface.h54 KPPPInterface(const KPPPInterface& copy);
55 KPPPInterface& operator= (const KPPPInterface& copy);
/haiku/headers/tools/cppunit/
H A DTestShell.h176 //! Prevents the use of the copy constructor.
177 BTestShell( const BTestShell &copy );
179 //! Prevents the use of the copy operator.
180 void operator =( const BTestShell &copy );
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp230 BMessage copy = *message;
231 copy.RemoveName("screen_where");
232 copy.RemoveName("be:transit");
233 copy.RemoveName("be:view_where");
234 copy.RemoveName("be:cursor_needed");
235 copy.RemoveName("_view_token");
237 size_t length = copy.FlattenedSize();
240 if (copy.Flatten(stream, length) == B_OK)
H A DDWindowHWInterface.cpp161 BMessage copy = *message;
162 copy.RemoveName("screen_where");
163 copy.RemoveName("be:transit");
164 copy.RemoveName("be:view_where");
165 copy.RemoveName("be:cursor_needed");
167 size_t length = copy.FlattenedSize();
170 if (copy.Flatten(stream, length) == B_OK)
/haiku/headers/os/mail/
H A DMailContainer.h40 BMIMEMultipartMailContainer(BMIMEMultipartMailContainer &copy);
/haiku/src/apps/text_search/
H A DModel.cpp252 BString* copy = new (nothrow) BString(string); local
253 if (copy == NULL || !items.AddItem(copy)) {
254 delete copy;
H A DGrepper.cpp49 // TODO: stippi: Why the duplicate copy? Why not just return
509 char* copy = strdup(buffer); local
511 uint32 len = strlen(copy);
514 if (copy[count] == '\'' || copy[count] == '\\'
515 || copy[count] == ' ' || copy[count] == '\n'
516 || copy[count] == '"')
522 *buffer++ = copy[count];
525 free(copy);
[all...]
/haiku/src/kits/network/libnetservices/
H A DHttpHeaders.cpp50 BHttpHeader::BHttpHeader(const BHttpHeader& copy) argument
52 fName(copy.fName),
53 fValue(copy.fValue),
/haiku/headers/cpp/
H A Dstl_vector.h6 * Permission to use, copy, modify, distribute and sell this software
18 * Permission to use, copy, modify, distribute and sell this software
408 copy(__position + 1, _M_finish, __position);
414 iterator __i = copy(__last, _M_finish, __first);
531 iterator __i = copy(__x.begin(), __x.end(), begin());
535 copy(__x.begin(), __x.begin() + size(), _M_start);
586 iterator __new_finish = copy(__first, __last, _M_start);
593 copy(__first, __mid, _M_start);
740 copy(__first, __last, __position);
749 copy(__firs
[all...]
H A Dsstream15 You should have received a copy of the GNU General Public License
62 str.copy(stream, stream_len);
88 str.copy(stream, stream_len);
H A Dstl_algo.h6 * Permission to use, copy, modify, distribute and sell this software
18 * Permission to use, copy, modify, distribute and sell this software
829 return copy(__first, __middle, copy(__middle, __last, __result));
1067 copy(__buffer, __result2, __result1);
1955 return copy(__first2, __last2, copy(__first1, __last1, __result));
1974 return copy(__first2, __last2, copy(__first1, __last1, __result));
2062 __buffer_end = copy(__middl
[all...]
/haiku/src/system/libroot/posix/
H A Dglob.c276 /* copy part up to the brace */
583 /* Find end of next segment, copy tentatively to pathend. */
712 char *copy; local
743 if ((copy = malloc(len)) != NULL) {
744 if (g_Ctoc(path, copy, len)) {
745 free(copy);
748 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
751 return(copy == NULL ? GLOB_NOSPACE : 0);
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp843 CPUFrequencyDataSource* copy = new CPUFrequencyDataSource(*this); local
844 copy->_SetCPU(cpu);
846 return copy;
991 CPUUsageDataSource* copy = new CPUUsageDataSource(*this); local
992 copy->_SetCPU(cpu);
994 return copy;
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp63 BString copy(*message);
65 copy.ReplaceAll("\t", " ");
66 if (copy.Split("\n", false, list)) {
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp102 char *copy = (char *)malloc(out); local
103 if (copy == NULL)
106 memcpy(copy, buffer, out);
107 return copy;
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.cpp232 global_item_state *copy = (global_item_state *)malloc( local
234 if (copy == NULL) {
239 memcpy(copy, &globalState, sizeof(global_item_state));
240 globalState.link = copy;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp251 net_buffer *copy = gBufferModule->duplicate(packet); local
299 packet = copy;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h16 int new_path(const char *path, char **copy);
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dlshift.S15 You should have received a copy of the GNU Lesser General Public
34 mtctr r5 # copy size into CTR
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.h17 * You should have received a copy of the GNU General Public License
322 } __attribute__((__packed__)) copy; member in struct:__anon1509
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp46 PPPInterface::PPPInterface(const PPPInterface& copy) argument
53 SetTo(copy.ID());
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp29 new_path(const char *path, char **copy) argument
31 return UserlandFS::KernelEmu::new_path(path, copy);
/haiku/src/servers/app/
H A DWindow.h182 inline BRegion* GetRegion(const BRegion& copy) argument
183 { return fRegionPool.GetRegion(copy); }
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp572 int copy; local
580 // let the printer perform the copy operation
616 for (copy = 0; success && copy < copies; copy ++) {
619 if (fStatusWindow->UpdateStatusBar(page_index, copy))

Completed in 145 milliseconds

12345