Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_sel.t29 $sel->remove(\*STDIN) == 1 or print "not ";
32 $sel->remove(\*STDIN, 5, 6) == 1 # two of there are not present
40 $sel->remove(1, 4);
48 $sel->remove([\*STDOUT, 5]);
115 $sel->remove($sel->handles);
Dio_poll.t61 $poll->remove($stdout);
79 $poll->remove($dupout);
86 $poll->remove($stdin);
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dpex-common.c72 obj->remove = NULL; in pex_init_common()
86 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
91 obj->remove[obj->remove_count - 1] = add; in pex_add_remove()
462 remove (obj->remove[i]); in pex_free()
463 free (obj->remove[i]); in pex_free()
465 free (obj->remove); in pex_free()
/mirbsd/src/gnu/usr.bin/binutils/libiberty/testsuite/
Dtest-pexecute.c240 remove ("temp.x"); in main()
241 remove ("temp.y"); in main()
275 remove ("temp.z"); in main()
349 remove ("temp.x"); in main()
350 remove ("temp.y"); in main()
379 remove ("temp2.x"); in main()
380 remove ("temp2.y"); in main()
430 remove ("temp.y"); in main()
/mirbsd/src/usr.bin/oldroff/inv/
Dinv1.c73 char *remove = NULL; in main() local
108 remove = argv[2]; in main()
170 if (remove != NULL) in main()
171 unlink(remove); in main()
/mirbsd/src/gnu/usr.bin/perl/lib/Exporter/
DHeavy.pm76 my($remove, $spec, @names, @allexports);
80 $remove = $spec =~ s/^!//;
104 warn "Import ".($remove ? "del":"add").": @names "
107 if ($remove) {
/mirbsd/src/sbin/isakmpd/
Dvirtual.c268 v->main->vtbl->remove(v->main); in virtual_bind()
276 v->main->vtbl->remove(v->main); in virtual_bind()
544 t->vtbl->remove(t); in virtual_create()
553 t->vtbl->remove(t); in virtual_create()
555 t2->vtbl->remove(t2); in virtual_create()
577 v->encap->vtbl->remove(v->encap); in virtual_remove()
579 v->main->vtbl->remove(v->main); in virtual_remove()
/mirbsd/src/gnu/usr.sbin/sendmail/editmap/
Deditmap.c79 bool remove = false; local
155 remove = true;
184 (remove && argc != 3) ||
367 else if (remove)
/mirbsd/src/gnu/usr.bin/perl/vms/ext/Stdio/
DStdio.pm20 @EXPORT_OK = qw( &binmode &flush &getname &remove &rewind &sync &setdef &tmpnam
25 FUNCTIONS => [ qw( &binmode &flush &getname &remove &rewind
/mirbsd/src/libexec/makewhatis/OpenBSD/
DMakewhatis.pm139 my %remove = map {$_ => 1 } @$subjects;
143 push(@$subjects, $l) unless defined $remove{$l};
/mirbsd/src/sys/kern/
Dvfs_cache.c143 goto remove; in cache_lookup()
159 goto remove; in cache_lookup()
163 goto remove; in cache_lookup()
233 remove: in cache_lookup()
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DFunctions.pm172 chomp String remove a trailing record separator from a string
173 chop String remove the last character from a string
277 pop ARRAY remove the last element from an array and return it
304 rmdir File remove a directory
361 undef Misc remove a variable or function definition
362 unlink File remove one link to a file
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dppptools.pl214 my $remove = join '|', qw( NN NULLOK );
224 s/\b(?:$remove)\b//;
245 s/\b(?:$remove)\b//;
/mirbsd/src/usr.bin/sudo/
Dcheck.c531 remove_timestamp(remove) in remove_timestamp() argument
532 int remove; in remove_timestamp()
542 if (remove) {
550 remove = FALSE;
/mirbsd/src/lib/libc/time/
Dprivate.h199 #ifndef remove
201 #define remove unlink
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
232 echo "${target}: unable to remove directory ${dir}"
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_flush_sessions.pod5 SSL_CTX_flush_sessions, SSL_flush_sessions - remove expired sessions
17 B<ctx> to remove sessions expired at time B<tm>.
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DPacklist.pm145 my ($self, $remove) = @_;
153 delete($self->{data}{$key}) if ($remove);
DInstalled.pm221 my ($self, $module, $remove) = @_;
223 return($self->{$module}{packlist}->validate($remove));
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnwvmem.h222 m_allocList->remove(block); in Realloc()
320 if (m_allocList->remove(p)) in Free()
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/File/t/
D41_heap.t102 $h->remove($_);
119 $h->remove($QQ) if $QQ % 2 == 0;
D40_abs_cache.t101 $h->remove($_);
119 $h->remove($QQ) if $QQ % 2 == 0;
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/
DFile.pm228 $self->{cache}->remove($n);
308 $self->{cache}->remove(grep $_ >= $len, $self->{cache}->ckeys);
382 $self->{cache}->remove($n);
504 $self->{cache}->remove($_);
1532 sub remove { subroutine
1545 my $old_data = $self->[HEAP]->remove($self->[HASH]{$key});
1606 my ($oldval) = $self->remove($key);
1846 sub remove { subroutine
1876 $self->remove(1);
/mirbsd/src/lib/libc/stdio/
Dremove.c40 remove(const char *file) in remove() function
/mirbsd/src/gnu/usr.bin/binutils/config/
Dmh-dgux3861 # The l flag generates a warning from the SVR4 archiver, remove it.

12345678910>>...13