Home
last modified time | relevance | path

Searched refs:inplace (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/usr.bin/sed/
H A Dmain.c99 char *inplace; /* Inplace edit file extension */ variable
118 inplace = NULL; in main()
137 inplace = optarg ? optarg : ""; in main()
167 if (inplace != NULL) { in main()
185 if (!pledge_wpath && inplace == NULL) { in main()
348 if (inplace != NULL) in mf_fgets()
379 if (inplace != NULL) { in mf_fgets()
387 if (*inplace != '\0') { in mf_fgets()
390 len = strlcat(oldfname, inplace, in mf_fgets()
513 (inplace == NULL) && in lastline()
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A Dbisect.pl147 my $inplace = defined $dev1 && $dev0 == $dev1 && $ino0 == $ino1;
150 my $final = $inplace
161 if ($inplace) {
H A Dpodtidy13 inplace => 1,
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Ddoio50 Can't do inplace edit: %s is not a regular file [Perl_nextargv]
53 Can't do inplace edit: %s would not be unique [Perl_nextargv]
57 Can't do inplace edit on %s: %s [Perl_nextargv]
244 no warnings 'inplace' ;
250 use warnings 'inplace' ;
260 Can't do inplace edit: \./temp\.dir is not a regular file at - line 17\.
261 Can't do inplace edit: \./zero\.dir is not a regular file at - line 17\.
263 Can't do inplace edit: \./temp\.dir is not a regular file at - line 29\.
264 Can't do inplace edit: \./zero\.dir is not a regular file at - line 29\.
/openbsd/usr.sbin/vmd/
H A Dvioqcow2.c408 int inplace; in qc2_pwrite() local
412 inplace = 1; in qc2_pwrite()
424 phys_off = xlate(disk, off, &inplace); in qc2_pwrite()
437 if (!inplace || phys_off == 0) in qc2_pwrite()
474 xlate(struct qcdisk *disk, off_t off, int *inplace) in xlate() argument
486 if (inplace) in xlate()
487 *inplace = 0; in xlate()
510 if (inplace) in xlate()
511 *inplace = !!(cluster & QCOW2_INPLACE); in xlate()
/openbsd/regress/usr.bin/sed/
H A DMakefile7 inplace inplace2 inplace3 commandl1 commandl2 commandc1 commandD1
36 inplace: target
/openbsd/gnu/llvm/clang/www/
H A Dbuiltins.py153 for line in fileinput.input(inplace=1):
/openbsd/usr.bin/unifdef/
H A Dunifdef.c165 static bool inplace; /* -m: modify in place */ variable
324 inplace = true; in main()
327 inplace = true; in main()
360 if (symlist && (ofilename != NULL || inplace || argc > 1)) in main()
364 if (argc > 1 && !inplace) in main()
366 if (argc == 0 && inplace) in main()
370 if (argc == 1 && !inplace && ofilename == NULL) in main()
/openbsd/gnu/usr.bin/perl/lib/
H A DEnglish.t95 is( $INPLACE_EDIT, '.inplace', '$INPLACE_EDIT' );
/openbsd/gnu/usr.bin/perl/
H A Ddoop.c423 bool inplace = ! cBOOL(PL_op->op_private & OPpTRANS_GROWS); in S_do_trans_invmap() local
444 inplace = FALSE; in S_do_trans_invmap()
461 if (inplace) { in S_do_trans_invmap()
560 if (! inplace) { in S_do_trans_invmap()
H A Dpp.c3787 bool inplace; /* ? Convert first char only, in-place */ in PP() local
3806 inplace = !SvREADONLY(source) && SvPADTMP(source); in PP()
3855 inplace = FALSE; in PP()
3878 if (ulen != tculen) inplace = FALSE; in PP()
3906 inplace = FALSE; in PP()
3966 inplace = FALSE; in PP()
3995 if (inplace) { in PP()
4016 if (! inplace) { in PP()
4084 if (inplace) { /* in-place, only need to change the 1st char */ in PP()
4105 if (!inplace) { /* Finish the rest of the string, unchanged */ in PP()
H A Dintrpvar.h517 PERLVAR(I, inplace, char *)
/openbsd/gnu/usr.bin/perl/t/run/
H A Dswitches.t452 for my $inplace (qw/-i -i.bak/) {
458 switches => [ $inplace, '-n' ],
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO127 inplace
/openbsd/usr.bin/ssh/
H A Dssh-keygen.c1291 int r, fd, oerrno, inplace = 0; in do_known_hosts() local
1333 inplace = 1; in do_known_hosts()
1341 if (inplace) in do_known_hosts()
1346 if (inplace) in do_known_hosts()
1351 if (inplace) { in do_known_hosts()
1359 if (inplace) in do_known_hosts()
1361 } else if (inplace) { in do_known_hosts()
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Ddsymutil.rst129 Update the existing dSYMs inplace using symbol map specified.
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DOptions.td131 HelpText<"Updates the existing dSYMs inplace using symbol map specified.">,
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dsh64elf.em517 "partial inplace" REL-like relocation for this,
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dsh64elf.em519 "partial inplace" REL-like relocation for this,
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlvaro.txt264 The current value of the inplace-edit extension. Use undef to disable inplace editing. (Mnemonic: v…
H A Dperlvar.pod818 The current value of the inplace-edit extension. Use C<undef> to disable
819 inplace editing. (Mnemonic: value of B<-i> switch.)
/openbsd/gnu/llvm/libcxx/
H A DCMakeLists.txt240 # Generate and install a linker script inplace of libc++.so. The linker script
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldiag.pod935 =item Can't do inplace edit: %s is not a regular file
937 (S inplace) You tried to use the B<-i> switch on a special file, such as
940 =item Can't do inplace edit on %s: %s
942 (S inplace) The creation of the new file failed for the indicated
945 =item Can't do inplace edit: %s would not be unique
947 (S inplace) Your filesystem does not support filenames longer than 14
949 inplace editing with the B<-i> switch. The file was ignored.
1333 (S inplace) The implicit opening of a file through use of the C<< <> >>
1415 (S inplace) You requested an inplace edit without creating a backup
3451 (S inplace) The C<-i> option was passed on the command line, indicating
H A Dperlreapi.pod250 perform an operation that would interfere with inplace substitution. For
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlvar-copy.pod1172 The current value of the inplace-edit extension. Use C<undef> to disable
1173 inplace editing. (Mnemonic: value of B<-i> switch.)

12