Searched refs:last (Results 501 - 525 of 695) sorted by relevance

<<2122232425262728

/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c238 ndmpd_file_handler_t **last; local
241 last = &session->ns_file_handler_list;
242 while (*last != 0) {
243 handler = *last;
246 *last = handler->fh_next;
250 last = &handler->fh_next;
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dastconf.c279 char* last; member in struct:__anon2894
336 state.last = state.data + n - 1;
371 if (!state.last)
433 if (d + n >= state.last)
440 c = n + state.last - state.data + 3 * MAXVAL;
444 state.last = state.data + c - 1;
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c2554 gid_t last, next; local
2567 last = MAXUID;
2574 if (last != SMB_LGRP_PGRP_DEFRID + 1)
2579 if ((gid = next + 1) != last) {
2582 if (gid > 0 && gid < last)
2587 last = next;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t208 last if $found = /$match/;
H A Doverload.t46 print "1..",&last,"\n";
1147 sub last {476} subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Duniversal.c627 I32 last = av_len(av); local
630 for (i = last; i >= 0; i -= 3) {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t147 (print STDERR "# lgrp_parents: $!\n"), $fail++, last;
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt144 updated to reflect status (up to the end of the last completed
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java361 * between the given first index and last index inclusive to the most
365 attachRecordElements(int first, int last) argument
371 for (int i = first; i <= last; ++i) {
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh456 ${CC} ${CCFLAGS} ${bsuncc_app_ccflags} -L${root}/lib/ -Bdirect -o ksh pmain.o -lshell -Bstatic -l${link_libcmd} -Bdynamic -lsum -ldll -last -lm -lmd -lsecdb
458 ${CC} ${CCFLAGS} ${bsuncc_app_ccflags} -L${root}/lib/ -o ksh pmain.o -lshell -lcmd -lsum -ldll -last -lm
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c389 char *next = buf, *last = &buf[sizeof (buf)-1]; local
412 if (state == stSkipToEOL || next == last) {
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c169 char *printer, int32_t id, char last, uint16_t type)
182 papiAttributeListAddBoolean(&op, PAPI_ATTR_REPLACE, "last-document",
183 (last ? PAPI_TRUE : PAPI_FALSE));
168 send_document_uri(service_t *svc, char *file, papi_attribute_t **attributes, char *printer, int32_t id, char last, uint16_t type) argument
/opensolaris-onvv-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db337 last;
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h92 #define NEXT_ENTRY_PTR(ptr, first, last) \
93 ((ptr == last) ? first : (ptr + 1))
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt158 think is the last sector on the drive. If this read fails with ABRT or
/opensolaris-onvv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1702 zone_fsopt_t *last, *old, *new; local
1704 last = tabptr->zone_fs_options;
1705 for (old = last; old != NULL; old = old->zone_fsopt_next)
1706 last = old; /* walk to the end of the list */
1713 if (last == NULL)
1716 last->zone_fsopt_next = new;
1723 zone_fsopt_t *last, *this, *next; local
1725 last = tabptr->zone_fs_options;
1726 for (this = last; this != NULL; this = this->zone_fsopt_next) {
1732 last
3425 struct zone_rctlvaltab *last, *old, *new; local
3449 struct zone_rctlvaltab *last, *this, *next; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Dmain.c56 size_t newtapebuf_size = 0; /* save size of last call to newtapebuf */
366 if (argc == 0) { /* re-use last argv slot for default */
483 while ((alist.last - alist.head) > 0) {
/opensolaris-onvv-gate/usr/src/cmd/ed/
H A Ded.c211 /* out. Retains last line changed as current line. */
732 /* get last mod time of file */
1219 * since last update, save in ed.hup, or $HOME/ed.hup
1510 static char savcmd[LBSIZE]; /* last command */
2187 * input with last regular expression encountered
2941 int n, last, i; local
2944 last = i = 0;
2947 if ((n = numb()) <= last || i >= 20) {
2951 f->Ftabs[i++] = last = n;
/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c250 int i, first = -1, last; local
259 last = i;
264 desc, event_type, first, last);
266 for (i = first; i <= last; i++)
1509 * Add a sentinel after the last record
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dconf.c190 "last line ignored.", fname);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST364 last;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dutf8.t201 last;
301 # last test here 49
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s59 * nop ( or set up last parameter here )
125 mulscc %o4, %g0, %o4 ! last iteration only shifts
184 mulscc %o4, %g0, %o4 ! last iteration only shifts
225 mulscc %o4, %g0, %o4 ! last iteration only shifts
270 mulscc %o4, %g0, %o4 ! last iteration only shifts
319 mulscc %o4, %g0, %o4 ! last iteration only shifts
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509_vfy.c183 /* Examine last certificate in chain and see if it
259 /* Is last certificate looked up self signed? */
536 /* For now just check the last certificate in the chain */
555 int i, last, ok; local
559 last = sk_X509_num(ctx->chain) - 1;
561 last = 0;
562 for(i = 0; i <= last; i++)
653 * and validity. If we can't find a valid CRL return the last one
730 /* Find CRL issuer: if not last certificate then issuer
1014 /* The last erro
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap354 ber_tag_t ber_first_element(BerElement *ber, unsigned int *len, char **last);
355 ber_tag_t ber_next_element(BerElement *ber, ber_tag_t *len, char *last);

Completed in 308 milliseconds

<<2122232425262728