Searched refs:last (Results 51 - 75 of 917) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c57 int last; local
62 fprintf(d, ", first %ld last %ld", (long)g->firststate,
99 last = -1;
102 if (last < 0) {
104 last = c;
107 if (last >= 0) {
108 if (last != c-1)
111 last = -1;
129 ssize_t last; local
177 last
[all...]
/freebsd-current/usr.bin/systat/
H A Dkeyboard.c53 struct timeval last, intvl, now, tm; local
57 gettimeofday(&last, NULL);
66 tm.tv_sec = last.tv_sec + intvl.tv_sec - now.tv_sec;
67 tm.tv_usec = last.tv_usec + intvl.tv_usec - now.tv_usec;
79 gettimeofday(&last, NULL);
111 gettimeofday(&last, NULL);
/freebsd-current/lib/libc/stdlib/
H A Dmerge.c70 #define ICOPY_LIST(src, dst, last) \
73 while(src < last)
79 #define CCOPY_LIST(src, dst, last) \
82 while (src < last)
116 u_char *list2, *list1, *p2, *p, *last, **p1; local
135 last = list2 + nmemb * size;
137 while (*EVAL(list2) != last) {
140 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
144 if (p2 != last)
230 last
269 u_char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/freebsd-current/contrib/libdiff/compat/
H A Dmerge.c61 #define ICOPY_LIST(src, dst, last) \
64 while(src < last)
70 #define CCOPY_LIST(src, dst, last) \
73 while (src < last)
99 u_char *list2, *list1, *p2, *p, *last, **p1; local
122 last = list2 + nmemb * size;
124 while (*EVAL(list2) != last) {
127 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
131 if (p2 != last)
217 last
257 u_char tmp, *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Doperations.cpp166 std::size_t last = 0; local
169 mount_args[last++] = "mount";
170 mount_args[last++] = "-ttmpfs";
173 mount_args[last++] = size_arg.c_str();
175 mount_args[last++] = "tmpfs";
176 mount_args[last++] = mount_point.c_str();
180 mount_args[last++] = "mount";
181 mount_args[last++] = "-ttmpfs";
184 mount_args[last++] = size_arg.c_str();
186 mount_args[last
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp34 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
35 if (data_.current >= last) return false;
37 (char *)internal_memchr(data_.current, '\n', last - data_.current);
39 next_line = last;
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_methods.c110 struct eap_method *m, *last = NULL; local
125 last = m;
128 if (last)
129 last->next = method;
/freebsd-current/sbin/ipf/libipf/
H A Dprintdstl_live.c22 int printed, last; local
58 last = 0;
61 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
63 last = 1;
H A Dipft_tx.c232 char *last; local
234 last = strchr(*cpp, ',');
235 if (!last) {
239 *last++ = '\0';
240 tcp->th_sport = htons(tx_portnum(last));
252 char *last; local
254 last = strchr(*cpp, ',');
255 if (!last) {
259 *last++ = '\0';
260 tcp->th_dport = htons(tx_portnum(last));
392 char *last; local
417 char *last; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzle.c49 uchar_t *last = src + (256 - n); local
50 while (src < MIN(last, s_end) && src[0] == 0)
54 uchar_t *last = src + n; local
57 while (src < MIN(last, s_end) - 1 && (src[0] | src[1]))
/freebsd-current/crypto/openssl/apps/lib/
H A Dapp_rand.c44 int last, ret = 1; local
47 last = 0;
51 last = 1;
58 if (last)
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree.h36 unsigned long last; member in struct:interval_tree_node
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_fqueue.h31 struct mkuz_bchain_link *last; member in struct:mkuz_fifo_queue
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h73 Iterator /*last*/) {
107 /// ilist_sentinel, which holds pointers to the first and last nodes in the
221 // [first, last) into position.
223 void transfer(iterator position, iplist_impl &L2, iterator first, iterator last) { argument
224 if (position == last)
228 this->transferNodesFromList(L2, first, last);
230 base_list_type::splice(position, L2, first, last);
240 iterator erase(iterator first, iterator last) { argument
241 while (first != last)
243 return last;
261 insert(iterator where, InIt first, InIt last) argument
271 iterator last = first; ++last; local
275 splice(iterator where, iplist_impl &L2, iterator first, iterator last) argument
[all...]
/freebsd-current/crypto/openssl/test/recipes/
H A D02-test_ordinals.t35 last;
52 last;
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dcalendar.h36 inline constexpr last_spec last{};
/freebsd-current/libexec/rc/rc.d/
H A Dsysctl14 reload_cmd="sysctl_start last"
15 lastload_cmd="sysctl_start last"
21 last)
/freebsd-current/tools/test/stress2/misc/
H A Dsyscall5.sh30 # Only run the last ~16 syscalls, if no argument is specified.
40 last=/tmp/syscall5.last
48 r) [ -h $last ] &&
49 syscall=`ls -l $last | awk '{print $NF}'`
77 ln -fs $n $last
99 rm -f $log $last
H A Ddup.sh76 int fd, fd2, i, j, last;
91 last = fd2;
101 if (fstat(last, &st) == -1)
/freebsd-current/contrib/wpa/src/utils/
H A Dedit.c178 struct edit_history *h, *match = NULL, *last = NULL; local
189 last = h;
200 if (count >= HISTORY_MAX && last) {
201 dl_list_del(&last->list);
202 os_free(last);
561 static enum edit_key_code esc_seq_to_key1_no(char last) argument
563 switch (last) {
578 static enum edit_key_code esc_seq_to_key1_shift(char last) argument
580 switch (last) {
595 static enum edit_key_code esc_seq_to_key1_alt(char last) argument
612 esc_seq_to_key1_alt_shift(char last) argument
629 esc_seq_to_key1_ctrl(char last) argument
646 esc_seq_to_key1(int param1, int param2, char last) argument
700 esc_seq_to_key2(int param1, int param2, char last) argument
728 char last, *pos; local
[all...]
/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.c107 int last; local
110 last = IS_DEFAULT_VNET(curvnet) ? 1: 0;
111 nat64stl_uninit(ch, last);
112 nat64clat_uninit(ch, last);
113 nat64lsn_uninit(ch, last);
/freebsd-current/libexec/talkd/
H A Dtable.c65 TABLE_ENTRY *last; member in struct:table_entry
168 ptr->next->last = ptr;
169 ptr->last = NIL;
222 else if (ptr->last != NIL)
223 ptr->last->next = ptr->next;
225 ptr->next->last = ptr->last;
/freebsd-current/contrib/mandoc/
H A Dmdoc_validate.c300 /* Validate the subtree rooted at mdoc->last. */
313 n = mdoc->last;
331 mdoc->last = mdoc->last->child;
332 while (mdoc->last != NULL) {
334 if (mdoc->last == n)
335 mdoc->last = mdoc->last->child;
337 mdoc->last = mdoc->last
[all...]
/freebsd-current/lib/libc/db/btree/
H A Dbt_overflow.c57 * A single DBT is written to each chain, so a lot of space on the last page
130 PAGE *h, *last; local
141 for (last = NULL, p = dbt->data, sz = dbt->size;;
142 p = (char *)p + plen, last = h) {
154 if (last) {
155 last->nextpg = h->pgno;
156 mpool_put(t->bt_mp, last, MPOOL_DIRTY);
/freebsd-current/usr.sbin/ppp/
H A Dasync.c192 struct mbuf *nbp, **last; local
202 last = &nbp;
208 *last = async_Decode(&p->async, *ch++);
209 if (*last != NULL)
210 last = &(*last)->m_nextpkt;

Completed in 312 milliseconds

1234567891011>>