Searched refs:last (Results 301 - 325 of 695) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c134 char *last; local
184 for ( tag = ber_first_element( ber, &len, &last );
186 tag = ber_next_element( ber, &len, last ) ) {
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c313 char buf[MSGSIZE], *conf = NULL, *token = NULL, *last = NULL; local
332 token = strtok_r(conf, " ", &last);
358 token = strtok_r(NULL, " ", &last);
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c219 /* Session is the last one in the list */
447 ses_delay_freed.last = sp;
450 ses_delay_freed.last->next = sp;
451 ses_delay_freed.last = sp;
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSessionUtil.c223 /* Session is the last one in the list */
401 ses_delay_freed.last = sp;
404 ses_delay_freed.last->next = sp;
405 ses_delay_freed.last = sp;
H A DkmsSession.h114 kms_session_t *last; /* points to the last session in the list */ member in struct:ses_to_be_freed_list
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dmib_handler.c297 Agent *last = NULL; local
303 last = first_agent;
304 while (last->next_agent != NULL)
305 last = last->next_agent;
306 last->next_agent = entry;
508 Subtree *entry = (Subtree*) t, *sp, *last=NULL; local
537 last = sp;
541 if(last == NULL){
545 entry->next_subtree = last
755 Table *entry = (Table*) t, *sp, *last=NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c55 * to is last+1
84 * the number of the last-read line in each file
90 * numbers of the 3 files is stored in last[1-3]
92 static int last[4]; variable
399 last[i] = rold->to;
438 delta = last[3] - last[i];
/opensolaris-onvv-gate/usr/src/cmd/intrstat/
H A Dintrstat.c367 hrtime_t last, now; local
563 last = gethrtime();
600 g_interval = now - last;
601 last = now;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.3124 To include a literal `\-', make it the first or last character.
145 the `b*' must match its last possibility\(emthe empty string\(emsince
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcompat06.t127 do { $ok = 0; last } unless $num->[$i] == $y->num->[$i];
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dexec.t116 last TODO;
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java156 historyIndex + " last = " +
178 " last = " + historyLast +
233 ", last = " + historyLast);
242 " last = " + historyLast + "\n\thistory = " +
248 * will replace the item that's currently last.
255 // replace last item
263 ", last = " + historyLast);
537 public void setNavButtons(int index, int last) { argument
538 Debug.message("HELP: NavButtons " + index + " " + last);
540 if (last > inde
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c412 char *last = NULL; local
420 last = l->assignment;
423 if (last == NULL)
426 f_print(fout, " = %s + %d", last, count++);
/opensolaris-onvv-gate/usr/src/lib/libast/common/port/
H A Dmc.c67 int last; local
102 last = 0;
156 last = 1;
169 if (last)
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s105 bcs,pn %ncc, .lastword ! if counter wraps, last word
161 ! n expired, so this is the last word. It may contain null bytes.
163 ! processing of this last src word, we are done. Otherwise continue
165 ! difference between the pointer past the last byte of src and the
226 ! we need to force a null byte in the last position of dst
261 bcs,pn %ncc, .lastword ! if counter wraps, last word
279 bcs,pn %ncc, .lastword ! if counter wraps, last word
297 bcs,pn %ncc, .lastword ! if counter wraps, last word
315 bcs,pn %ncc, .lastword ! if counter wraps, last word
/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c189 char *last; local
199 console = strtok_r(line, field_delims, &last);
210 mode_str = strtok_r(last, field_delims, &last);
237 dev_list = strtok_r(last, field_delims, &last);
250 device = strtok_r(dev_list, ":", &last);
258 device = strtok_r(last, ":", &last);
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppproto.c576 int last = 0; local
920 last = '\n';
982 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1124 if (last == '(')
1179 if (last == '(' && group == 2)
1191 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
1319 if (last
[all...]
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dhash.c603 HashNode *last; /* The previously searched node */ local
608 for(last=NULL, node=bucket->head;
610 last = node, node=node->next)
613 *prev = node ? last : NULL;
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h129 struct session *last; /* points to the last session in the list */ member in struct:ses_to_be_freed_list
/opensolaris-onvv-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c170 action_list *p, *last; local
183 last = p;
185 kmem_free(last, sizeof (*last));
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c182 /* find the last fragment of the header */
203 * last header fragment:
204 * 1. the header is in multiple mblks and the last fragment
214 * reallocate the mblk for the last header fragment,
317 * This is the last fragment of the packet, so
376 * Attach the mblk to the last tx control block
417 * If new mblk has been allocted for the last header
533 * If new mblk has been allocted for the last header
605 * If it is the last fragment copied to the current tx buffer,
873 ixgbe_tx_context_t *last; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dtimers.c87 static struct timeval last; local
94 * protect modification of last
118 * If the system hres time has been changed since the last time
129 else if ((sec <= last.tv_sec) && /* same or lower seconds, and */
130 ((sec != last.tv_sec) || /* either different second or */
131 (usec <= last.tv_usec)) && /* lower microsecond, and */
132 ((last.tv_sec - sec) <= 5)) { /* not way back in time */
133 sec = last.tv_sec;
134 usec = last.tv_usec + 1;
140 last
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h198 emlxs_event_entry_t *last; member in struct:emlxs_event_queue
/opensolaris-onvv-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c350 dev_info_t *dip, *next, *last = NULL; local
357 while (last != start) {
360 while (next != last) {
408 last = dip;
/opensolaris-onvv-gate/usr/src/uts/i86pc/vm/
H A Dhment.c723 page_t *last = last_page; local
724 page_t *pp = last;
732 last = pp = page_first();
743 if (pp == last)

Completed in 282 milliseconds

<<11121314151617181920>>