/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | remove.c | 24 #define remove ______remove macro 28 #undef remove macro 35 NoN(remove) 44 remove(const char* path)
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | remove.c | 39 remove(const char *filename) function
|
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSRecord.java | 65 void remove() method in interface:DNSRecord
|
H A D | TXTRecord.java | 27 <rdar://problems/3731579&3731582> Fix set(); add remove() & toString(). 41 - implement remove() 116 int prevLoc = this.remove( key); 152 public int remove( String key) method in class:TXTRecord
|
H A D | DNSSD.java | 782 public void remove() method in class:AppleDNSRecord
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Poll.pm | 107 sub remove { subroutine 180 =item remove ( IO )
|
H A D | Select.pm | 41 sub remove subroutine 43 shift->_update('remove', @_); 87 } else { # remove 286 =item remove ( HANDLES ) 363 $sel->remove($fh);
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.h | 28 void (*remove) (char *devfs_path); member in struct:DevinfoDevHandler_s
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
H A D | Msg.pm | 82 sub remove { subroutine 126 $msg->remove; 166 =item remove
|
H A D | Semaphore.pm | 51 sub remove { subroutine 172 $sem->remove; 242 =item remove
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_glob.c | 86 __local__nis_ulock_db_table(nis_name name, int readwrite, int remove, argument
|
H A D | db_index.cc | 228 db_index::remove(item* index_value, entryp recnum) function in class:db_index 237 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::remove"); 239 WRITEUNLOCK(this, DB_NOTFOUND, "wu db_index::remove"); 249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value, 255 WRITEUNLOCK(this, ret, "wu db_index::remove");
|
H A D | db_index_entry.cc | 232 db_index_entry::remove(db_index_entry_p *head, bool_t casein, function in class:db_index_entry
|
H A D | db_mindex.cc | 777 * to remove if from LDAP. 801 indices.indices_val[curr_ind].remove( 827 db_mindex::remove(db_query *q) function in class:db_mindex 834 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove"); 835 WRITELOCK2(table, DB_LOCK_ERROR, "w table db_mindex::remove", this); 836 if (q == NULL) { /* remove all entries in table */ 847 "wu table db_mindex::remove", 848 "wu db_mindex::remove"); 852 "wu table db_mindex::remove", 853 "wu db_mindex::remove"); [all...] |
/osnet-11/usr/src/cmd/hal/tools/ |
H A D | hal_set_property.c | 75 " --strlist-rem <value> | --double <value> | --remove)\n" 90 " --remove Indicates that the property should be removed\n" 117 dbus_bool_t remove = FALSE; local 143 {"remove", 0, NULL, 0}, 194 } else if (strcmp (opt, "remove") == 0) { 195 remove = TRUE; 216 if ((remove && type != PROP_INVALID) || ((!remove) && type == PROP_INVALID)) { 255 if (remove) {
|
H A D | hal-device.c | 86 unsigned remove:1; member in struct:__anon51 93 { "remove", 1, NULL, 'r' }, 118 opt.remove = 1; 155 else if (opt.remove) 174 "usage: hal-device [--help] [--add udi] [--remove udi] [udi]\n" 175 "Create, remove, or show HAL device. If no udi is given, shows all devices.\n" 179 " -r, --remove udi\tRemove device.\n" 325 if (opt.remove) { 453 int remove = 0; local 458 remove [all...] |
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 84 bool remove = false; local 160 remove = true; 189 (remove && argc != 3) || 372 else if (remove) 397 "%s: couldn't remove key %s in map %s (error)\n",
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cp.c | 60 "[U:remove-destination?Remove existing destination files before copying.]" 86 "[U:remove-destination?Remove existing destination files before moving.]" 175 int remove; /* remove destination before op */ member in struct:State_s 450 rm = state->remove || ent->fts_info == FTS_SL; 540 if (rm && remove(state->path)) 542 error(ERROR_SYSTEM|2, "%s: cannot remove", state->path); 558 else if (!rm && st.st_mode && !remove(state->path)) 663 if (state->op == MV && remove(ent->fts_path)) 664 error(ERROR_SYSTEM|1, "%s: cannot remove", en [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | gui.h | 61 void (*remove) (void *self, grub_gui_component_t comp); member in struct:grub_gui_container_ops
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | hald_runner.c | 71 gboolean remove = FALSE; local 76 remove = TRUE; 80 return remove;
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_browser.c | 389 * server gave in the last received HostAnnouncement) and remove timed-out 398 * gave in the last received DomainAnnouncement) and remove timed-out 730 * implementations may take more than 3X to actually remove 771 uint32_t next_announcement, boolean_t remove, 824 if (remove || (!smb_netbios_running())) 1188 smb_browser_non_master_duties(smb_hostinfo_t *hinfo, boolean_t remove) argument 1196 remove, 0, NBT_MB); 1210 remove, &addr, NBT_MB); 1219 remove, hinfo->hi_interval, &addr, NBT_DMB); 770 smb_browser_send_HostAnnouncement(smb_hostinfo_t *hinfo, uint32_t next_announcement, boolean_t remove, addr_entry_t *addr, char suffix) argument
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 632 * Destroy and remove any remaining breakpoints, set dpr_done and clear 667 dt_proc_lookup(dtrace_hdl_t *dtp, struct ps_prochandle *P, int remove) argument 683 if (remove) 684 *dpp = dpr->dpr_hash; /* remove from pid hash chain */ 751 * Before we free the process structure, remove this dt_proc_t from the 753 * and remove this dt_proc_t if it is enqueued.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | File.pm | 228 $self->{cache}->remove($n); 308 $self->{cache}->remove(grep $_ >= $len, $self->{cache}->ckeys); 382 $self->{cache}->remove($n); 383 # perhaps in this case I should also remove trailing null records? 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( [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlaggr.c | 410 * Add or remove one or more ports to/from an existing link aggregation. 523 uint32_t remove = 0; local 552 remove++; 555 if (remove != nports) {
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 210 Namval_t *nv_addnode(Namval_t* np, int remove) argument 248 if(remove) 257 if(remove)
|