Home
last modified time | relevance | path

Searched refs:last (Results 201 – 225 of 1794) sorted by relevance

12345678910>>...72

/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_07.HP.out37 <div class="data" data-tag="last-name">გთხოვთ ახ </div>
50 <div class="data" data-tag="last-name">Οὐχὶ ταὐτὰ παρ</div>
63 <div class="data" data-tag="last-name">Patterson </div>
76 <div class="data" data-tag="last-name">Meter &amp; Smith </div>
88 <div class="data" data-tag="last-name">01234567890123</div>
101 <div class="data" data-tag="last-name">საერთაშორისო </div>
H A Dtest_05.HIPx.out150 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
160 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
170 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
180 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
189 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
199 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
209 …<div class="data" data-tag="last-name" data-xpath="/employees/employee/last-name" data-type="strin…
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_user.c65 char *last; in userfromstr() local
67 username = strtok_r(str, user_delim, &last); in userfromstr()
68 always = strtok_r(NULL, user_delim, &last); in userfromstr()
69 never = strtok_r(NULL, user_delim, &last); in userfromstr()
H A Dbsm_class.c66 char *last; in classfromstr() local
69 classflag = strtok_r(str, classdelim, &last); in classfromstr()
70 classname = strtok_r(NULL, classdelim, &last); in classfromstr()
71 classdesc = strtok_r(NULL, classdelim, &last); in classfromstr()
H A Dbsm_flags.c57 char *last; in getauditflagsbin() local
68 tok = strtok_r(auditstr, flagdelim, &last); in getauditflagsbin()
98 tok = strtok_r(NULL, flagdelim, &last); in getauditflagsbin()
/freebsd/crypto/openssl/tools/
H A Dc_rehash.in29 last if ( $flag eq '--');
72 last;
170 last if ($is_crl);
173 last if ($is_cert);
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dindex.awk37 last=0
43 if (i > last) {
44 last = i
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c285 char *last, *name, buf[BUFSIZ]; in source() local
302 if ((last = strrchr(name, '/')) == NULL) in source()
303 last = name; in source()
305 ++last; in source()
323 last); in source()
365 char *last, *vect[1], path[MAXPATHLEN]; in rsource() local
371 last = strrchr(name, '/'); in rsource()
372 if (last == 0) in rsource()
373 last = name; in rsource()
375 last++; in rsource()
[all …]
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c387 uint32_t first, last; in am335x_dmtimer_delay() local
395 last = DMTIMER_READ4(sc, DMT_TCRR); in am335x_dmtimer_delay()
396 if (last > first) { in am335x_dmtimer_delay()
397 counts -= (int32_t)(last - first); in am335x_dmtimer_delay()
399 counts -= (int32_t)((0xFFFFFFFF - first) + last); in am335x_dmtimer_delay()
401 first = last; in am335x_dmtimer_delay()
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm320 my $last;
325 $last = _unquote($_);
328 $args{$last} = _unquote($_) if $last;
329 undef $last;
/freebsd/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm347 my $last;
352 $last = _unquote($_);
355 $args{$last} = _unquote($_) if $last;
356 undef $last;
/freebsd/contrib/nvi/vi/
H A Dvs_relative.c97 size_t chlen, cno, curoff, last = 0, len, scno; in vs_columns() local
158 last = scno; in vs_columns()
165 last = scno; in vs_columns()
182 *diffp = scno - last; in vs_columns()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c52 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut() argument
54 if (last > first) { in WipeOut()
55 *--last = '\0'; in WipeOut()
70 return last; in WipeOut()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dereports.c66 int last = CRITERIA_NAMES_COUNT - 1; in print_ereport_line() local
89 (void) printf("%c", i == last ? '\n' : '\t'); in print_ereport_line()
126 (void) printf("%c", i == last ? '\n' : '\t'); in print_ereport_line()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c324 buf->last = chain; in evbuffer_chain_insert()
796 return (buf->last && CHAIN_PINNED_R(buf->last)); in HAS_PINNED_R()
804 dst->last = NULL; in ZERO_CHAIN()
831 *last = src->last; in PRESERVE_PINNED()
846 src->last = tmp; in PRESERVE_PINNED()
869 src->last = last; in RESTORE_PINNED()
884 dst->last = src->last; in COPY_CHAIN()
903 dst->last = src->last; in APPEND_CHAIN()
1442 buf->last = tmp; in evbuffer_pullup()
2030 buf->last = tmp; in evbuffer_expand_singlechain()
[all …]
/freebsd/contrib/libevent/
H A Dbuffer.c324 buf->last = chain; in evbuffer_chain_insert()
796 return (buf->last && CHAIN_PINNED_R(buf->last)); in HAS_PINNED_R()
804 dst->last = NULL; in ZERO_CHAIN()
831 *last = src->last; in PRESERVE_PINNED()
846 src->last = tmp; in PRESERVE_PINNED()
869 src->last = last; in RESTORE_PINNED()
884 dst->last = src->last; in COPY_CHAIN()
903 dst->last = src->last; in APPEND_CHAIN()
1442 buf->last = tmp; in evbuffer_pullup()
2030 buf->last = tmp; in evbuffer_expand_singlechain()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dresult.c36 unsigned int last; member
133 table->last = base + nresults - 1; in register_table()
185 if (result >= table->base && result <= table->last) { in isc_result_totext()
/freebsd/usr.bin/pathchk/
H A Dpathchk.c100 int last; in check() local
129 last = *end == '\0'; in check()
150 if (last) in check()
/freebsd/sys/sys/
H A D_stdarg.h42 #define va_start(ap, last) __builtin_va_start((ap), (last)) argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h276 struct list_head *last) in list_bulk_move_tail() argument
278 first->prev->next = last->next; in list_bulk_move_tail()
279 last->next->prev = first->prev; in list_bulk_move_tail()
282 last->next = head; in list_bulk_move_tail()
283 head->prev = last; in list_bulk_move_tail()
291 struct list_head *last; in linux_list_splice() local
296 last = list->prev; in linux_list_splice()
299 last->next = next; in linux_list_splice()
300 next->prev = last; in linux_list_splice()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c189 last = (unsigned int)inp_len + frag - (frag << (1 + n4x)); in tls1_1_multi_block_encrypt()
190 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_1_multi_block_encrypt()
192 last -= x4 - 1; in tls1_1_multi_block_encrypt()
219 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_1_multi_block_encrypt()
265 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_1_multi_block_encrypt()
295 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_1_multi_block_encrypt()
847 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha1_ctrl() local
876 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha1_ctrl()
877 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha1_ctrl()
879 last -= x4 - 1; in aesni_cbc_hmac_sha1_ctrl()
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c141 unsigned int frag, last, packlen, i; in tls1_multi_block_encrypt() local
157 if (last > frag && ((last + 13 + 9) % 64) < (x4 - 1)) { in tls1_multi_block_encrypt()
159 last -= x4 - 1; in tls1_multi_block_encrypt()
187 unsigned int len = (i == (x4 - 1) ? last : frag); in tls1_multi_block_encrypt()
236 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; in tls1_multi_block_encrypt()
266 unsigned int len = (i == (x4 - 1) ? last : frag), in tls1_multi_block_encrypt()
772 unsigned int frag, last, packlen, inp_len; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
798 last = inp_len + frag - (frag << n4x); in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
799 if (last > frag && ((last + 13 + 9) % 64 < (x4 - 1))) { in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
801 last -= x4 - 1; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
[all …]
/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c426 struct expression *exp=NULL, *last=NULL, *at; in parse_expression() local
471 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
474 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
483 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
486 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
489 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
492 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
496 at = alloc_and_hook_expr(&exp, &last); in parse_expression()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut() argument
64 if (last > first) { in WipeOut()
65 *--last = '\0'; in WipeOut()
83 return last; in WipeOut()
/freebsd/crypto/openssh/regress/
H A Dforwarding.sh11 last=$PORT
20 c=$last
23 last=$a
32 ${SSH} -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=10' \

12345678910>>...72