| /mirbsd/src/gnu/usr.bin/perl/ext/IO/t/ |
| D | io_sel.t | 29 $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);
|
| D | io_poll.t | 61 $poll->remove($stdout); 79 $poll->remove($dupout); 86 $poll->remove($stdin);
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | pex-common.c | 72 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/ |
| D | test-pexecute.c | 240 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/ |
| D | inv1.c | 73 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/ |
| D | Heavy.pm | 76 my($remove, $spec, @names, @allexports); 80 $remove = $spec =~ s/^!//; 104 warn "Import ".($remove ? "del":"add").": @names " 107 if ($remove) {
|
| /mirbsd/src/sbin/isakmpd/ |
| D | virtual.c | 268 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/ |
| D | editmap.c | 79 bool remove = false; local 155 remove = true; 184 (remove && argc != 3) || 367 else if (remove)
|
| /mirbsd/src/gnu/usr.bin/perl/vms/ext/Stdio/ |
| D | Stdio.pm | 20 @EXPORT_OK = qw( &binmode &flush &getname &remove &rewind &sync &setdef &tmpnam 25 FUNCTIONS => [ qw( &binmode &flush &getname &remove &rewind
|
| /mirbsd/src/libexec/makewhatis/OpenBSD/ |
| D | Makewhatis.pm | 139 my %remove = map {$_ => 1 } @$subjects; 143 push(@$subjects, $l) unless defined $remove{$l};
|
| /mirbsd/src/sys/kern/ |
| D | vfs_cache.c | 143 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/ |
| D | Functions.pm | 172 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/ |
| D | ppptools.pl | 214 my $remove = join '|', qw( NN NULLOK ); 224 s/\b(?:$remove)\b//; 245 s/\b(?:$remove)\b//;
|
| /mirbsd/src/usr.bin/sudo/ |
| D | check.c | 531 remove_timestamp(remove) in remove_timestamp() argument 532 int remove; in remove_timestamp() 542 if (remove) { 550 remove = FALSE;
|
| /mirbsd/src/lib/libc/time/ |
| D | private.h | 199 #ifndef remove 201 #define remove unlink
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_mbuild.sh | 32 --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/ |
| D | SSL_CTX_flush_sessions.pod | 5 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/ |
| D | Packlist.pm | 145 my ($self, $remove) = @_; 153 delete($self->{data}{$key}) if ($remove);
|
| D | Installed.pm | 221 my ($self, $module, $remove) = @_; 223 return($self->{$module}{packlist}->validate($remove));
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | nwvmem.h | 222 m_allocList->remove(block); in Realloc() 320 if (m_allocList->remove(p)) in Free()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/File/t/ |
| D | 41_heap.t | 102 $h->remove($_); 119 $h->remove($QQ) if $QQ % 2 == 0;
|
| D | 40_abs_cache.t | 101 $h->remove($_); 119 $h->remove($QQ) if $QQ % 2 == 0;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/ |
| D | File.pm | 228 $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/ |
| D | remove.c | 40 remove(const char *file) in remove() function
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | mh-dgux386 | 1 # The l flag generates a warning from the SVR4 archiver, remove it.
|