Home
last modified time | relevance | path

Searched refs:kept (Results 1 – 25 of 242) sorted by relevance

12345678910

/openbsd/src/usr.bin/m4/
Dlook.c285 static char **kept = NULL; variable
295 kept = xreallocarray(kept, kept_capacity, in keep()
299 kept[kept_size++] = ptr; in keep()
321 if (!string_in_use(kept[i])) { in free_definition()
323 free(kept[i]); in free_definition()
325 kept[i] = kept[kept_size]; in free_definition()
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DUpdateSet.pm223 $o->{kept} = {};
279 $self->{kept}->{$h->pkgname} = $h;
289 $self->{kept}{$h->pkgname} = $h;
321 sub kept($self) subroutine
323 return values %{$self->{kept}};
338 return keys %{$self->{kept}};
343 return ($self->older, $self->newer, $self->kept);
374 if ($self->kept > 0) {
495 $self->add_kept($set->kept);
DTracker.pm101 for my $n ($set->kept) {
127 for my $n ($set->kept, $set->older, $set->hints) {
138 for my $n ($set->older, $set->kept) {
157 for my $n ($set->kept) {
172 for my $n ($set->kept) {
DPkgAdd.pm409 for my $o ($set->older, $set->kept) {
525 next if defined $set->{kept}{$toreplace};
583 if ($set->{kept}{$m}) {
611 for my $h ($set->newer, $set->kept) {
612 for my $h2 ($set->newer, $set->kept) {
1071 sub may_grab_debug_for($class, $orig, $kept, $state)
1078 return if $kept && -f "$d/$dbg.tgz";
/openbsd/src/lib/libssl/test/
DCAss.cnf34 dir = ./demoCA # Where everything is kept
35 certs = $dir/certs # Where the issued certs are kept
36 crl_dir = $dir/crl # Where the issued crl are kept
Dtest.cnf15 dir = ./demoCA # Where everything is kept
16 certs = $dir/certs # Where the issued certs are kept
17 crl_dir = $dir/crl # Where the issued crl are kept
/openbsd/src/usr.bin/libtool/LT/
DGetopt.pm269 $self->{kept} = [];
286 @main::ARGV = @{$self->{kept}};
291 push(@{$self->{kept}}, @args);
/openbsd/src/regress/usr.bin/mandoc/mdoc/Bk/
Dbreak.out_ascii10 handlers must be kept together with the text following it:
14 just the macros to be kept together is sufficient:
22 Even text printed without spacing must be kept together with the text
/openbsd/src/regress/usr.bin/make/
Dmk62 # Value should be kept until after loop
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDebugInfoFlags.def25 // General flags kept in DINode.
74 // Subprogram-specific flags kept in DISubprogram.
/openbsd/src/gnu/usr.bin/perl/t/lib/
Ddbmt_common.pl348 my @kept = ();
351 push @kept, $_;
352 $result{$name} = "$name - $count: [@kept]";
/openbsd/src/gnu/llvm/libcxx/docs/
DREADME.txt15 The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date
/openbsd/src/regress/sys/kern/sosplice/
DREADME6 are kept in the args-*.pl files. The perf directory contains a C
/openbsd/src/regress/usr.sbin/httpd/tests/
DREADME4 The test arguments are kept in the args-*.pl files.
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dpredicates.md33 /* This little bit is why the body of this predicate is kept as C. */
66 /* FIXME: This needs to be kept in sync with the tables in
/openbsd/src/regress/usr.sbin/relayd/
DREADME5 checked for certain messages. The test arguments are kept in the
/openbsd/src/gnu/usr.bin/perl/dist/Search-Dict/
DREADME.release19 4. Look at the Changes file. If it was not kept up to date in blead,
/openbsd/src/gnu/usr.bin/perl/
Doverload.inc98 /* Names kept in the symbol table. fallback => "()", the rest has
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
DREADME.release19 4. Look at the Changes file. If it was not kept up to date in blead,
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/
DREADME.md59 the analysis are kept on the disk in `./ctu-dir`.
105 output still kept.
/openbsd/src/gnu/llvm/compiler-rt/cmake/Modules/
DCompilerRTAIXUtils.cmake37 # FIXME: Target name should be kept consistent with definition
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt22 pointer type would be kept for C++ like semantics. Through analysis,
/openbsd/src/lib/libssl/doc/
Dopenssl.cnf41 dir = ./demoCA # Where everything is kept
42 certs = $dir/certs # Where the issued certs are kept
43 crl_dir = $dir/crl # Where the issued crl are kept
/openbsd/src/regress/usr.sbin/syslogd/
DREADME8 The test arguments are kept in the args-*.pl files.
/openbsd/src/gnu/llvm/clang/docs/
DClangTools.rst11 Only a couple of the most basic and fundamental tools are kept in the
12 primary Clang tree. The rest of the tools are kept in a separate

12345678910