Home
last modified time | relevance | path

Searched refs:fcopy (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/dports/devel/p5-File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.006/t/
H A D001-fcopy.t2 # t/001-fcopy.t - tests of fcopy() method
26 $rv = fcopy();
29 $rv = fcopy('foo');
35 $rv = fcopy(undef, 'foo');
38 $rv = fcopy('foo', undef);
41 $rv = fcopy('foo', 'foo');
103 $rv = fcopy($tdir, $new);
119 $rv = fcopy($old, $new);
245 local *fcopy = \&File::Copy::Recursive::fcopy;
264 $rv = fcopy( "$tmpd/orig/data", "$tmpd/fcopy" );
[all …]
/dports/devel/p5-File-Copy-Recursive/File-Copy-Recursive-0.45/t/
H A D01.legacy.t67 # fcopy()
70 my $rv = fcopy( "$tmpd/orig/data", "$tmpd/fcopy" );
71 …is( path("$tmpd/orig/data")->slurp, path("$tmpd/fcopy")->slurp, "fcopy() defaults as expected when…
74 my @fcopy_rv = fcopy( "$tmpd/orig/data", "$tmpd/fcopyexisty" );
77 $rv = fcopy( "$tmpd/orig", "$tmpd/fcopy" );
78 ok( !$rv, "fcopy() returns false if source is a directory" );
116 is( @fcopy_calls, 1, 'rcopy() dispatches empty file to fcopy()' );
128 is( @fcopy_calls, 4, 'rcopy() dispatches symlink to fcopy()' );
156 is( @fmove_calls, 1, 'rmove() dispatches empty file to fcopy()' );
267 ok( $rv, "fcopy() w/ \$RMTrgFil = 1 to file-returned true" );
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDMPFFgcd.c44 DMPFF content, fcopy, top, prev; in DMPFFcontent() local
48 fcopy = DMPFFcopy(f); in DMPFFcontent()
50 fcopy = DMPFFsort(fcopy, DMPFForder_main_var_lex); in DMPFFcontent()
51 while (fcopy != NULL) in DMPFFcontent()
54 d = fcopy->exps[var]; /* = DMPFFdeg(fcopy, var) */ in DMPFFcontent()
55 top = fcopy; in DMPFFcontent()
56 for (; fcopy != NULL && fcopy->exps[var] == d; fcopy = fcopy->next) in DMPFFcontent()
58 fcopy->exps[var] = 0; in DMPFFcontent()
59 prev = fcopy; in DMPFFcontent()
H A DDMPZfactors.c55 DMPZ fcopy; in DMPZfactors_add() local
57 fcopy = DMPZcopy(f); in DMPZfactors_add()
59 fcopy = DMPZsort(fcopy, DMPZorder_deglex); in DMPZfactors_add()
60 if (mpz_sgn(fcopy->coeff) < 0) DMPZnegate(fcopy); in DMPZfactors_add()
62 DMPZlist_ctor(fcopy, THIS->multiplicity)); in DMPZfactors_add()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/multivariate/
H A DDMPFFgcd.c44 DMPFF content, fcopy, top, prev; in DMPFFcontent() local
48 fcopy = DMPFFcopy(f); in DMPFFcontent()
50 fcopy = DMPFFsort(fcopy, DMPFForder_main_var_lex); in DMPFFcontent()
51 while (fcopy != NULL) in DMPFFcontent()
54 d = fcopy->exps[var]; /* = DMPFFdeg(fcopy, var) */ in DMPFFcontent()
55 top = fcopy; in DMPFFcontent()
56 for (; fcopy != NULL && fcopy->exps[var] == d; fcopy = fcopy->next) in DMPFFcontent()
58 fcopy->exps[var] = 0; in DMPFFcontent()
59 prev = fcopy; in DMPFFcontent()
H A DDMPZfactors.c55 DMPZ fcopy; in DMPZfactors_add() local
57 fcopy = DMPZcopy(f); in DMPZfactors_add()
59 fcopy = DMPZsort(fcopy, DMPZorder_deglex); in DMPZfactors_add()
60 if (mpz_sgn(fcopy->coeff) < 0) DMPZnegate(fcopy); in DMPZfactors_add()
62 DMPZlist_ctor(fcopy, THIS->multiplicity)); in DMPZfactors_add()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/
H A DDUPZfactors.c58 DUPZ fcopy; in DUPZfactors_add() local
63 fcopy = DUPZcopy(f); in DUPZfactors_add()
64 if (THIS->reversed) DUPZreverse(fcopy); in DUPZfactors_add()
67 if (mpz_sgn(DUPZlc(fcopy)) < 0) in DUPZfactors_add()
69 DUPZneg1(fcopy); in DUPZfactors_add()
73 DUPZlist_ctor(fcopy, THIS->multiplicity)); in DUPZfactors_add()
H A DDUPFFsqfrd.c35 DUPFF f1, fcopy; in DUPFFsqfr() local
41 fcopy = DUPFFcopy(f); in DUPFFsqfr()
42 DUPFFgcd2(fcopy, f1); in DUPFFsqfr()
43 ans = DUPFFdeg(fcopy) == 0; in DUPFFsqfr()
44 DUPFFfree(fcopy); in DUPFFsqfr()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/
H A DDUPZfactors.c58 DUPZ fcopy; in DUPZfactors_add() local
63 fcopy = DUPZcopy(f); in DUPZfactors_add()
64 if (THIS->reversed) DUPZreverse(fcopy); in DUPZfactors_add()
67 if (mpz_sgn(DUPZlc(fcopy)) < 0) in DUPZfactors_add()
69 DUPZneg1(fcopy); in DUPZfactors_add()
73 DUPZlist_ctor(fcopy, THIS->multiplicity)); in DUPZfactors_add()
H A DDUPFFsqfrd.c35 DUPFF f1, fcopy; in DUPFFsqfr() local
41 fcopy = DUPFFcopy(f); in DUPFFsqfr()
42 DUPFFgcd2(fcopy, f1); in DUPFFsqfr()
43 ans = DUPFFdeg(fcopy) == 0; in DUPFFsqfr()
44 DUPFFfree(fcopy); in DUPFFsqfr()
/dports/editors/p5-Vimana/Vimana-2010.09303/lib/Vimana/
H A DRecursive.pm95 @x = fcopy(@_) or return;
127 sub fcopy { subroutine
165 goto &fcopy;
169 goto &fcopy;
264 fcopy($org,$new,$buf) or next if defined $buf;
265 fcopy($org,$new) or next if !defined $buf;
268 fcopy($org,$new,$buf) or return if defined $buf;
269 fcopy($org,$new) or return if !defined $buf;
370 fcopy($org,$new,$buf) or next if defined $buf;
374 fcopy($org,$new,$buf) or return if defined $buf;
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/methods/
H A Dtest_filter.py27 fcopy = float_frame.copy()
28 fcopy["AA"] = 1
30 filtered = fcopy.filter(like="A")
83 fcopy = float_frame.copy()
84 fcopy["AA"] = 1
87 filtered = fcopy.filter(regex="[A]+")
/dports/www/p5-MojoMojo/MojoMojo-1.12/inc/File/Copy/
H A DRecursive.pm96 @x = fcopy(@_) or return;
128 sub fcopy { subroutine
166 goto &fcopy;
170 goto &fcopy;
259 fcopy($org,$new,$buf) or next if defined $buf;
260 fcopy($org,$new) or next if !defined $buf;
263 fcopy($org,$new,$buf) or return if defined $buf;
264 fcopy($org,$new) or return if !defined $buf;
/dports/print/hplip/hplip-3.20.6/prnt/hpps/
H A Dpsutil.c135 static int fcopy(long upto) in fcopy() function
273 if (!fcopy(pageptr[p+1])) in writepagebody()
290 if (!fcopy(pagescmt) || fgets(buffer, BUFSIZ, infile) == NULL) in writeheader()
295 if (!fcopy(headerpos)) in writeheader()
302 if (beginprocset && !fcopy(beginprocset)) in writepartprolog()
313 if (!fcopy(endsetup)) in writeprolog()
320 if (!fcopy(pageptr[0])) in writesetup()
/dports/news/cnews/cnews-cr.g_18/contrib/lib/ipc/
H A Dbicat.c23 (void) fcopy(fd1, fd2);
33 (void) fcopy(fd2, fd1);
41 fcopy(fd1, fd2) /* copy fd1 to fd2 */ in fcopy() function
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dim_to_mov.c27 void file_copy( char *fname , int ncopy , char **fcopy ) in file_copy() argument
31 if( fname == NULL || ncopy < 1 || fcopy == NULL ) return ; in file_copy()
37 if( fcopy[ii] == NULL || fcopy[ii][0] == '\0' ) continue ; in file_copy()
38 fp = fopen( fcopy[ii] , "w" ) ; if( fp == NULL ) continue ; in file_copy()
180 char *prefix="i2m" , *outname=NULL ; char **fcopy=NULL ; in main() local
416 fcopy = (char **)malloc(sizeof(char *)*npure_max) ; in main()
434 file_copy( outname , npurr-1 , fcopy ) ; in main()
461 file_copy( outname , npurr-1 , fcopy ) ; in main()
488 fcopy = (char **)malloc(sizeof(char *)*npure_max) ; in main()
506 file_copy( outname , npurr-1 , fcopy ) ; in main()
[all …]
/dports/print/psutils/psutils/
H A Dpsutil.c163 static int fcopy(long upto) in fcopy() function
301 if (!fcopy(pageptr[p+1])) in writepagebody()
318 if (!fcopy(pagescmt) || fgets(buffer, BUFSIZ, infile) == NULL) in writeheader()
323 if (!fcopy(headerpos)) in writeheader()
330 if (beginprocset && !fcopy(beginprocset)) in writepartprolog()
341 if (!fcopy(endsetup)) in writeprolog()
348 if (!fcopy(pageptr[0])) in writesetup()
/dports/science/lammps/lammps-stable_29Sep2021/src/MESSAGE/
H A Dserver_md.cpp69 fcopy = nullptr; in ServerMD()
76 memory->destroy(fcopy); in ~ServerMD()
209 memory->destroy(fcopy); in loop()
210 memory->create(fcopy,atom->nlocal,3,"server/md:fcopy"); in loop()
361 fcopy[i][0] = fconvert*f[i][0]; in send_fev()
362 fcopy[i][1] = fconvert*f[i][1]; in send_fev()
363 fcopy[i][2] = fconvert*f[i][2]; in send_fev()
365 forces = &fcopy[0][0]; in send_fev()
/dports/print/texlive-base/texlive-20150521-source/texk/psutils/psutils-1.23/
H A Dpsutil.c139 static int fcopy(off_t upto, off_t *ignorelist) in fcopy() function
149 int r = fcopy(*ignorelist, NULL); in fcopy()
323 if (!fcopy(pageptr[p+1], NULL)) in writepagebody()
345 if (!fcopy(pagescmt, ignore) || fgets(buffer, BUFSIZ, infile) == NULL) in writeheadermedia()
356 if (!fcopy(headerpos, ignore)) in writeheadermedia()
363 if (beginprocset && !fcopy(beginprocset, NULL)) in writepartprolog()
374 if (!fcopy(endsetup, NULL)) in writeprolog()
381 if (!fcopy(pageptr[0], NULL)) in writesetup()
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/my/
H A Dbundles.pm240 @x = fcopy(@_) or return;
272 sub fcopy { subroutine
310 goto &fcopy;
314 goto &fcopy;
403 fcopy($org,$new,$buf) or next if defined $buf;
404 fcopy($org,$new) or next if !defined $buf;
407 fcopy($org,$new,$buf) or return if defined $buf;
408 fcopy($org,$new) or return if !defined $buf;
/dports/shells/bash/bash-5.1/examples/loadables/
H A Dcat.c39 fcopy(fd) in fcopy() function
68 return (fcopy(0));
85 r = fcopy(fd);
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libuuconf/
H A Daddstr.c57 _uuconf_iadd_string (qglobal, zadd, fcopy, fcheck, ppzstrings, pblock) in _uuconf_iadd_string() argument
60 boolean fcopy;
75 if (fcopy)
/dports/devel/p5-File-Copy-Recursive/File-Copy-Recursive-0.45/lib/File/Copy/
H A DRecursive.pm105 @x = fcopy(@_) or return;
139 sub fcopy { subroutine
187 goto &fcopy;
191 goto &fcopy;
302 fcopy( $org, $new, $buf ) or next if defined $buf;
303 fcopy( $org, $new ) or next if !defined $buf;
306 fcopy( $org, $new, $buf ) or return if defined $buf;
307 fcopy( $org, $new ) or return if !defined $buf;
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/
H A Drlcat.c130 fcopy(fp) in fcopy() function
160 return (fcopy(stdin));
175 r = fcopy (fp);
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/examples/
H A Drlcat.c124 fcopy(fp) in fcopy() function
154 return (fcopy(stdin));
169 r = fcopy (fp);

12345678910>>...38