Searched refs:first (Results 126 - 150 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t166 lock_keys(%hash, 'first');
169 $hash{first} = 1;
171 delete $hash{first};
189 eval {$hash{first} = -1};
191 qr/^Attempt to access disallowed key 'first' in a restricted hash/,
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c656 * When the first argument is missing, a while node is returned
742 Sfoff_t first, last; local
769 t->funct.functloc = first = fctell();
916 fp->functline = (last-first);
2008 unsigned long kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned long parent, int pkind, int width, const char *attr) argument
2027 if(!nv_isattr(np,NV_TAGGED) && first>=0)
2033 sfprintf(lexp->kiafile,"%..64d;%c;%.*s;%d;%d;%..64d;%..64d;%c;%d;%s\n",np->hash,type,len,name,first,last,parent,lexp->fscript,pkind,width,attr);
2035 sfprintf(lexp->kiafile,"%..64d;%c;%s;%d;%d;%..64d;%..64d;%c;%d;%s\n",np->hash,type,name,first,last,parent,lexp->fscript,pkind,width,attr);
/osnet-11/usr/src/lib/libldap4/common/
H A Dreferral.c288 int first; local
291 first = 1;
295 first = 0;
305 if ( first ) {
/osnet-11/usr/src/lib/libgss/
H A Dg_glue.c132 int i, first; local
154 * Encode MSB first. We do the encoding by setting a shift
161 first = 0;
165 if ((v) || first) {
168 first = 1;
175 * We go back now and set the first byte to be the length with
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c58 krb5_tl_data *first, *second; local
124 for (first = current->tl_data, second = new->tl_data;
125 first; first = first->tl_data_next,
127 if ((first->tl_data_length == second->tl_data_length) &&
128 (first->tl_data_type == second->tl_data_type)) {
129 if ((memcmp((char *)first->tl_data_contents,
131 first->tl_data_length)) != 0) {
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dhttp.c59 for (pack = net->packs.first; pack; pack = pack->next)
417 while (file->device->net->packs.first)
419 grub_netbuff_free (file->device->net->packs.first->nb);
420 grub_net_remove_packet (file->device->net->packs.first);
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c326 boolean_t found = B_FALSE, first = B_FALSE; local
343 first = B_TRUE;
347 if (first)
350 if (first)
380 * Check if it's the first entry.
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c300 dump_all_content(first)
301 struct entry *first;
305 for (which = first; which != NULL; which = which->next) {
315 struct entry *first = NULL, *last = NULL, *new_entry, *curr; local
331 if (first == NULL) { /* => so is last */
334 first = new_entry;
337 for (curr = first; curr != NULL &&
349 first = new_entry;
356 dump_all_content(first);
370 * Reads first lin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm149 then caches the result. It tries the first available of the C
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm45 perl ensures that any invocation of it implicitly locks its first
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm64 Returns a string representation of the first existing directory
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToTk.pm117 You have to have installed Tk::Pod first, or this class won't load.
/osnet-11/usr/src/lib/libast/common/port/
H A Dmc.c65 int first; local
99 first = 1;
126 if (first)
128 first = 0;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s32 movl 8(%esp),%esi / %esi = first string
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h108 * time the first session in the list will be freed.
113 kernel_session_t *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h111 * time the first session in the list will be freed.
116 kms_session_t *first; /* points to the first session in the list */ member in struct:ses_to_be_freed_list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c942 data->pos_min += l; /* As in the first entry. */
1741 regnode *first; local
1781 #if 0 /* REGC() is (currently) a NOP at the first pass.
1890 first = scan;
1892 while ((OP(first) == OPEN && (sawopen = 1)) ||
1894 (OP(first) == BRANCH && OP(regnext(first)) != BRANCH) ||
1895 (OP(first) == PLUS) ||
1896 (OP(first) == MINMOD) ||
1898 (PL_regkind[(U8)OP(first)]
2569 S_regbranch(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, I32 first) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c135 ctx->waitDone.first = ctx->waitDone.last = NULL;
191 for (this_wait = this_wl->first;
199 for (this_wait = ctx->waitDone.first;
253 if (ctx->waitDone.first != NULL) {
256 new->u.wait.this = ctx->waitDone.first;
257 ctx->waitDone.first = ctx->waitDone.first->next;
258 if (ctx->waitDone.first == NULL)
388 /* Timers go first since we'd like them to be accurate. */
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c38 #define first(f) (f->field [Pmin(f, P(f))]) macro
208 return (_set_current_field(f, prev(first(f))));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm46 backtrace instead. In other words it presumes that the first likely
101 If called with a first argument that is a reference, they simply
H A DNEXT.pm207 In other words, a call to C<$self-E<gt>NEXT::m()> resumes the depth-first,
222 its parent classes are called (in depth-first, left-to-right order).
365 from the first call to C<A::foo>).
413 illustrates, they are not called in Perl's usual "left-most-depth-first"
414 order. Instead, they are called "breadth-first-dependency-wise".
416 That means that the inheritance tree of the object is traversed breadth-first
424 left-to-right, breadth-first, most-derived-first. This works perfectly for
428 called first (as more-derived methods may rely on the behaviour of their
466 left-most-depth-first
[all...]
H A Dautouse.pm158 The first line ensures that the errors in your argument specification
160 out the first line, since it makes the second one useless.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm125 the AUTOLOAD mechanism in B because it first finds the method
137 will be called sooner or later - at latest when the first sub
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm47 Only the first failed test of the bunch will produce a warning.
65 The first fixed version of File::CheckTree was 4.2.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm101 speaker. Each word is reduced to a four character string, the first
110 In scalar context C<soundex> returns the soundex code of its first

Completed in 89 milliseconds

1234567891011>>