Searched defs:last (Results 126 - 150 of 441) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c279 int first, last, incr, count = 0; local
311 last = strtol(cp+1,&endc,0);
314 else if(last<first)
355 last = cp[1];
362 else if(first>last)
427 if(incr*(first+incr) > last*incr)
H A Dstring.c673 * returns pointer to last character
675 char *sh_checkid(char *str, char *last) argument
682 if(c==']' && (!last || ((char*)cp==last)))
690 if(last)
691 last -=2;
700 last = (char*)v;
703 return(last);
/illumos-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);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_program.c89 dtrace_ecbdesc_t *last = NULL; local
107 if (edp == last)
109 last = edp;
315 dtrace_actdesc_t *last = sdp->dtsd_action_last; local
318 assert(last != NULL);
331 edp->dted_action = last->dtad_next;
333 ap->dtad_next = last->dtad_next;
339 last->dtad_next = NULL;
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c373 char *last; local
376 &last)) != NULL) {
378 strcat("/", last));
/illumos-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;
H A Dkeytab.c62 ErrMsg *err; /* Information about the last error */
80 int nc, int *first, int *last);
266 int first,last; /* The first and last entries in the table which */ local
306 switch(_kt_locate_keybinding(kt, binary, nc, &first, &last)) {
357 * Make space to insert the new key-sequence before 'last'.
359 if(last < kt->nkey) {
360 memmove(kt->table + last + 1, kt->table + last,
361 (kt->nkey - last) * sizeo
408 _kt_locate_keybinding(KeyTab *kt, const char *binary_keyseq, int nc, int *first, int *last) argument
486 int first,last; /* The indexes of the first and last matching entry */ local
[all...]
/illumos-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...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c97 char *last = NULL; local
119 exec->name = _strtok_escape(buffer, sep, &last);
120 exec->policy = _strtok_escape(NULL, sep, &last);
121 exec->type = _strtok_escape(NULL, sep, &last);
122 exec->res1 = _strtok_escape(NULL, sep, &last);
123 exec->res2 = _strtok_escape(NULL, sep, &last);
124 exec->id = _strtok_escape(NULL, sep, &last);
125 exec->attr = _strtok_escape(NULL, sep, &last);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen.c297 struct irs_rule **rules, *last, *tmp, *new; local
345 for (last = NULL, tmp = *rules;
347 last = tmp, tmp = tmp->next)
349 if (last == NULL)
352 last->next = new;
/illumos-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);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcat.c135 int last; local
146 last = -1;
172 if (last > 0)
174 *end = last;
175 last = -1;
195 last = -1;
201 last = -1;
207 last = *end;
274 c = last;
279 last
[all...]
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/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/lib/libldap5/sources/ldap/common/
H A Dsort.c87 LDAPMessage *e, *last; local
119 last = e;
129 *ep = last;
208 LDAPMessage *e, *last; local
260 last = e;
273 *ep = 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/nscd/
H A Dnscd_getentctx.c657 nscd_getent_context_t *first = NULL, *last = NULL; local
698 last->next_to_reclaim = gctx;
699 last = gctx;
703 last = gctx;
740 first = last = NULL;
/illumos-gate/usr/src/cmd/power/
H A Dparse.c165 int last; local
176 last = strlen(es_prop) - 1;
178 es_prop[last] = ch;
278 * tail so the last arg is found without any special-case code.
/illumos-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...]
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c189 do_range(processorid_t first, processorid_t last, int action, argument
197 for (cpu = first; cpu <= last; cpu++) {
205 cmdname, first, last);
324 processorid_t first, last; local
335 last = (processorid_t)
338 last < first || first < 0) {
345 if (do_range(first, last, action, pac))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h52 Op_arg_item _TKFAR *last; member in struct:Op_row_link
59 Op_row_link _TKFAR *last; member in struct:Op_arg
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c237 ctid_t *ids, last; local
315 last = -1;
319 if (ids[i] == last)
321 last = ids[i];
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c301 * This is the last element
515 struct off_tbl *offtp, *last = NULL; local
546 last->next = offtp;
547 last = offtp;
H A Dns_files.c225 struct dir_entry *last = NULL; local
282 * the last entry read to corroborate the search through
295 * our 'last' may no longer be valid
297 last = NULL;
301 if (add_dir_entry(word, list, &last) != 0) {
305 assert(last != NULL);

Completed in 126 milliseconds

1234567891011>>