/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/ |
H A D | reduce.t | 38 sub add { subroutine 43 my $sum = reduce { my $t="$a $b\n"; 0+add($a, $b) } 3, 2, 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/lib/Digest/ |
H A D | Dummy.pm | 16 sub add {} subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Complete.t | 47 $in->add('frob'); 54 $in->add('frobo'); 62 $in->add('frobn'); 87 sub add { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bigint.pl | 56 # white space and add a sign, if missing. 152 &external($sx, &add(*x, *y)); # if same sign add 180 # routine to add two base 1e5 numbers subroutine 182 # there are separate routines to add and sub as per Kunth pg 233 183 sub add { #(int_num_array, int_num_array) return int_num_array
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.h | 25 HalDevice *(*add) (HalDevice *parent, di_node_t node, char *devfs_path, char *device_type); member in struct:DevinfoDevHandler_s
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Install.pm | 130 #to reconsider how to add the means to satisfy AFS users also. 366 $Inc_uninstall_warn_handler->add( 497 sub add { subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | B.pm | 254 sub add { subroutine 931 This returns the op name as a string (e.g. "add", "rv2av").
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Select.pm | 29 $vec->add(@_) 35 sub add subroutine 37 shift->_update('add', @_); 67 my $add = shift eq 'add'; 79 if ($add) { 248 $s->add(\*STDIN); 249 $s->add($some_handle); 276 =item add ( HANDLES ) 357 $sel->add( [all...] |
/osnet-11/usr/src/lib/libbsm/ |
H A D | xmlHandlers.pm | 15 # If applicable, add the following below this CDDL HEADER, with the 110 sub add { subroutine 163 $parent->add ($obj);
|
/osnet-11/usr/src/lib/libsum/common/ |
H A D | sum-prng.c | 32 [+add?The 32 bit PRNG addend.]:[number:=0]\ 50 Prngnum_t add; member in struct:Prng_s 76 else if (strneq(t, "add", i)) 77 sum->add = v ? strtoul(v + 1, NiL, 0) : ~sum->add; 110 c = c * sum->mpy + sum->add + *b++;
|
/osnet-11/usr/src/lib/libscf/common/ |
H A D | highlevel.c | 15 * If applicable, add the following below this CDDL HEADER, with the 113 const char *pgtype, uint32_t pgflags, int add) 127 if (add) { 252 (void) uu_warn("Unable to add service %s " 112 scf_fmri_pg_get_or_add(const char *fmri, const char *pgname, const char *pgtype, uint32_t pgflags, int add) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | acpihalt.c | 126 int add; local 139 ptr += add = skip_data_ref_object (ptr, end); 140 if (!add) 142 ptr += add = skip_data_ref_object (ptr, end); 143 if (!add) 167 int add; local 175 ptr += add = skip_ext_op (ptr, end); 176 if (!add) 212 ptr += add = skip_name_string (ptr, end); 213 if (!add) [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_index.cc | 16 * If applicable, add the following below this CDDL HEADER, with the 268 db_index::add(item* index_value, entryp recnum) function in class:db_index 277 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::add"); 288 "wu db_index::add"); 289 FATAL3("db_index::add: cannot allocate space", 293 } else if (fst->add(&tab[bucket], case_insens, 297 WRITEUNLOCK(this, DB_NOTUNIQUE, "wu db_index::add"); 305 WRITEUNLOCK(this, DB_SUCCESS, "wu db_index::add");
|
H A D | db_index_entry.cc | 16 * If applicable, add the following below this CDDL HEADER, with the 88 * add to merged list and delete it from list2. 112 /* add 'current' to list of items found so far */ 269 * Create and add an entry with the given hashvalue, key value, and record 278 db_index_entry::add(db_index_entry **head, bool_t casein, function in class:db_index_entry 302 "db_index_entry::add: cannot allocate space for head", 312 "db_index_entry::add: cannot allocate space for entry",
|
H A D | db_mindex.cc | 15 * If applicable, add the following below this CDDL HEADER, with the 918 db_mindex::add(db_query *q, entry_object * obj) function in class:db_mindex 925 const char *myself = "db_mindex::add"; 931 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::add"); 932 WRITELOCK2(table, DB_LOCK_ERROR, "w table db_mindex::add", this); 937 "wu db_mindex::add", 938 "wu table db_mindex::add"); 946 "wu db_mindex::add", 947 "wu table db_mindex::add"); 950 count = 0; /* fall through to add */ [all...] |
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | unistr.c | 654 static int add[][3] = { /* Start, End, Add */ local 713 for (r = 0; add[r][0]; r++) 714 for (i = add[r][0]; i < add[r][1]; i++) 715 uc[i] = cpu_to_le16(le16_to_cpu(uc[i]) + add[r][2]);
|
/osnet-11/usr/src/cmd/hal/tools/ |
H A D | hal-device.c | 4 * hal-device.c : add devices HAL 87 unsigned add:1; member in struct:__anon51 94 { "add", 1, NULL, 'a' }, 113 opt.add = 1; 157 else if (opt.add) 174 "usage: hal-device [--help] [--add udi] [--remove udi] [udi]\n" 177 " -a, --add udi\t\tAdd new device.\n"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | C.pm | 23 sub add subroutine 84 $section->add(); 87 sub add { subroutine 132 $section->SUPER::add( "perl_init_${name}();" ); 136 $section->SUPER::add( sprintf q{eval_pv("%s",1);}, $i ); 270 $decl->add(sprintf("static char *$sym = %s;", cstring($re))); 284 $decl->add(sprintf("static char %s[] = { %s };", $pvsym, $chars)); 289 $decl->add(sprintf("static char %s[] = %s;", 346 $init->add(sprintf("(void)find_threadsv(%s);", 349 $opsect->add(sprint [all...] |
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 15 * If applicable, add the following below this CDDL HEADER, with the 121 add %g1, 8, %g1 132 add %o0, 8, %o0 133 add %o1, 8, %o1 180 add %g1, 8, %g1 191 add %i0, 8, %i0 192 add %i1, 8, %i1 213 add %o7, %l4, %o7 224 add %l7, 64, %l7 226 add 297 add: label [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | gui.h | 60 void (*add) (void *self, grub_gui_component_t comp); member in struct:grub_gui_container_ops
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 236 Namval_t *sh_assignok(register Namval_t *np,int add) argument 252 sh_assignok(mp,add); 253 if(!add || array_assoc(ap)) 265 if(!add && nv_isvtree(np)) 295 nv_clone(np,mp,(add?(nv_isnull(np)?0:NV_NOFREE)|NV_ARRAY:NV_MOVE));
|
H A D | nvdisc.c | 1148 * add or replace built-in version of command corresponding to <path> 1427 Namval_t *sh_fsearch(Shell_t *shp, const char *fname, int add) argument 1434 return(nv_search(fname,sh_subfuntree(add&NV_ADD),add));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | gv.c | 643 Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 add, I32 sv_type) argument 677 gvp = (GV**)hv_fetch(stash,tmpbuf,len,add); 681 gv_init(gv, stash, tmpbuf, len, (add & GV_ADDMULTI)); 736 if (add && (PL_hints & HINT_STRICT_VARS) && 774 if (add) { 793 gvp = (GV**)hv_fetch(stash,name,len,add); 798 if (add) { 805 } else if (add & GV_NOINIT) { 811 if (add & GV_ADDWARN && ckWARN_d(WARN_INTERNAL)) 813 gv_init(gv, stash, name, len, add [all...] |
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 15 * If applicable, add the following below this CDDL HEADER, with the 1476 int add = 1; local 1502 if (add) 1512 add = 1; 1515 add = 0;
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 15 * If applicable, add the following below this CDDL HEADER, with the 143 // If we've got it already, then don't add again. 183 // If we've got it already, then don't add. 229 // If we've got it already, then don't add. 317 List add(ServiceRecordInMemory rec) { method in class:ServiceStoreInMemory.RegRecord 394 List add(Object value, ServiceRecordInMemory record) { method in class:ServiceStoreInMemory.BtreeVector 399 return rec.add(record); 1900 // If not already there, see if we should add this one to the 1906 // If wildcard, then simply add it to the vector. 2470 // If the type is an abstract type, then add [all...] |