/freebsd/bin/pax/ |
H A D | tables.c | 127 u_int indx; in chk_lnk() local 214 u_int indx; in purg_lnk() local 366 u_int indx; in chk_ftime() local 505 u_int indx; in add_name() local 573 u_int indx; in sub_name() local 700 u_int indx; in chk_dev() local 951 u_int indx; in add_atdir() local 1014 u_int indx; in get_atdir() local
|
H A D | sel_subs.c | 101 u_int indx; in usr_add() local 198 u_int indx; in grp_add() local
|
/freebsd/usr.bin/systat/ |
H A D | systat.h | 66 #define NVAL(indx) namelist[(indx)].n_value argument 67 #define NPTR(indx) (void *)NVAL((indx)) argument 68 #define NREAD(indx, buf, len) kvm_ckread(NPTR((indx)), (buf), (len)) argument
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_rlimit.c | 73 humanize_rlimit(int indx, rlim_t limit) in humanize_rlimit()
|
/freebsd/crypto/krb5/src/lib/krad/ |
H A D | attr.c | 133 const unsigned char *indx; in user_password_encode() local 185 const unsigned char *indx; in user_password_decode() local
|
H A D | attrset.c | 117 krad_attrset_del(krad_attrset *set, krad_attr type, size_t indx) in krad_attrset_del() 132 krad_attrset_get(const krad_attrset *set, krad_attr type, size_t indx) in krad_attrset_get()
|
/freebsd/usr.bin/sort/ |
H A D | file.c | 297 size_t indx = l->count; in sort_list_add() local 853 file_header_heap_swim(struct file_header **fh, size_t indx) in file_header_heap_swim() 873 file_header_heap_sink(struct file_header **fh, size_t indx, size_t size) in file_header_heap_sink() 1047 size_t indx = 0; in shrink_file_list() local 1253 sub_list_swim(struct sort_list **sl, size_t indx) in sub_list_swim() 1273 sub_list_sink(struct sort_list **sl, size_t indx, size_t size) in sub_list_sink()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd8.c | 19 #define I2U(indx) (p->Indx2Units[indx]) argument 117 static void InsertNode(CPpmd8 *p, void *node, unsigned indx) in InsertNode() 126 static void *RemoveNode(CPpmd8 *p, unsigned indx) in RemoveNode() 204 static void *AllocUnitsRare(CPpmd8 *p, unsigned indx) in AllocUnitsRare() 230 static void *AllocUnits(CPpmd8 *p, unsigned indx) in AllocUnits() 291 unsigned indx = U2I(nu); in MoveUnitsUp() local
|
H A D | archive_ppmd7.c | 34 #define I2U(indx) (p->Indx2Units[indx]) argument 152 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) in InsertNode() 158 static void *RemoveNode(CPpmd7 *p, unsigned indx) in RemoveNode() 249 static void *AllocUnitsRare(CPpmd7 *p, unsigned indx) in AllocUnitsRare() 275 static void *AllocUnits(CPpmd7 *p, unsigned indx) in AllocUnits()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | pe.c | 56 size_t indx; in create_pe() local
|
H A D | sections.c | 115 size_t indx; in is_remove_reloc_sec() local 342 size_t indx; in create_scn() local 1460 size_t indx, sizehint; in init_shstrtab() local
|
H A D | symbols.c | 272 size_t n, indx; in mark_reloc_symbols() local 348 size_t indx; in mark_section_group_symbols() local
|
/freebsd/usr.bin/fold/ |
H A D | fold.c | 146 int col, i, indx, space; in fold() local
|
/freebsd/sys/kern/ |
H A D | kern_malloc.c | 660 int indx; variable 714 int indx; in malloc_domain() local 737 int indx; in malloc_domainset() local 1100 int indx; in malloc_size() local 1274 uint8_t indx; in mallocinit() local
|
/freebsd/sys/opencrypto/ |
H A D | cbc_mac.c | 159 for (size_t indx = 0; indx < AES_CBC_MAC_HASH_LEN; indx++) in AES_CBC_MAC_Final() local
|
/freebsd/lib/libc/db/btree/ |
H A D | btree.h | 126 #define GETBINTERNAL(pg, indx) \ argument 153 #define GETRINTERNAL(pg, indx) \ argument 176 #define GETBLEAF(pg, indx) \ argument 208 #define GETRLEAF(pg, indx) \ argument
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
H A D | btree.h | 130 #define GETBINTERNAL(pg, indx) \ argument 157 #define GETRINTERNAL(pg, indx) \ argument 180 #define GETBLEAF(pg, indx) \ argument 212 #define GETRLEAF(pg, indx) \ argument
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 149 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1() 188 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs_blkpref_ufs2()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 527 const int *indx = dlg_index_wchars(string); in dlg_edit_string() local 653 const int *indx = dlg_index_wchars(string); in compute_edit_offset() local 714 const int *indx = dlg_index_wchars(string); in dlg_show_string() local
|
H A D | editbox.c | 259 const int *indx = dlg_index_wchars(text); in col_to_chr_offset() local 684 const int *indx = dlg_index_wchars(THIS_ROW); in dlg_editbox() local
|
H A D | buttons.c | 143 const int *indx = dlg_index_wchars(label); in get_hotkeys() local 181 const int *indx = dlg_index_wchars(label); in print_button() local
|
H A D | textbox.c | 420 const int *indx = dlg_index_wchars(line); in print_line() local 519 const int *indx; in get_search_term() local
|
/freebsd/lib/libutil/ |
H A D | login_cap.c | 105 size_t indx = 0; in strcspn_quote() local 159 size_t indx; in remove_quotes() local
|
/freebsd/crypto/krb5/src/lib/kdb/ |
H A D | kdb_log.c | 111 unsigned int indx = (sno - 1) % log_ctx->ulogentries; in check_sno() local 555 unsigned int indx, count; in ulog_get_entries() local
|
/freebsd/crypto/krb5/src/kprop/ |
H A D | kproplog.c | 320 uint32_t start_sno, i, j, indx; in print_update() local
|