Searched defs:last (Results 76 - 100 of 441) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h181 struct mlist_head *last = list->prev; local
187 last->next = at;
188 at->prev = last;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c141 hrtime_t last; local
143 last = hrtime_last;
144 if (result < last)
145 result = last + 1;
147 last, result) != last);
/illumos-gate/usr/src/boot/lib/libstand/
H A Denvironment.c70 struct env_var *ev, *curr, *last; local
103 for (last = NULL, curr = environ;
105 last = curr, curr = curr->ev_next) {
120 if (last == NULL) {
123 last->ev_next = ev;
124 ev->ev_prev = last;
/illumos-gate/usr/src/boot/lib/libz/
H A Dinffast.c73 z_const unsigned char FAR *last; /* have enough input while in < last */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c266 char *last; local
268 if ((last = strchr(instr, '#')) == 0) {
269 last = instr + linelen;
271 *last-- = '\0'; /* Nuke '\n' or #comment */
289 while (isspace(*last)) {
290 --last;
293 linelen = last - first + 1;
396 char *cp, *first, *last; local
510 * the system backwards since the last modification of /etc/mumble
552 last
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dsleep.c52 char *last; local
70 d = strtod(cp, &last);
71 if(*last)
77 ns = tmxdate(cp, &last, now);
81 ns = tmxdate(pp, &last, now);
82 if(*last && (pp = sfprints("p%s", cp)))
83 ns = tmxdate(pp, &last, now);
85 if(*last)
H A Dtrap.c239 char *last, *name; local
242 n = strtol(string,&last,10);
243 if(*last)
265 n = strtol(stakptr(o),&last,10);
266 if(!*last)
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c97 sip_timeout_t *current, *last; local
99 last = NULL;
113 last->sip_timeout_next =
117 timeout_current_end = last;
129 last = current;
138 last = NULL;
146 last->sip_timeout_next =
160 last = current;
177 sip_timeout_t *last; local
214 last
243 sip_timeout_t *last = NULL; local
[all...]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c39 #define last(f) (f->field [Pmax(f, P(f))]) macro
202 return (_set_current_field(f, next(last(f))));
262 return (next(last(f)));
/illumos-gate/usr/src/lib/libtecla/common/
H A Dioutil.c54 * string, a newline will not be started at the end of the last word
76 * in the last column of the terminal line. If
108 int last = start; /* The column number of the last character written */ local
150 last = start;
155 if(indentation > 0 && last < indentation) {
156 if(_io_pad_line(write_fn, data, fill_char, indentation - last))
158 last = indentation;
164 if(prefix_len > 0 && last < margin_width) {
165 int pstart = last
[all...]
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c177 char *last = NULL; local
187 str = _strtok_escape(buffer, sep, &last);
196 rhstrp->template = _strtok_escape(NULL, sep, &last);
/illumos-gate/usr/src/lib/libnsctl/common/
H A Dmachdep.c167 char *cp, *tofree, *last; local
217 cp = strtok_r(cp, sep, &last);
224 cp = strtok_r(NULL, sep, &last);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c110 unsigned char* last; local
150 last = p1 + c1;
151 while (p1 < last)
160 sfprintf(sfstdout, "%6I*d ", sizeof(pos), pos - (last - p1));
165 sfprintf(sfstdout, "%6I*d %3o %3o\n", sizeof(pos), pos - (last - p1), c1, *(p2 - 1));
169 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u\n", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);
H A Ddate.c71 " an odd number of arguments then the last time argument is differenced"
157 "[L:last?List only the last time for multiple \adate\a operands.]"
290 int last = 0; /* display the last time arg */ local
330 last = 1;
460 if (!last)
/illumos-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 ) ) {
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c25 static char last(char *);
76 last(tx)) != 0);
78 lauth = last(tx) == '.';
107 lauth = last(tx) == '.';
121 ltitle = (mindex(".;,?", last(tx)) != 0);
123 lother = (mindex(".;,?", last(tx)) != 0);
246 last(char *s) function
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c86 uint32_t last; local
182 /* Get last entry id saved */
183 last = log.count - 1;
196 count = last - first + 1;
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c105 /* Remove any log files before the last stable LSN. */
190 int array_size, last, n, nxt, ret; local
261 for (last = nxt = 0; nxt < n;) {
267 if (last != nxt) {
268 array[last] = array[nxt];
272 strcmp(array[last], array[nxt]) == 0; ++nxt) {
279 DB_APP_DATA, NULL, array[last], 0, NULL, &real_name)) != 0)
285 __os_freestr(array[last]);
286 array[last] = NULL;
291 __os_freestr(array[last]);
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c203 int last = YYNCGIDTBL - 1; local
219 while (last >= 0) {
220 int i = (first+last)/2;
231 last = i - 1;
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c81 char *last; local
209 last = "";
211 if (strcmp(last, (*tb)->ml_directory))
213 last = (*tb)->ml_directory;
216 last = "";
218 if (strcmp(last, (*tb)->ml_hostname))
220 last = (*tb)->ml_hostname;
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c252 char *last; local
254 last = strchr(*cpp, ',');
255 if (!last) {
259 *last++ = '\0';
260 tcp->th_sport = htons(tx_portnum(last));
272 char *last; local
274 last = strchr(*cpp, ',');
275 if (!last) {
279 *last++ = '\0';
280 tcp->th_dport = htons(tx_portnum(last));
[all...]
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c73 char *last; local
201 last = strrchr(head, '/');
202 *++last = '\0';
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c291 static int last = 0; local
298 last = 0;
312 last = index-1;
318 i = last;
353 last = i = upper;
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c71 static const file_info_t *last; variable
188 * rlines -- display the last offset lines of the file.
244 if (last != file && no_files > 1) {
248 last = file;
415 last = --file;
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c747 int i, last; local
753 * than NCCS control chars are printed because the last control slot
763 last = MAX_CC;
765 last = NCC;
769 (void) printf(":%x", (i >= last) ? 0 : cb.c_cc[i]);
792 for (i = 0; i < last; i++)

Completed in 149 milliseconds

1234567891011>>