Home
last modified time | relevance | path

Searched refs:last (Results 26 – 50 of 1797) sorted by relevance

12345678910>>...72

/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_04.XP.out4 <last-name>Jones</last-name>
9 <last-name>Patterson</last-name>
14 <last-name>Smith</last-name>
H A Dtest_06.X.out1last-name>Jones</last-name><department>660</department></employee><employee><first-name>Leslie</fi…
H A Dtest_06.XP.out4 <last-name>Jones</last-name>
9 <last-name>Patterson</last-name>
14 <last-name>Smith</last-name>
H A Dtest_03.X.out1last-name>Jones</last-name><department>660</department></employee><employee><first-name>Leslie</fi…
H A Dtest_03.XP.out12 <last-name>Jones</last-name>
17 <last-name>Patterson</last-name>
22 <last-name>Smith</last-name>
H A Dtest_08.X.out1last>3</last></item><item><name key="key">rope</name><count>85</count><sub><name>0</name><next>1</…
H A Dtest_08.XP.out92 <last>3</last>
109 <last>3</last>
126 <last>3</last>
143 <last>3</last>
160 <last>3</last>
H A Dtest_07.J.out1last-name":"გთხოვთ ახ","department":431,"percent-time":90,"columns":23,"benefits":"full"}, {"first…
H A Dtest_07.JP.out20 "last-name": "გთხოვთ ახ",
29 "last-name": "Οὐχὶ ταὐτὰ παρίσταταί μοι Jones",
38 "last-name": "Patterson",
47 "last-name": "Meter & Smith",
55 "last-name": "012345678901234567890",
63 "last-name": "საერთაშორისო",
/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c232 char *last; in parseline() local
235 if (!last) { in parseline()
239 *last++ = '\0'; in parseline()
252 char *last; in parseline() local
255 if (!last) { in parseline()
259 *last++ = '\0'; in parseline()
392 char *last; in parseipv6() local
395 if (!last) { in parseipv6()
399 *last++ = '\0'; in parseipv6()
417 char *last; in parseipv6() local
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcharconv34 constexpr to_chars_result to_chars(char* first, char* last, see below value,
36 to_chars_result to_chars(char* first, char* last, bool value,
39 to_chars_result to_chars(char* first, char* last, float value);
40 to_chars_result to_chars(char* first, char* last, double value);
41 to_chars_result to_chars(char* first, char* last, long double value);
43 to_chars_result to_chars(char* first, char* last, float value,
45 to_chars_result to_chars(char* first, char* last, double value,
47 to_chars_result to_chars(char* first, char* last, long double value,
50 to_chars_result to_chars(char* first, char* last, float value,
52 to_chars_result to_chars(char* first, char* last, double value,
[all …]
H A Dnumeric21 accumulate(InputIterator first, InputIterator last, T init);
29 reduce(InputIterator first, InputIterator last); // C++17
33 reduce(InputIterator first, InputIterator last, T init); // C++17
62 transform_reduce(InputIterator first, InputIterator last, T init,
75 exclusive_scan(InputIterator first, InputIterator last,
80 exclusive_scan(InputIterator first, InputIterator last,
89 inclusive_scan(InputIterator first, InputIterator last,
94 inclusive_scan(InputIterator first, InputIterator last,
100 transform_exclusive_scan(InputIterator first, InputIterator last,
107 transform_inclusive_scan(InputIterator first, InputIterator last,
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dedit.c189 last = h; in history_add()
202 os_free(last); in history_add()
563 switch (last) { in esc_seq_to_key1_no()
580 switch (last) { in esc_seq_to_key1_shift()
597 switch (last) { in esc_seq_to_key1_alt()
614 switch (last) { in esc_seq_to_key1_alt_shift()
631 switch (last) { in esc_seq_to_key1_ctrl()
707 switch (last) { in esc_seq_to_key2()
728 char last, *pos; in esc_seq_to_key() local
732 last = '\0'; in esc_seq_to_key()
[all …]
/freebsd/lib/libc/stdlib/
H A Dmerge.c70 #define ICOPY_LIST(src, dst, last) \ argument
73 while(src < last)
79 #define CCOPY_LIST(src, dst, last) \ argument
82 while (src < last)
135 last = list2 + nmemb * size; in mergesort_b()
137 while (*EVAL(list2) != last) { in mergesort_b()
144 if (p2 != last) in mergesort_b()
230 last = list2 + nmemb*size; in mergesort_b()
269 u_char *f1, *f2, *s, *l2, *last, *p2; in setup() local
283 last = list1 + size * (n - i); in setup()
[all …]
/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp166 std::size_t last = 0; in run_mount_tmpfs() local
169 mount_args[last++] = "mount"; in run_mount_tmpfs()
170 mount_args[last++] = "-ttmpfs"; in run_mount_tmpfs()
175 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
180 mount_args[last++] = "mount"; in run_mount_tmpfs()
186 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
191 mount_args[last++] = "mount"; in run_mount_tmpfs()
197 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
202 mount_args[last++] = "mount"; in run_mount_tmpfs()
208 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
[all …]
/freebsd/contrib/ntp/util/
H A Dprecision.c67 long last; in default_get_resolution() local
74 last = tp.tv_usec; in default_get_resolution()
77 diff = tp.tv_usec - last; in default_get_resolution()
80 last = tp.tv_usec; in default_get_resolution()
125 long last; in default_get_precision() local
140 last = tp.tv_usec; in default_get_precision()
149 diff = tp.tv_usec - last; in default_get_precision()
150 last = tp.tv_usec; in default_get_precision()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dstrerror.c97 size_t last; in FormatError() local
119 last = strlen(lpMsgBuf); in FormatError()
120 if (last > 0) { in FormatError()
121 --last; in FormatError()
123 while ('\n' == lpMsgBuf[last] || in FormatError()
124 '\r' == lpMsgBuf[last] || in FormatError()
125 ' ' == lpMsgBuf[last]) { in FormatError()
127 lpMsgBuf[last] = '\0'; in FormatError()
128 if (last > 0) { in FormatError()
129 --last; in FormatError()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h224 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) {
241 while (first != last)
243 return last;
262 for (; first != last; ++first) insert(where, *first);
271 iterator last = first; ++last;
272 if (where == first || where == last) return; // No change
273 transfer(where, L2, first, last);
[all …]
/freebsd/usr.sbin/ppp/
H A Dhdlc.c144 struct mbuf *last; in hdlc_LayerPush() local
152 for (last = bp; last->m_next; last = last->m_next) in hdlc_LayerPush()
155 if (last->m_size - last->m_offset - last->m_len >= 2) { in hdlc_LayerPush()
156 cp = MBUF_CTOP(last) + last->m_len; in hdlc_LayerPush()
157 last->m_len += 2; in hdlc_LayerPush()
160 last->m_next = tail; in hdlc_LayerPush()
/freebsd/sys/x86/x86/
H A Ddelay.c75 u_int last, mask, u; in delay_tc() local
95 last = func(tc) & mask; in delay_tc()
99 if (u < last) in delay_tc()
100 now += mask - last + u + 1; in delay_tc()
102 now += u - last; in delay_tc()
103 last = u; in delay_tc()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c56 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); in c4iw_id_alloc()
62 alloc->last += arc4random() % RANDOM_SKIP; in c4iw_id_alloc()
64 alloc->last = obj + 1; in c4iw_id_alloc()
65 if (alloc->last >= alloc->max) in c4iw_id_alloc()
66 alloc->last = 0; in c4iw_id_alloc()
96 alloc->last = arc4random() % RANDOM_SKIP; in c4iw_id_table_alloc()
98 alloc->last = 0; in c4iw_id_table_alloc()
/freebsd/sys/contrib/zlib/
H A Dinfback.c267 state->last = 0; in inflateBack()
281 if (state->last) { in inflateBack()
287 state->last = BITS(1); in inflateBack()
487 last = here; in inflateBack()
489 here = state->lencode[last.val + in inflateBack()
490 (BITS(last.bits + last.op) >> last.bits)]; in inflateBack()
494 DROPBITS(last.bits); in inflateBack()
541 last = here; in inflateBack()
543 here = state->distcode[last.val + in inflateBack()
544 (BITS(last.bits + last.op) >> last.bits)]; in inflateBack()
[all …]
/freebsd/sys/netinet/
H A Dtcp_reass.c322 last->tqe_len += tlen; in tcp_reass_append()
327 last->tqe_last = mlast; in tcp_reass_append()
333 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m, in tcp_reass_append()
335 last); in tcp_reass_append()
620 if (last != NULL) { in tcp_reass()
622 SEQ_LT((th->th_seq + *tlenp), (last->tqe_start + last->tqe_len))) { in tcp_reass()
632 (SEQ_GEQ((last->tqe_start + last->tqe_len), th->th_seq))) { in tcp_reass()
643 if (SEQ_GT((last->tqe_start + last->tqe_len), th->th_seq)) { in tcp_reass()
644 i = (last->tqe_start + last->tqe_len) - th->th_seq; in tcp_reass()
675 } else if (SEQ_GT(th->th_seq, (last->tqe_start + last->tqe_len))) { in tcp_reass()
[all …]
/freebsd/lib/libc/string/
H A Dstrtok.c48 __strtok_r(char *s, const char *delim, char **last) in __strtok_r() argument
53 if (s == NULL && (s = *last) == NULL) in __strtok_r()
67 *last = NULL; in __strtok_r()
85 *last = s; in __strtok_r()
96 static char *last; in strtok() local
98 return (__strtok_r(s, delim, &last)); in strtok()
/freebsd/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c1408 size_t last; in collect_a_seq() local
1493 last = 1; in collect_a_seq()
1498 last = 0; in collect_a_seq()
1508 last++; in collect_a_seq()
1610 last++; in collect_a_seq()
1623 k = last; in collect_a_seq()
1636 last++; in collect_a_seq()
1637 if (last >= in collect_a_seq()
1639 last = k; in collect_a_seq()
1655 last++; in collect_a_seq()
[all …]

12345678910>>...72