Searched refs:inplace (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpodtidy13 inplace => 1,
H A Dbisect.pl147 my $inplace = defined $dev1 && $dev0 == $dev1 && $ino0 == $ino1;
150 my $final = $inplace
161 if ($inplace) {
182 and die "Can't run inplace for some reason. :-(";
H A Dbump-perl-version72 -i scan files and make changes inplace
291 warn "Updating $file inplace\n";
/openbsd-current/usr.bin/sed/
H A Dmain.c99 char *inplace; /* Inplace edit file extension */ variable
118 inplace = NULL;
137 inplace = optarg ? optarg : "";
167 if (inplace != NULL) {
185 if (!pledge_wpath && inplace == NULL) {
348 if (inplace != NULL)
379 if (inplace != NULL) {
387 if (*inplace != '\0') {
390 len = strlcat(oldfname, inplace,
513 (inplace
[all...]
/openbsd-current/gnu/llvm/clang/www/
H A Dbuiltins.py153 for line in fileinput.input(inplace=1):
/openbsd-current/regress/usr.bin/sed/
H A DMakefile7 inplace inplace2 inplace3 commandl1 commandl2 commandc1 commandD1
36 inplace:
/openbsd-current/usr.sbin/vmd/
H A Dvioqcow2.c408 int inplace; local
412 inplace = 1;
424 phys_off = xlate(disk, off, &inplace);
431 * in the '!inplace' if clause below te search.
437 if (!inplace || phys_off == 0)
474 xlate(struct qcdisk *disk, off_t off, int *inplace) argument
481 * Clear out inplace flag -- xlate misses should not
486 if (inplace)
487 *inplace = 0;
510 if (inplace)
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.t1 #!./perl -i.inplace
95 is( $INPLACE_EDIT, '.inplace', '$INPLACE_EDIT' );
H A Dwarnings.pm43 'inplace' => 46,
173 'inplace' => "\x00\x00\x00\x00\x00\x40\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", # [23]
256 'inplace' => "\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", # [23]
1017 | +- inplace
/openbsd-current/usr.bin/unifdef/
H A Dunifdef.c165 static bool inplace; /* -m: modify in place */ variable
324 inplace = true;
327 inplace = true;
360 if (symlist && (ofilename != NULL || inplace || argc > 1))
364 if (argc > 1 && !inplace)
366 if (argc == 0 && inplace)
370 if (argc == 1 && !inplace && ofilename == NULL)
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dswitches.t452 for my $inplace (qw/-i -i.bak/) {
458 switches => [ $inplace, '-n' ],
/openbsd-current/gnu/usr.bin/perl/
H A Ddoop.c423 bool inplace = ! cBOOL(PL_op->op_private & OPpTRANS_GROWS); local
444 inplace = FALSE;
461 if (inplace) {
560 if (! inplace) {
H A Dpp.c3787 bool inplace; /* ? Convert first char only, in-place */ local
3806 inplace = !SvREADONLY(source) && SvPADTMP(source);
3855 inplace = FALSE;
3878 if (ulen != tculen) inplace = FALSE;
3906 inplace = FALSE;
3966 inplace = FALSE;
3995 if (inplace) {
4016 if (! inplace) {
4084 if (inplace) { /* in-place, only need to change the 1st char */
4105 if (!inplace) { /* Finis
[all...]
H A Dintrpvar.h517 PERLVAR(I, inplace, char *)
/openbsd-current/usr.bin/ssh/
H A Dssh-keygen.c1291 int r, fd, oerrno, inplace = 0; local
1333 inplace = 1;
1341 if (inplace)
1346 if (inplace)
1351 if (inplace) {
1359 if (inplace)
1361 } else if (inplace) {

Completed in 282 milliseconds