Home
last modified time | relevance | path

Searched defs:maxlen (Results 26 – 50 of 145) sorted by relevance

123456

/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c157 u_int maxlen; in sys_rpctls_syscall() local
751 u_int maxlen; in _svcauth_rpcsec_tls() local
840 u_int maxlen; in rpctls_getinfo() local
/freebsd/bin/dd/
H A Dconv.c100 size_t cnt, maxlen; in block() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c93 unsigned maxlen = 16; in make_keys() local
/freebsd/tools/tools/ath/athkey/
H A Dathkey.c50 getdata(const char *arg, u_int8_t *data, size_t maxlen) in getdata()
/freebsd/crypto/heimdal/lib/krb5/
H A Dn-fold.c105 size_t maxlen = 2 * max(size, len); in _krb5_n_fold() local
/freebsd/crypto/openssl/include/openssl/
H A Dbuffer.h39 # define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen) argument
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c87 wgetn_wstr(WINDOW *win, wint_t *str, int maxlen) in wgetn_wstr()
/freebsd/sys/net80211/
H A Dieee80211_ageq.c52 ieee80211_ageq_init(struct ieee80211_ageq *aq, int maxlen, const char *name) in ieee80211_ageq_init()
/freebsd/contrib/atf/atf-c/detail/
H A Ddynstr_test.c176 const size_t maxlen = 8192; in ATF_TC_BODY() local
374 const size_t maxlen = 8192; in check_append() local
474 const size_t maxlen = 8192; in check_prepend() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c782 int maxlen) in neol_hexatoi_len()
800 int maxlen) in neol_atoi_len()
901 size_t maxlen) in neol_query_firmware()
/freebsd/crypto/openssl/crypto/
H A Do_str.c35 size_t maxlen; in CRYPTO_strndup() local
66 size_t OPENSSL_strnlen(const char *str, size_t maxlen) in OPENSSL_strnlen()
/freebsd/contrib/libedit/
H A Dhist.c177 size_t maxlen = 0; in hist_command() local
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dmemchr.c53 size_t maxlen) in test()
H A Dmemrchr.c51 size_t maxlen) in test()
H A Dstrncmp.c49 test (const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, in test()
/freebsd/sys/fs/cd9660/
H A Diso_rrip.h69 u_short maxlen; /* maximum length of above */ member
/freebsd/bin/ls/
H A Dls.h70 int maxlen; member
/freebsd/sys/rpc/
H A Dtypes.h89 unsigned int maxlen; member
/freebsd/sys/dev/iicbus/
H A Diichid.c266 iichid_cmd_read(struct iichid_softc* sc, void *buf, iichid_size_t maxlen, in iichid_cmd_read()
415 iichid_cmd_get_report(struct iichid_softc* sc, void *buf, iichid_size_t maxlen, in iichid_cmd_get_report()
582 iichid_size_t maxlen, actual; in iichid_intr() local
913 hid_size_t maxlen, hid_size_t *actlen) in iichid_read()
945 hid_size_t maxlen, hid_size_t *actlen, uint8_t type, uint8_t id) in iichid_get_report()
/freebsd/sys/dev/firewire/
H A Dfwcrom.c470 crom_copy(uint32_t *src, uint32_t *dst, int *offset, int len, int maxlen) in crom_copy()
482 crom_load(struct crom_src *src, uint32_t *buf, int maxlen) in crom_load()
/freebsd/usr.bin/patch/
H A Dinp.c286 size_t i = 0, j, blen = 0, maxlen = 1; in plan_b() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.cpp79 const size_t maxlen = data.size() - *off; in readString() local
/freebsd/sys/dev/usb/input/
H A Dusbhid.c103 uint16_t maxlen; member
556 hid_size_t maxlen, hid_size_t *actlen, uint8_t type, uint8_t id) in usbhid_get_report()
605 hid_size_t maxlen, hid_size_t *actlen) in usbhid_read()
/freebsd/sys/netlink/
H A Dnetlink_message_parser.c445 int maxlen = NLA_DATA_LEN(nla); in nlattr_get_chara() local
462 int maxlen = NLA_DATA_LEN(nla); in nlattr_get_string() local
477 int maxlen = NLA_DATA_LEN(nla); in nlattr_get_stringn() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c68 char *pn, int maxlen, zfs_stat_t *sb) in get_stats_for_obj()
379 int maxlen) in describe_free()

123456