Home
last modified time | relevance | path

Searched refs:rsize_t (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/string/
H A Dmemset_s.c36 memset_s(void *s, rsize_t smax, int c, rsize_t n) in memset_s()
39 rsize_t lim; in memset_s()
/dragonfly/include/
H A Dstring.h164 typedef size_t rsize_t; typedef
174 errno_t memset_s(void *, rsize_t, int, rsize_t);
H A Dstdio.h58 typedef size_t rsize_t; typedef
240 char *gets_s(char *, rsize_t);
/dragonfly/lib/libc/stdio/
H A Dgets_s.c49 _gets_s(char *buf, rsize_t n) in _gets_s()
82 gets_s(char *buf, rsize_t n) in gets_s()