Searched refs:last (Results 76 - 100 of 695) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dtrace.c73 unsigned int first, last; local
90 /* find last flag to set */
101 last = i;
115 if (last >= tTsize)
116 last = tTsize - 1;
119 while (first <= last)
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dservice.c319 unsigned char *last; local
327 last = at;
331 *last++ = c;
337 memcpy(last, current, len);
338 last += len;
349 *last++ = c;
353 memcpy(last, current, len);
354 last += len;
360 *last = 0;
369 unsigned char *last; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c67 TABLE_ENTRY *last; member in struct:table_entry
211 ptr->next->last = ptr;
213 ptr->last = NULL;
276 } else if (ptr->last != NULL) {
277 ptr->last->next = ptr->next;
281 ptr->next->last = ptr->last;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DShadow.java33 * @(#) Shadow.java 1.89 - last change made 07/25/97
120 // get the final word after the last '.'
121 String last = /* NOI18N */"unknown";
125 last = st.nextToken();
129 int index = last.lastIndexOf(/* NOI18N */"Shadow");
131 last = last.substring(0, index);
135 if (last.length() > 0)
136 return (last.toLowerCase());
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dfcin.c73 * If last is non-zero, and the stream is a file, 0 is returned when
80 register unsigned char *last=_Fcin.fclast, *ptr=_Fcin.fcptr; local
90 if(last)
92 if( ptr<last && ptr>_Fcin.fcbuff && *(ptr-1)==0)
95 *last = _Fcin.fcchar;
96 if(ptr > last)
97 _Fcin.fcptr = ptr = last;
104 if(!last)
/opensolaris-onvv-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c196 char *last; local
198 if ((last = strchr(instr, '#')) == 0) {
199 last = instr + linelen;
201 *last-- = '\0'; /* Nuke '\n' or #comment */
219 while (isspace(*last)) {
220 --last;
223 linelen = last - first + 1;
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c162 struct memlist *ptr, *head, *last; local
179 last = NULL;
193 * catch the last one on the way out of
202 if (last)
203 last->ml_next = ptr;
206 ptr->ml_prev = last;
207 last = ptr;
214 last->ml_next = NULL;
/opensolaris-onvv-gate/usr/src/lib/libast/common/hash/
H A Dhashlook.c41 register Hash_last_t* last; local
77 last = &tab->root->last;
80 last->table = tab;
83 last->bucket = (Hash_bucket_t*)name;
84 name = hashname(last->bucket);
86 else last->bucket = 0;
87 last->name = name;
88 if (flags & HASH_BUCKET) n = last->bucket->hash;
96 last
[all...]
H A Dhashscan.c54 pos->tab = tab->root->last.table = tab;
91 if (!pos) return(pos->tab->root->last.bucket = 0);
104 pos->tab->root->last.table = pos->tab;
123 return(pos->tab->root->last.bucket = pos->bucket = b);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c140 maybe_join (krb5_data *last, krb5_data *buf, int bufsiz) argument
145 if (last->length + buf->length > bufsiz) {
146 Tprintf (("too big: last=%d cur=%d max=%d\n", last->length, buf->length, bufsiz));
149 memmove (buf->data+last->length, buf->data, buf->length);
150 memcpy (buf->data, last->data, last->length);
151 buf->length += last->length;
156 if (last->length+buf->length > bufsiz) {
160 memcpy (buf->data + buf->length, last
176 char buf[MAXLEN], last[MAXLEN]; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c134 uint8_t last; local
164 last = tlabel_handle->tb_last[node_number];
167 * If there are any bad tlabels, see if the last bad tlabel recorded for
192 * stores the last tlabel used in last.
197 if ((free & ((uint64_t)1 << last)) != 0) {
199 tlabel_info->tbi_tlabel = last;
207 free = free & ~((uint64_t)1 << last);
210 * increment the last count so we start checking on the
214 (last)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dman.t37 last if $_ eq "###\n";
44 while (<TMP>) { last if /^\.TH/ }
54 last if $_ eq "###\n";
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_overflow.c65 * A single DBT is written to each chain, so a lot of space on the last page
146 PAGE *h, *last; local
157 for (last = NULL, p = dbt->data, sz = dbt->size;;
158 p = (char *)p + plen, last = h) {
170 if (last) {
171 last->nextpg = h->pgno;
172 mpool_put(t->bt_mp, last, MPOOL_DIRTY);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c64 hrtime_t now, last = 0, end; local
76 if ((now = gethrtime()) - last > NANOSEC) {
96 last = now;
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h146 struct arrowlist *last);
147 struct bubble *itree_next_bubble(struct event *eventp, struct bubble *last);
149 struct constraintlist *last);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c100 const U8 *last = s; local
135 last = s;
155 *slen = last - src;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpwent.t27 last;
39 last;
59 last;
107 last;
170 last unless defined $pw;
180 last unless defined $pw;
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
H A DSuccinctStackTraceFormatter.java92 private static void appendStackTraceElement(StackTraceElement last, argument
99 if (last == null || !last.getClassName().equals(
/opensolaris-onvv-gate/usr/src/lib/print/libipp-listener/common/
H A Dsend-document.c55 char last = PAPI_FALSE; local
57 "printer-uri", "job-id", "job-uri", "last-document",
67 * last-document
81 "last-document", &last);
83 ipp_set_status(response, status, "last-document: %s",
131 /* if it's the last document, commit the job */
132 if (last == PAPI_TRUE) {
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh165 if [ "$seconds" -ne "$last" ]; then
166 last=$seconds
188 if [ "$seconds" -ne "$last" ]; then
189 last=$seconds
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c111 static int yyswallow(last)
112 int last;
116 while (((c = yygetc(0)) > '\0') && (c != last))
121 if (c == last)
/opensolaris-onvv-gate/usr/src/cmd/last/
H A DMakefile24 # cmd/last/Makefile
27 PROG= last
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D16_handle.t84 last;
88 last;
94 last;
97 last;
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java290 Date first = start, last = end;
304 last = s.getEnd();
312 last));
378 Date first = start, last = end;
391 last = s.getEnd();
399 last));
465 Date first = start, last = end;
480 last = s.getEnd();
489 Integer.toString(count)))), first, last));
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dgetauuser.c70 char *last = NULL; local
92 au_user->au_name = _strtok_escape(buffer, sep, &last);
93 au_user->au_always = _strtok_escape(NULL, sep, &last);
94 au_user->au_never = _strtok_escape(NULL, sep, &last);

Completed in 201 milliseconds

1234567891011>>