Searched defs:last (Results 51 - 75 of 216) sorted by relevance

123456789

/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c39 #define last(f) (f->field [Pmax(f, P(f))]) macro
202 return (_set_current_field(f, next(last(f))));
262 return (next(last(f)));
/osnet-11/usr/src/lib/libinetutil/common/
H A Difspec.c219 char *last; local
231 if ((zonetoken = strtok_r(buffer, search, &last)) == NULL)
235 if ((linktoken = strtok_r(NULL, search, &last)) == NULL) {
252 if (strtok_r(NULL, search, &last) != NULL)
H A Dinetutil.c156 uint8_t last; local
179 last = *addr;
183 while (last != 0) {
184 if ((last & 0x80) == 0)
187 last = (last << 1) & 0xff;
335 * allow the first and last char of the given hostname to have a period or
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/emu/
H A Dusb.c45 int last = 0;
77 grub_usb_devs[last++] = dev;
44 int last = 0; local
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dmenuentry.c82 grub_menu_entry_t *last; local
88 last = &menu->entry_list;
158 while (*last)
159 last = &(*last)->next;
161 *last = grub_zalloc (sizeof (**last));
162 if (! *last)
165 (*last)->title = menu_title;
166 (*last)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcontext.c152 grub_menu_entry_t *last; local
167 last = &menu2->entry_list;
168 while (*last)
169 last = &(*last)->next;
171 *last = menu->entry_list;
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c105 /* Remove any log files before the last stable LSN. */
190 int array_size, last, n, nxt, ret; local
261 for (last = nxt = 0; nxt < n;) {
267 if (last != nxt) {
268 array[last] = array[nxt];
272 strcmp(array[last], array[nxt]) == 0; ++nxt) {
279 DB_APP_DATA, NULL, array[last], 0, NULL, &real_name)) != 0)
285 __os_freestr(array[last]);
286 array[last] = NULL;
291 __os_freestr(array[last]);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm40 ) and last;
150 sub last subroutine
152 @_ == 1 or croak 'usage: $obj->last()';
489 =item last ()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlocale.t51 my $last = $have_setlocale ? &last : &last_without_setlocale;
53 print "1..$last\n";
627 last;
797 foreach (&last_without_setlocale()+1..$last) {
813 foreach (99..$last) {
845 foreach my $t (102..$last) {
888 sub last { 117 } subroutine
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftmp.c43 ** that temp files will be removed after the last handle is closed.
65 reg File_t *ff, *last; local
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
79 { if(!last)
81 else last->next = ff->next;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauthattr.c62 char *last = NULL; local
79 auth->name = _strtok_escape(buf, sep, &last);
80 auth->res1 = _strtok_escape(NULL, sep, &last);
81 auth->res2 = _strtok_escape(NULL, sep, &last);
82 auth->short_desc = _strtok_escape(NULL, sep, &last);
83 auth->long_desc = _strtok_escape(NULL, sep, &last);
84 auth->attr = _strtok_escape(NULL, sep, &last);
H A Dgetprofattr.c63 char *last = NULL; local
80 prof->name = _strtok_escape(buffer, sep, &last);
81 prof->res1 = _strtok_escape(NULL, sep, &last);
82 prof->res2 = _strtok_escape(NULL, sep, &last);
83 prof->desc = _strtok_escape(NULL, sep, &last);
84 prof->attr = _strtok_escape(NULL, sep, &last);
H A Dgetuserattr.c72 char *last = NULL; local
89 user->name = _strtok_escape(buf, sep, &last);
90 user->qualifier = _strtok_escape(NULL, sep, &last);
91 user->res1 = _strtok_escape(NULL, sep, &last);
92 user->res2 = _strtok_escape(NULL, sep, &last);
93 user->attr = _strtok_escape(NULL, sep, &last);
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c173 char *last = NULL; local
195 str = _strtok_escape(buffer, sep, &last);
204 rhstrp->rhstr_template = _strtok_escape(NULL, sep, &last);
/osnet-11/usr/src/lib/sun_sas/common/
H A Dsun_sas.c179 struct sun_sas_hba *last = NULL; local
184 last = hba_ptr, hba_ptr = hba_ptr->next) {
186 if (last) {
187 last->next = hba_ptr->next;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen.c308 struct irs_rule **rules, *last, *tmp, *new; local
356 for (last = NULL, tmp = *rules;
358 last = tmp, tmp = tmp->next)
360 if (last == NULL)
363 last->next = new;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dcompletion.c98 static char *find_begin(char outbuff[], char *last, int endchar, int *type) argument
105 while(cp < last)
141 while(cp < last)
146 if(cp>=last)
160 xp = find_begin(cp,last,')',type);
255 char *last = out; local
258 begin = out = find_begin(outbuff,last,0,&var);
263 stakwrite(out,last-out);
265 out = last;
270 while(out < last)
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darith.c476 * ptr is set to the last character processed
484 char base=0, *last; local
492 d = strtonll(str,&last,&base,-1);
493 if(*last || errno)
495 if(!last || *last!='.' || last[1]!='.')
496 d = strval(shp,str,&last,arith,mode);
497 if(!ptr && *last && mode>0)
498 errormsg(SH_DICT,ERROR_exit(1),e_lexbadchar,*last,st
[all...]
H A Dexpand.c279 int first, last, incr, count = 0; local
311 last = strtol(cp+1,&endc,0);
314 else if(last<first)
355 last = cp[1];
362 else if(first>last)
427 if(incr*(first+incr) > last*incr)
H A Dstring.c659 * returns pointer to last character
661 char *sh_checkid(char *str, char *last) argument
668 if(c==']' && (!last || ((char*)cp==last)))
676 if(last)
677 last -=2;
686 last = (char*)v;
689 return(last);
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c454 kmfber_first_element(BerElement *ber, ber_len_t *len, char **last) argument
461 *last = ber->ber_ptr + *len;
463 if (*last == ber->ber_ptr) {
471 kmfber_next_element(BerElement *ber, ber_len_t *len, char *last) argument
473 if (ber->ber_ptr == last) {
509 char *last, *p; local
599 for (tag = kmfber_first_element(ber, &len, &last);
603 tag = kmfber_next_element(ber, &len, last)) {
630 for (tag = kmfber_first_element(ber, &len, &last);
634 tag = kmfber_next_element(ber, &len, last)) {
[all...]
/osnet-11/usr/src/lib/libldap4/ber/
H A Ddecode.c363 ber_first_element( BerElement *ber, unsigned int *len, char **last )
370 *last = ber->ber_ptr + *len;
372 if ( *last == ber->ber_ptr ) {
380 ber_next_element( BerElement *ber, unsigned int *len, char *last )
382 if ( ber->ber_ptr == last ) {
404 char *last; local
490 for ( tag = ber_first_element( ber, &len, &last );
492 tag = ber_next_element( ber, &len, last ) ) {
511 for ( tag = ber_first_element( ber, &len, &last );
513 tag = ber_next_element( ber, &len, last ) ) {
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c402 ber_first_element( BerElement *ber, ber_len_t *len, char **last )
409 *last = ber->ber_ptr + *len;
411 if ( *last == ber->ber_ptr ) {
420 ber_next_element( BerElement *ber, ber_len_t *len, char *last )
422 if ( ber->ber_ptr == last ) {
435 char *last, *p; local
520 for ( tag = ber_first_element( ber, &len, &last );
523 tag = ber_next_element( ber, &len, last ) ) {
550 for ( tag = ber_first_element( ber, &len, &last );
553 tag = ber_next_element( ber, &len, last ) ) {
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c87 LDAPMessage *e, *last; local
119 last = e;
129 *ep = last;
208 LDAPMessage *e, *last; local
260 last = e;
273 *ep = last;
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddevice.c70 PedDevice* last = NULL; local
72 for (walk = devices; walk != NULL; last = walk, walk = walk->next) {
86 if (last)
87 last->next = dev->next;
97 * \return NULL if dev is the last device.

Completed in 1831 milliseconds

123456789