Searched refs:last (Results 176 - 200 of 601) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/shcomp/
H A DMakefile46 LDLIBS += -lshell -last
51 # case - it MUST come as the last element but future changes in -D options
52 # may then cause silent breakage in the AST sources because the last -D
/illumos-gate/usr/src/cmd/ksh/builtins/
H A DMakefile119 LDLIBS += -lshell -lcmd -last
/illumos-gate/usr/src/cmd/tbl/
H A Dt..c69 extern char *last, *ifile;
H A Dt9.c36 last =cstore;
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.c247 elem *last = NULL; local
258 last = cur;
261 if (last) {
264 last->next = e;
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c171 uint16_t rover, last; local
179 last = rover;
184 last = rover - 1;
201 } while (rover++ != last);
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c93 int last; local
97 last = nb_dimms_per_channel * nb_number_memory_controllers;
98 for (i = 0; i < last; i++) {
103 if (i < last) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c68 report_free_dnode_range(struct diffarg *da, uint64_t first, uint64_t last) argument
70 ASSERT(first <= last);
77 da->da_ddr.ddr_last = last;
80 da->da_ddr.ddr_last = last;
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c118 char last; local
532 last = 'b';
553 last = 'h';
557 if (cntck != 'y' && last != 'h')
560 last = 'b';
565 if (cntck != 'y' && last == 'f')
568 last = 'f';
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c55 struct dir_entry *last; member in struct:dir_cbdata
485 readdir_cbdata.last = NULL;
522 struct dir_entry *last = indata->last; local
553 if (add_dir_entry(key, list, &last)) {
558 indata->last = last;
/illumos-gate/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...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar103 int last = YYNMBCHARS - 1;
108 if( yymbchars[last].character < i ){
111 while ((last>=first)&&(first>=0)) {/*Binary search loop*/
112 mid = (first+last)/2;
119 last = mid -1;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c521 char *krb5int_utf8_strtok(char *str, const char *sep, char **last) argument
526 if (last == NULL)
529 begin = str ? str : *last;
534 *last = NULL;
546 *last = end;
/illumos-gate/usr/src/lib/libcmd/common/
H A Duname.c232 if ((char*)&ut.m[sizeof(ut.m)] > last) \
233 last = (char*)&ut.m[sizeof(ut.m)]; \
472 char* last = (char*)&ut; local
488 if (last < ((char*)(&ut + 1)))
490 s = t = last;
/illumos-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c226 struct rawdev *last, *rdp; local
231 for (last = NULL, rdp = *devlist; rdp; last = rdp, rdp = rdp->nxtrd) {
247 if (last) {
248 last->nxtrd = rdp->nxtrd;
/illumos-gate/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;
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c87 upath_t **first, **last; local
92 last = &oplmsu_uinst->last_upath;
94 if ((*first != del_upath) && (*last != del_upath)) {
105 if (*last == del_upath) {
106 *last = (*last)->u_prev;
107 if (*last) {
108 (*last)->u_next = NULL;
160 lpath_t **first, **last; local
165 last
200 oplmsu_link_high_primsg(mblk_t **first, mblk_t **last, mblk_t *add_msg) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c316 struct roffnode *last; /* leaf of stack */ member in struct:roff
322 const char *current_string; /* value of last called user macro */
324 struct tbl_node *last_tbl; /* last table parsed */
326 struct eqn_node *last_eqn; /* last equation parsed */
334 int argc; /* number of args of the last macro */
808 assert(r->last);
809 p = r->last;
811 r->last = r->last->parent;
831 p->parent = r->last;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd235 last;
253 last;
262 last;
284 last;
292 # except the last must match exactly. The last is used to order the
310 last;
314 last unless $flag;
321 last;
482 last i
[all...]
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c497 * the last entry before kadmind crashed, ergo
703 * Get the last set of updates seen, (last+1) to n is returned.
708 kdb_last_t last, /* input - slave's last sno */
754 if ((last.last_sno > ulog->kdb_last_sno) ||
755 (last.last_sno < ulog->kdb_first_sno) ||
756 (last.last_sno == 0)) {
761 } else if (last.last_sno <= ulog->kdb_last_sno) {
762 sno = last
706 ulog_get_entries( krb5_context context, kdb_last_t last, kdb_incr_result_t *ulog_handle) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c76 mcamd_mc_next(mcamd_hdl_t *hdl, mcamd_node_t *root, mcamd_node_t *last) argument
82 if (last == NULL)
85 mc = node2type(last, MC_NT_MC);
98 mcamd_cs_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) argument
109 if (last == NULL) {
121 mccs = node2type(last, MC_NT_CS);
134 cmn_err(CE_PANIC, "Bad last value for "
155 mcamd_dimm_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) argument
166 if (last == NULL) {
178 mcd = node2type(last, MC_NT_DIM
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c211 * the first and last differing characters. A clear-eol is used to
236 int col, last, tail, jump, count; local
254 last = newscr->_last[row];
255 if (COLS < last)
256 last = COLS;
272 if (last < tail + CEOL_SIZE)
279 for (jump = -1; col < last; ) {
286 if (last <= ++col)
320 while (col < last
345 *** hacks for writting into the last
[all...]
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c339 limit = (maxtab-1)/(incr?incr:1)-1; /* # last actual tab */
353 int i, t, last; local
356 last = 0;
361 tabvect[i++] = last += t;
369 if ((t = getnum(&scan)) > last)
370 tabvect[i++] = last = t;
380 if (last > NCOLS) {
383 "tabs: %s: last tab stop would be set at a column greater than %d\n"),

Completed in 148 milliseconds

1234567891011>>