Home
last modified time | relevance | path

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

12

/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/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/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()
286 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/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/sys/kern/
H A Dkern_malloc.c503 int indx; in malloc_dbg() local
628 int indx; variable
682 int indx; in malloc_domain() local
705 int indx; in malloc_domainset() local
1066 int indx; in malloc_size() local
1229 uint8_t indx; in mallocinit() local
/freebsd/usr.bin/fold/
H A Dfold.c146 int col, i, indx, space; in fold() 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/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/sys/riscv/riscv/
H A Dmachdep.c143 int indx; in cpu_startup() local
/freebsd/sys/powerpc/powerpc/
H A Dmachdep.c212 int indx; in cpu_startup() local
/freebsd/sys/crypto/aesni/
H A Daesni_ccm.c77 int indx = sizeof(*block) - 1; in append_int() local
/freebsd/usr.bin/m4/
H A Dmisc.c71 indx(const char *s1, const char *s2) in indx() function
/freebsd/crypto/openssl/apps/
H A Dsrp.c64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry()

12