Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 25 of 111) sorted by relevance

12345

/openbsd/lib/libcurses/base/
H A Dlib_getstr.c78 int maxlen, in wgetnstr_events()
216 wgetnstr(WINDOW *win, char *str, int maxlen) in wgetnstr()
/openbsd/usr.bin/finger/
H A Dlprint.c72 int cpr, len, maxlen; in lprint() local
218 int lenthis, maxlen; in demi_print() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp171 uptr internal_strlcat(char *dst, const char *src, uptr maxlen) { in internal_strlcat()
193 uptr internal_strlcpy(char *dst, const char *src, uptr maxlen) { in internal_strlcpy()
212 uptr internal_strnlen(const char *s, uptr maxlen) { in internal_strnlen()
267 uptr internal_wcsnlen(const wchar_t *s, uptr maxlen) { in internal_wcsnlen()
/openbsd/sys/nfs/
H A Dnfsm_subs.h137 nfsm_strsiz(struct nfsm_info *infop, int *lenp, int maxlen) in nfsm_strsiz()
173 nfsm_strtom(struct nfsm_info *infop, char *str, size_t len, size_t maxlen) in nfsm_strtom()
/openbsd/sys/lib/libkern/
H A Dstrnlen.c23 strnlen(const char *str, size_t maxlen) in strnlen()
/openbsd/lib/libc/string/
H A Dstrnlen.c24 strnlen(const char *str, size_t maxlen) in strnlen()
H A Dwcsnlen.c35 wcsnlen(const wchar_t *s, size_t maxlen) in wcsnlen()
H A Dstrndup.c26 strndup(const char *str, size_t maxlen) in strndup()
/openbsd/usr.sbin/dhcrelay/
H A Ddhcrelay.c645 int maxlen, neededlen; in relay_agentinfo_append() local
769 int maxlen, remaining, matched = 0; in relay_agentinfo_remove() local
/openbsd/games/boggle/boggle/
H A Dprtable.c68 int a, b, cols, loc, maxlen, nrows, z; in prtable() local
/openbsd/lib/libcurses/tinfo/
H A Dmake_keys.c95 unsigned maxlen = 16; in make_keys() local
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dnetif_of.c162 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, time_t timo) in netif_get()
/openbsd/sys/arch/macppc/stand/
H A Dnetif_of.c191 netif_get(struct iodesc *desc, void *pkt, size_t maxlen, time_t timo) in netif_get()
/openbsd/bin/dd/
H A Dconv.c113 size_t cnt, maxlen; in block() local
/openbsd/lib/libcurses/widechar/
H A Dlib_get_wstr.c89 wgetn_wstr(WINDOW *win, wint_t *str, int maxlen) in wgetn_wstr()
/openbsd/sys/isofs/cd9660/
H A Diso_rrip.h69 u_short maxlen; /* maximum length of above */ member
/openbsd/usr.sbin/makefs/cd9660/
H A Diso_rrip.h71 u_short maxlen; /* maximum length of above */ member
/openbsd/bin/ls/
H A Dls.h59 int maxlen; member
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.xs53 filter_call(pTHX_ int idx, SV *buf_sv, int maxlen) in filter_call()
/openbsd/usr.bin/patch/
H A Dinp.c280 size_t i = 0, j, len, maxlen = 1; in plan_b() local
/openbsd/gnu/llvm/lld/MachO/
H A DEhFrame.cpp79 const size_t maxlen = data.size() - *off; in readString() local
/openbsd/sys/netinet6/
H A Dnd6_nbr.c371 int maxlen; in nd6_ns_output() local
892 int icmp6len, maxlen; in nd6_na_output() local
/openbsd/usr.bin/tmux/
H A Dxmalloc.c99 xstrndup(const char *str, size_t maxlen) in xstrndup()
/openbsd/usr.sbin/unbound/testcode/
H A Dunitecs.c138 static addrlen_t randomkey(addrkey_t **k, int maxlen) in randomkey()
/openbsd/games/hack/
H A Dhack.pager.c260 static int maxlen; in cornline() local

12345