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

1234567891011>>

/freebsd-current/stand/libsa/
H A Denvironment.c65 struct env_var *ev, *curr, *last; local
98 for (last = NULL, curr = environ; curr != NULL;
99 last = curr, curr = curr->ev_next) {
114 if (last == NULL) {
117 last->ev_next = ev;
118 ev->ev_prev = last;
H A Dnetif.c320 struct iodesc *last; local
326 last = TAILQ_LAST(&sockets, socket_list);
327 if (last != NULL)
328 s->io_id = last->io_id + 1;
350 struct iodesc *s, *last; local
369 TAILQ_FOREACH_REVERSE_SAFE(last, &sockets, socket_list, io_link, s) {
370 if (last->io_netif != NULL)
372 TAILQ_REMOVE(&sockets, last, io_link);
373 free(last);
H A Dopen.c104 struct open_file *f, *last; local
118 last = TAILQ_LAST(&files, file_list);
119 if (last != NULL)
120 f->f_id = last->f_id + 1;
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_pax_sparse.c88 const char *last = buff; local
89 last += bytes_read - 7;
92 assertEqualMem(last, data, 7);
160 const char *last = buff; local
161 last += bytes_read - 31;
164 assertEqualMem(last, data, 31);
/freebsd-current/cddl/contrib/opensolaris/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;
/freebsd-current/usr.sbin/bsdconfig/share/packages/
H A Dindex.awk37 last=0
43 if (i > last) {
44 last = i
/freebsd-current/cddl/contrib/opensolaris/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
/freebsd-current/contrib/mandoc/
H A Deqn.h59 struct eqn_box *last; /* Last child node. */ member in struct:eqn_box
H A Dtbl_data.c66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next;
74 * are beyond the last column of the table as a whole.
78 if (dp->layout->last->col + 1 < dp->opts->cols) {
83 dp->layout->last->next = cp;
84 cp->col = dp->layout->last->col + 1;
85 dp->layout->last = cp;
144 if (dp->last == NULL)
147 dp->last->next = dat;
148 dp->last
[all...]
H A Dtbl.h76 struct tbl_cell *last; /* Rightmost layout cell. */ member in struct:tbl_row
118 struct tbl_dat *last; /* Rightmost data cell. */ member in struct:tbl_span
/freebsd-current/contrib/nvi/vi/
H A Dv_sentence.c157 * the buffer is in line mode, and the ending position is the last
196 int last; local
240 for (last = 0;;) {
246 last = 1;
254 last = 0;
261 if (!last || --cnt != 0) {
262 last = 0;
313 last = 0;
316 last = 1;
319 last
[all...]
/freebsd-current/contrib/less/
H A Dposition.c170 int last; local
175 i = 0; dir = +1; last = sc_height-2;
178 i = sc_height-2; dir = -1; last = 0;
186 /* Values of dir and last don't matter after this. */
202 if (i == last) break;
/freebsd-current/sys/dev/iicbus/
H A Diic.h50 int last; member in struct:iiccmd
/freebsd-current/contrib/blocklist/bin/
H A Dstate.h45 time_t last; member in struct:dbinfo
/freebsd-current/usr.sbin/autofs/
H A Dpopen.c148 struct pid *cur, *last = NULL; local
158 last = cur;
163 if (last == NULL)
166 SLIST_REMOVE_AFTER(last, next);
/freebsd-current/crypto/openssl/test/
H A Dconf_include_test.c44 char *last = NULL; local
51 last = p++;
53 if (last == NULL)
55 last[DIRSEP_PRESERVE] = 0;
/freebsd-current/contrib/bmake/
H A Dimport.sh92 last=`sed -n '/ tag/s,.*/,bmake-,p' $post`
94 last="last import"
96 echo Intersting/relevant changes since $last; echo
103 echo $C since $last
/freebsd-current/contrib/mtree/
H A Dspec.c112 NODE *centry, *last, *pathparent, *cur; local
119 centry = last = NULL;
160 if (last->type != F_DIR || last->flags & F_DONE) {
161 if (last == root)
163 last = last->parent;
165 last->flags |= F_DONE;
231 last = root = centry;
239 last
727 NODE *last; /* the last node in the list */ local
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_reass.c314 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, argument
320 tcp_log_reassm(tp, last, NULL, th->th_seq, tlen, TCP_R_LOG_APPEND, 0);
322 last->tqe_len += tlen;
323 last->tqe_m->m_pkthdr.len += tlen;
325 last->tqe_flags |= (tcp_get_flags(th) & TH_FIN);
326 last->tqe_last->m_next = m;
327 last->tqe_last = mlast;
328 last->tqe_mbuf_cnt += lenofoh;
333 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last
519 struct tseg_qent *q, *last, *first; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c79 * The first and the last of Hangul syllables, Hangul Jamo Leading consonants,
1039 blocked(uchar_t *comb_class, size_t last) argument
1044 my_comb_class = comb_class[last];
1045 for (i = 1; i < last; i++)
1062 uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast)
1087 * The "last" is the index pointing to the last character not last + 1.
1089 if (last >= U8_MAX_CHARS_A_SEQ)
1090 last
1061 do_composition(size_t uv, uchar_t *s, uchar_t *comb_class, uchar_t *start, uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast) argument
1408 size_t last; local
[all...]
/freebsd-current/sys/contrib/zlib/
H A Dinfback.c253 code last; /* parent table entry */ local
267 state->last = 0;
276 /* Inflate until end of block marked as last */
281 if (state->last) {
287 state->last = BITS(1);
292 state->last ? " (last)" : ""));
298 state->last ? " (last)" : ""));
303 state->last
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect_births.c168 vdev_indirect_birth_entry_phys_t *last = local
170 return (last->vibe_phys_birth_txg);
191 vdev_indirect_birth_entry_phys_t *last; local
197 last = base + vib->vib_phys->vib_count - 1;
199 ASSERT3U(offset, <, last->vibe_offset);
201 while (last >= base) {
203 base + ((last - base) / 2);
211 last = p - 1;
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp44 void Environment::insert(iterator first, iterator last) { argument
45 while (first != last) {
/freebsd-current/tools/test/stress2/misc/
H A Dsnap11.sh51 last=`tail -1 /var/log/messages | cut -c1-15`
52 [ -z "$last" ] && last=dummy
85 sed "1,/$last/d" < /var/log/messages | tail -20 | grep -m 1 "check-hash" && s=1
/freebsd-current/crypto/openssl/crypto/
H A Dparams_dup.c50 void ossl_param_set_secure_block(OSSL_PARAM *last, void *secure_buffer, argument
53 last->key = NULL;
54 last->data_size = secure_buffer_sz;
55 last->data = secure_buffer;
56 last->data_type = OSSL_PARAM_ALLOCATED_END;
105 OSSL_PARAM *last, *dst; local
132 last = ossl_param_dup(src, dst, buf, NULL);
133 /* Store the allocated secure memory buffer in the last param block */
134 ossl_param_set_secure_block(last, buf[OSSL_PARAM_BUF_SECURE].alloc,

Completed in 141 milliseconds

1234567891011>>