/freebsd/sbin/ipf/libipf/ |
H A D | ipft_tx.c | 232 char *last; in parseline() local 252 char *last; in parseline() local 392 char *last; in parseipv6() local 417 char *last; in parseipv6() local
|
/freebsd/contrib/libdivsufsort/lib/ |
H A D | sssort.c | 168 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_insertionsort() 263 ss_pivot(const sauchar_t *Td, const saidx_t *PA, saidx_t *first, saidx_t *last) { in ss_pivot() 292 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_partition() 311 saidx_t *first, saidx_t *last, in ss_mintrosort() 461 ss_rotate(saidx_t *first, saidx_t *middle, saidx_t *last) { in ss_rotate() 503 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_inplacemerge() 546 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_mergeforward() 596 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_mergebackward() 655 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_swapmerge() 748 saidx_t *first, saidx_t *last, in sssort()
|
H A D | trsort.c | 79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_insertionsort() 167 tr_pivot(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_pivot() 223 saidx_t *first, saidx_t *middle, saidx_t *last, in tr_partition() 265 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_copy() 290 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_partialcopy() 328 saidx_t *SA, saidx_t *first, saidx_t *last, in tr_introsort() 557 saidx_t *first, *last; in trsort() local
|
/freebsd/lib/libc/string/ |
H A D | strtok.c | 48 __strtok_r(char *s, const char *delim, char **last) in __strtok_r() 96 static char *last; in strtok() local
|
H A D | wcsrchr.c | 34 const wchar_t *last; in wcsrchr() local
|
H A D | wcstok.c | 41 wchar_t ** __restrict last) in wcstok()
|
/freebsd/lib/libc/regex/grot/ |
H A D | debug.c | 27 int last; local 66 int last; local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zle.c | 50 uchar_t *last = src + (256 - n); in zfs_zle_compress_buf() local 55 uchar_t *last = src + n; in zfs_zle_compress_buf() local
|
H A D | vdev_indirect_births.c | 168 vdev_indirect_birth_entry_phys_t *last = in vdev_indirect_births_last_entry_txg() local 191 vdev_indirect_birth_entry_phys_t *last; in vdev_indirect_births_physbirth() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | alloc_ttype.c | 211 unsigned last; in _nc_last_ext_name() local 236 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name() local 280 int last = (int) NUM_EXT_NAMES(tp) - 1; in _nc_del_ext_name() local 322 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_ins_ext_name() local 377 int last = first + to->ext_Strings; in adjust_cancels() local
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_compat_solaris_pax_sparse.c | 88 const char *last = buff; in test_compat_solaris_pax_sparse_1() local 160 const char *last = buff; in test_compat_solaris_pax_sparse_2() local
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | debug.c | 57 int last; in regprint() local 129 ssize_t last; in s_print() local
|
/freebsd/lib/libc/stdlib/ |
H A D | merge.c | 70 #define ICOPY_LIST(src, dst, last) \ argument 79 #define CCOPY_LIST(src, dst, last) \ argument 116 u_char *list2, *list1, *p2, *p, *last, **p1; in mergesort_b() local 269 u_char *f1, *f2, *s, *l2, *last, *p2; in setup() local
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | h_hash.c | 71 #define CHOMP(buf, len, last) \ argument 84 int len, outlen, last; in regress() local
|
/freebsd/contrib/ntp/util/ |
H A D | precision.c | 67 long last; in default_get_resolution() local 125 long last; in default_get_precision() local
|
/freebsd/contrib/wpa/src/utils/ |
H A D | edit.c | 178 struct edit_history *h, *match = NULL, *last = NULL; in history_add() local 561 static enum edit_key_code esc_seq_to_key1_no(char last) in esc_seq_to_key1_no() 578 static enum edit_key_code esc_seq_to_key1_shift(char last) in esc_seq_to_key1_shift() 595 static enum edit_key_code esc_seq_to_key1_alt(char last) in esc_seq_to_key1_alt() 612 static enum edit_key_code esc_seq_to_key1_alt_shift(char last) in esc_seq_to_key1_alt_shift() 629 static enum edit_key_code esc_seq_to_key1_ctrl(char last) in esc_seq_to_key1_ctrl() 646 static enum edit_key_code esc_seq_to_key1(int param1, int param2, char last) in esc_seq_to_key1() 700 static enum edit_key_code esc_seq_to_key2(int param1, int param2, char last) in esc_seq_to_key2() 728 char last, *pos; in esc_seq_to_key() local
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 258 int *first, int *last, int depth) { in ss_insertionsort() 353 ss_pivot(const unsigned char *Td, const int *PA, int *first, int *last) { in ss_pivot() 382 int *first, int *last, int depth) { in ss_partition() 401 int *first, int *last, in ss_mintrosort() 551 ss_rotate(int *first, int *middle, int *last) { in ss_rotate() 593 int *first, int *middle, int *last, in ss_inplacemerge() 636 int *first, int *middle, int *last, in ss_mergeforward() 686 int *first, int *middle, int *last, in ss_mergebackward() 745 int *first, int *middle, int *last, in ss_swapmerge() 837 int *first, int *last, in sssort() [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | test-normalize.c | 50 char *last; in parse_vector() local 85 char *last; in test() local
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | algorithm.cpp | 15 void __sort(RandomAccessIterator first, RandomAccessIterator last, Comp comp) { in __sort()
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehci.c | 918 #define EHCI_APPEND_FS_TD(std,last) (last) = _ehci_append_fs_td(std,last) argument 920 _ehci_append_fs_td(ehci_sitd_t *std, ehci_sitd_t *last) in _ehci_append_fs_td() 944 #define EHCI_APPEND_HS_TD(std,last) (last) = _ehci_append_hs_td(std,last) argument 946 _ehci_append_hs_td(ehci_itd_t *std, ehci_itd_t *last) in _ehci_append_hs_td() 970 #define EHCI_APPEND_QH(sqh,last) (last) = _ehci_append_qh(sqh,last) argument 972 _ehci_append_qh(ehci_qh_t *sqh, ehci_qh_t *last) in _ehci_append_qh() 1002 #define EHCI_REMOVE_FS_TD(std,last) (last) = _ehci_remove_fs_td(std,last) argument 1004 _ehci_remove_fs_td(ehci_sitd_t *std, ehci_sitd_t *last) in _ehci_remove_fs_td() 1022 #define EHCI_REMOVE_HS_TD(std,last) (last) = _ehci_remove_hs_td(std,last) argument 1024 _ehci_remove_hs_td(ehci_itd_t *std, ehci_itd_t *last) in _ehci_remove_hs_td() [all …]
|
/freebsd/usr.bin/users/ |
H A D | users.cc | 66 set<string>::iterator last = names.end(); in main() local
|
/freebsd/stand/libsa/ |
H A D | close.c | 66 struct open_file *f, *last; in close() local
|
/freebsd/contrib/blocklist/bin/ |
H A D | state.h | 45 time_t last; member
|
/freebsd/contrib/libpcap/missing/ |
H A D | strtok_r.c | 42 pcapint_strtok_r(char *s, const char *delim, char **last) in pcapint_strtok_r()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tabs.c | 91 int last = 1; in do_tabs() local 188 int last = 0; in print_ruler() local 254 int j, k, last; in trimmed_tab_list() local
|