Searched refs:copy (Results 1 - 25 of 260) sorted by relevance

1234567891011

/haiku-fatelf/src/bin/coreutils/man/
H A Dcp.x2 cp \- copy files and directories
H A Ddd.x2 dd \- convert and copy a file
H A Dinstall.x2 install \- copy files and set attributes
/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dstrdup.c50 char *copy; local
53 if ((copy = malloc(len)) == NULL)
55 memcpy(copy, str, len);
56 return (copy);
/haiku-fatelf/src/kits/interface/
H A DRect.cpp85 BRect copy(*this);
86 copy.InsetBy(point);
87 return copy;
94 BRect copy(*this);
95 copy.InsetBy(dx, dy);
96 return copy;
139 BRect copy(*this);
140 copy.OffsetBy(point);
141 return copy;
148 BRect copy(*thi
[all...]
/haiku-fatelf/headers/tools/cppunit/
H A DSemaphoreSyncObject.h23 //! Prevents the use of the copy constructor.
24 SemaphoreSyncObject( const SemaphoreSyncObject &copy );
26 //! Prevents the use of the copy operator.
27 void operator =( const SemaphoreSyncObject &copy );
H A DLockerSyncObject.h23 //! Prevents the use of the copy constructor.
24 LockerSyncObject( const LockerSyncObject &copy );
26 //! Prevents the use of the copy operator.
27 void operator =( const LockerSyncObject &copy );
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTextTestProgressListener.h30 /// Prevents the use of the copy constructor.
31 TextTestProgressListener( const TextTestProgressListener &copy );
33 /// Prevents the use of the copy operator.
34 void operator =( const TextTestProgressListener &copy );
H A DSynchronizedObject.h70 /// Prevents the use of the copy constructor.
71 SynchronizedObject( const SynchronizedObject &copy );
73 /// Prevents the use of the copy operator.
74 void operator =( const SynchronizedObject &copy );
H A DTextOutputter.h48 /// Prevents the use of the copy constructor.
49 TextOutputter( const TextOutputter &copy );
51 /// Prevents the use of the copy operator.
52 void operator =( const TextOutputter &copy );
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DLockerHelper.h24 LockerHelper(const LockerHelper& copy);
25 LockerHelper& operator= (const LockerHelper& copy);
H A DKPPPConfigurePacket.h27 KPPPConfigurePacket(const KPPPConfigurePacket& copy);
28 KPPPConfigurePacket& operator= (const KPPPConfigurePacket& copy);
/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint-print.c19 * You should have received a copy of the GNU General Public License
35 const char *auth, const char *copy,
43 (BAD_CONST_CHAR) copy,
34 do_gimp_install_procedure(const char *blurb, const char *help, const char *auth, const char *copy, const char *types, int n_args, GimpParamDef *args) argument
H A Dprint-gutenprint.c19 * You should have received a copy of the GNU General Public License
35 const char *auth, const char *copy,
43 (BAD_CONST_CHAR) copy,
34 do_gimp_install_procedure(const char *blurb, const char *help, const char *auth, const char *copy, const char *types, int n_args, GimpParamDef *args) argument
/haiku-fatelf/src/libs/print/libprint/
H A DPrintJobReader.cpp10 Permission is hereby granted, free of charge, to any person obtaining a copy of
13 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
52 PrintJobPage::PrintJobPage(const PrintJobPage& copy) argument
53 : fJobFile(copy.fJobFile)
54 , fNextPicture(copy.fNextPicture)
55 , fNumberOfPictures(copy.fNumberOfPictures)
56 , fPicture(copy.fPicture)
57 , fStatus(copy.fStatus)
62 PrintJobPage& PrintJobPage::operator=(const PrintJobPage& copy) argument
64 if (this != &copy) {
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dargv.c16 You should have received a copy of the GNU Library General Public
82 char **copy; local
89 copy = (char **) malloc ((argc + 1) * sizeof (char *));
90 if (copy == NULL)
97 copy[argc] = malloc (sizeof (char *) * (len + 1));
98 if (copy[argc] == NULL)
100 freeargv (copy);
103 strcpy (copy[argc], argv[argc]);
105 copy[argc] = NULL;
106 return copy;
[all...]
/haiku-fatelf/src/libs/glut/
H A Dglut_util.c25 char *copy; local
27 copy = (char*) malloc(strlen(string) + 1);
28 if (copy == NULL)
30 strcpy(copy, string);
31 return copy;
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h22 PPPInterfaceListener(const PPPInterfaceListener& copy);
49 PPPInterfaceListener& operator= (const PPPInterfaceListener& copy) argument
50 { SetTarget(copy.Target()); return *this; }
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp37 BMessage copy(*message);
38 copy.AddString("value", Value());
39 return InputTextView::Invoke(&copy);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dlinespec.c18 You should have received a copy of the GNU General Public License
71 char *copy,
75 static int collect_methods (char *copy, struct type *t,
114 static struct symtabs_and_lines decode_dollar (char *copy,
120 static struct symtabs_and_lines decode_variable (char *copy,
129 char *copy,
664 char *copy;
768 copy = (char *) alloca (p - *argptr + 1);
769 memcpy (copy, *argptr, p - *argptr);
770 copy[
663 char *copy; local
1079 char *copy = NULL; local
1170 char *copy; local
1372 char *copy; local
1399 find_method(int funfirstline, char ***canonical, char *saved_arg, char *copy, struct type *t, struct symbol *sym_class) argument
1465 collect_methods(char *copy, struct type *t, struct symbol **sym_arr) argument
1506 char *copy; local
1644 decode_dollar(char *copy, int funfirstline, struct symtab *default_symtab, char ***canonical, struct symtab *file_symtab) argument
1721 decode_variable(char *copy, int funfirstline, char ***canonical, struct symtab *file_symtab, int *not_found_ptr) argument
1776 symbol_found(int funfirstline, char ***canonical, char *copy, struct symbol *sym, struct symtab *file_symtab, struct symtab *sym_symtab) argument
[all...]
/haiku-fatelf/src/servers/app/
H A DIntRect.cpp86 IntRect copy(*this);
87 copy.InsetBy(point);
88 return copy;
95 IntRect copy(*this);
96 copy.InsetBy(dx, dy);
97 return copy;
140 IntRect copy(*this);
141 copy.OffsetBy(point);
142 return copy;
149 IntRect copy(*thi
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dinflate.c20 * - Unroll direct copy to three copies per loop in inffast.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
363 unsigned copy, dist; local
382 /* copy state->wsize or less output bytes into the circular window */
383 copy = out - strm->avail_out;
384 if (copy >= state->wsize) {
391 if (dist > copy) dist = copy;
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dis
600 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcsmbsload.h15 You should have received a copy of the GNU Lesser General Public
39 extern void __wcsmbs_clone_conv (struct gconv_fcts *copy)
/haiku-fatelf/src/apps/sudoku/
H A DSudokuGenerator.cpp120 SudokuField copy(field);
126 } while (copy.ValueAt(x, y) == 0 || tried[x + y * field.Size()]);
129 copy.SetValueAt(x, y, 0);
131 if (_HasOnlyOneSolution(copy)) {
133 field.SetTo(&copy);
148 SudokuField copy(field);
149 copy.SetValueAt(x, y, 0);
151 if (_HasOnlyOneSolution(copy)) {
154 field.SetTo(&copy);
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure.bat16 rem You should have received a copy of the GNU General Public License
36 copy windows\Makefile.top Makefile > nul
37 copy windows\Makefile.src src\Makefile > nul
38 copy windows\Makefile.doc doc\Makefile > nul
46 copy windows\Makefile.top.bor Makefile > nul
47 copy windows\Makefile.src.bor src\Makefile > nul
48 copy windows\Makefile.doc doc\Makefile > nul
54 copy windows\Makefile.top.mingw Makefile > nul
55 copy windows\Makefile.src.mingw src\Makefile > nul
56 copy window
[all...]

Completed in 127 milliseconds

1234567891011