Home
last modified time | relevance | path

Searched defs:indx (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/bin/pax/
H A Dtables.c127 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 Dsel_subs.c101 u_int indx; in usr_add() local
198 u_int indx; in grp_add() local
/freebsd/usr.bin/systat/
H A Dsystat.h66 #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 Dprocstat_rlimit.c73 humanize_rlimit(int indx, rlim_t limit) in humanize_rlimit()
/freebsd/crypto/krb5/src/lib/krad/
H A Dattr.c133 const unsigned char *indx; in user_password_encode() local
185 const unsigned char *indx; in user_password_decode() local
H A Dattrset.c117 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 Dfile.c297 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 Darchive_ppmd8.c19 #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 Darchive_ppmd7.c34 #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 Dpe.c56 size_t indx; in create_pe() local
H A Dsections.c115 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 Dsymbols.c272 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 Dfold.c146 int col, i, indx, space; in fold() local
/freebsd/sys/kern/
H A Dkern_malloc.c660 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 Dcbc_mac.c159 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 Dbtree.h126 #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 Dbtree.h130 #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 Dffs_alloc.c149 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 Dinputstr.c527 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 Deditbox.c259 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 Dbuttons.c143 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 Dtextbox.c420 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 Dlogin_cap.c105 size_t indx = 0; in strcspn_quote() local
159 size_t indx; in remove_quotes() local
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb_log.c111 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 Dkproplog.c320 uint32_t start_sno, i, j, indx; in print_update() local

123