Searched refs:tbl_len (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dutils.c791 size_t tbl_len)
794 for (i = 0; i < tbl_len; i++) {
822 struct trans_tbl *tbl, size_t tbl_len)
829 for (i = 0; i < tbl_len; i++) {
841 int __str2type(const char *buf, struct trans_tbl *tbl, size_t tbl_len) argument
850 for (i = 0; i < tbl_len; i++)
882 int __str2flags(const char *buf, struct trans_tbl *tbl, size_t tbl_len) argument
893 for (i = 0; i < tbl_len; i++)
790 __type2str(int type, char *buf, size_t len, struct trans_tbl *tbl, size_t tbl_len) argument
821 __flags2str(int flags, char *buf, size_t len, struct trans_tbl *tbl, size_t tbl_len) argument

Completed in 64 milliseconds