Searched refs:last (Results 276 - 300 of 695) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c192 sdt_probe_t *sdp = parg, *old, *last, *hash; local
210 last = NULL;
215 last = hash;
219 if (last != NULL) {
220 last->sdp_hashnext = sdp->sdp_hashnext;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c76 char *last = NULL; local
83 au_user->au_name = _strtok_escape(buffer, sep, &last);
95 char *last = NULL; local
102 user->name = _strtok_escape(buffer, sep, &last);
204 * for the same-netgroup-as-last-time case
482 /* Line is last line in file, and has no newline */
591 char *last; local
593 if ((last = strchr(instr, '#')) == 0) {
594 last = instr + linelen;
596 *last
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c223 newnp->u.name.last = newnp;
255 retp->u.name.last->u.name.next = newnp;
256 retp->u.name.last = newnp;
330 newnp->u.name.last = newnp;
352 ret->u.name.last->u.name.next = newnp;
353 ret->u.name.last = newnp;
587 cpnode->u.name.last =
589 u.name.last;
599 ewlp = ewfp->u.name.last;
600 ewfp->u.name.last
1822 itree_next_bubble(struct event *eventp, struct bubble *last) argument
2078 itree_next_arrow(struct bubble *bubble, struct arrowlist *last) argument
2114 itree_next_constraint(struct arrow *arrowp, struct constraintlist *last) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c371 * Perhaps last char read was '\'. Reinsert it
862 * after '*last' and to the binary tree list.
863 * If '*last == NULL' then the list is walked till the end.
864 * *last is always set to the new element after successful completion.
865 * if entry already exists '*last' is only updated if not previously
869 add_dir_entry(char *name, struct dir_entry **list, struct dir_entry **last) argument
873 if ((*list != NULL) && (*last == NULL)) {
875 * walk the list to find last element
878 *last = l;
901 *list = *last
[all...]
H A Dns_ldap.c104 struct dir_entry *last; member in struct:dir_cbdata
847 readdir_cbdata.last = NULL;
903 struct dir_entry *last = temp->last; local
960 if (add_dir_entry(key, list, &last)) {
965 temp->last = last;
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/psrset/
H A Dpsrset.c328 do_range(psetid_t pset, processorid_t first, processorid_t last, int print) argument
335 for (cpu = first; cpu <= last; cpu++) {
342 warn(gettext("no processors in range %d-%d\n"), first, last);
833 processorid_t first, last; local
844 last = (processorid_t)
847 last < first || first < 0) {
854 if (do_range(pset, first, last, pflag))
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c72 int last; member in struct:class_type
353 cl[i].last = cl[i].first = (i ? cl[i-1].last : 1);
358 f[j].ept->volno = cl[i].last;
595 if (vol > cl[i].last)
596 cl[i].last = vol;
602 cl[nclass].last = vol;
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dtail.c78 "may be omitted from the last integer, in which case it is "
159 register Sfoff_t last; local
164 last = sfsize(fp);
166 return last || fstat(sffileno(fp), &st) || st.st_size || FIFO(st.st_mode) ? -1 : 0;
169 if ((offset = last - number) < first)
175 if ((offset = last - SF_BUFSIZE) < first)
178 n = last - offset;
191 last = offset;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c60 char *last; local
73 t = tmdate(val, &last, (time_t*)0);
74 if(*last)
135 char *last; local
145 mode = strperm(val, &last,0);
146 if(*last)
253 nfp->last = "";
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c81 int last; local
91 /* In case of error, rewind string to the last character. */
92 last = string.used;
95 string.used = last;
214 int i, bytes, count, last; local
234 /* In case of error, rewind string to the last character. */
235 last = string.used;
240 string.used = last;
249 string.used = last;
487 * Return true if valid last colum
[all...]
/opensolaris-onvv-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c346 char *first, *last, *buffer; local
406 if ((last = strchr(instr, '#')) == 0)
407 last = instr + linelen;
408 *last-- = '\0';
415 while (isspace(*last))
416 --last;
417 linelen = last - first + 1;
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c527 ename->u.name.last = ename;
560 ret->u.name.last = ret;
612 ret->u.name.last = ret;
642 ASSERT(np1->u.name.last != NULL);
644 np1->u.name.last->u.name.next = np2;
645 np1->u.name.last = np2;
656 * the last component of the class name (so far) by constructing the
672 ASSERT(np->u.name.last != NULL);
674 len = strlen(np->u.name.last->u.name.s) + 1 + strlen(s) + 1;
676 (void) snprintf(buf, len, "%s-%s", np->u.name.last
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s101 ldub [%o1-1], %o3 ! load last byte
102 stb %o3, [%o0-1] ! store last byte
104 ldub [%o1+2], %o3 ! load 2nd from last byte
105 stb %o3, [%o0-2] ! store 2nd from last byte
107 ldub [%o1+1], %o3 ! load 3rd from last byte
108 stb %o3, [%o0+1] ! store 3rd from last byte
110 ldub [%o1], %o3 ! load 4th from last byte
112 stb %o3, [%o0] ! store 4th from last byte
303 ldub [%o1-1], %o3 ! load last byte
304 stb %o3, [%o0-1] ! store last byt
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s96 ldub [%o1-1], %o3 ! load last byte
97 stb %o3, [%o0-1] ! store last byte
99 ldub [%o1+2], %o3 ! load 2nd from last byte
100 stb %o3, [%o0-2] ! store 2nd from last byte
102 ldub [%o1+1], %o3 ! load 3rd from last byte
103 stb %o3, [%o0+1] ! store 3rd from last byte
105 ldub [%o1], %o3 ! load 4th from last byte
107 stb %o3, [%o0] ! store 4th from last byte
326 ldub [%o1-1], %o3 ! load last byte
327 stb %o3, [%o0-1] ! store last byt
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dbufmod.c94 mblk_t *sb_tail; /* first mblk of last message appended */
960 mblk_t *last; /* last mblk of current message */ local
999 * the first mblk of the last msgb added and call linkb on that
1000 * that last message, rather than performing the
1085 * It may be possible to append the wrapper to the last mblk
1093 for (last = mp; last->b_cont; last = last
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dir.c317 * Get the last block of the directory
329 * Find the last entry
1061 struct c_dirent *cdep, *last; local
1078 last = NULL;
1087 last = cdep;
1088 last->d_length -= inblk;
1089 off += last->d_length;
1095 if (last) {
1096 ASSERT(dep->d_off > last->d_offset);
1100 if (last) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c246 * specified), override it with the last mentioned option pair
771 * only the last mentioned occurrence of trueopt and falseopt. If neither is
792 int last; local
805 * options and updating the last seen occurrence of trueopt or
808 last = dflt;
812 last = 1;
814 last = 0;
829 (void) strcat(options, last ? trueopt : falseopt);
831 return (last);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Ddes.c370 int num=0,j,k,l,rem,ll,len,last,ex=0; local
622 last=obuf[l-1];
624 if ((last > 7) || (last < 0))
629 last=0;
631 l=l-8+last;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c602 char *c, *last = NULL, *end; local
606 last = c;
609 if (last == NULL || (*(++last) == '\0')) {
616 pid = strtol(last, &end, 10);
618 if (errno != 0 || end == last || end[0] != '\0' || pid <= 0) {
/opensolaris-onvv-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c528 * On success, the last pointer of the array of pointers will be NULL.
558 static uint_t last = 0; local
566 if (sbuf.st_mtime > last) {
567 last = sbuf.st_mtime;
992 * Return a copy of the list of the mech file entries. The ptr to the last
1006 static uint_t last = 0; /* file last modified date */ local
1014 if (sbuf.st_mtime > last) {
1015 last = sbuf.st_mtime;
/opensolaris-onvv-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c588 char *last; local
616 /* pointer to last entry in the array */
617 last = (char *)&p[cnt-1];
628 if ((char *)&p[j] > last) {
679 char *last; local
713 /* pointer to last entry in the array */
714 last = (char *)&p[cnt-1];
726 if ((char *)&p[j] > last) {
/opensolaris-onvv-gate/usr/src/cmd/deroff/
H A Dderoff.c661 int last; local
663 last = 0;
676 if (last) {
706 last = 1;
708 last = 0;
/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dparse.c164 int last; local
175 last = strlen(es_prop) - 1;
177 es_prop[last] = ch;
277 * tail so the last arg is found without any special-case code.
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c306 * events file. Make the next to last element an invalid
307 * event. Make the last element a NULL pointer.
400 char *last; local
402 s = strtok_r(flags, comma, &last);
409 s = strtok_r(NULL, comma, &last);

Completed in 217 milliseconds

<<11121314151617181920>>