Home
last modified time | relevance | path

Searched refs:dstsize (Results 1 – 6 of 6) sorted by relevance

/openbsd/bin/csh/
H A Dstr.c96 dstsize = MALLOC_INCR; in str2short()
101 edst = &dst[dstsize]; in str2short()
107 edst = &sdst[dstsize]; in str2short()
126 dstsize = MALLOC_INCR; in short2str()
130 edst = &dst[dstsize]; in short2str()
354 dstsize = MALLOC_INCR; in short2qstr()
358 edst = &dst[dstsize]; in short2qstr()
363 dstsize += MALLOC_INCR; in short2qstr()
365 edst = &sdst[dstsize]; in short2qstr()
398 if (dstsize < n) { in vis_str()
[all …]
/openbsd/sys/dev/pci/drm/include/linux/
H A Dstring.h85 strscpy(char *dst, const char *src, size_t dstsize) in strscpy() argument
88 r = strlcpy(dst, src, dstsize); in strscpy()
89 if (dstsize == 0 || r >= dstsize) in strscpy()
95 strscpy_pad(char *dst, const char *src, size_t dstsize) in strscpy_pad() argument
97 memset(dst, 0, dstsize); in strscpy_pad()
98 return strscpy(dst, src, dstsize); in strscpy_pad()
/openbsd/libexec/login_yubikey/
H A Dyubikey.h67 extern void yubikey_modhex_decode(char *dst, const char *src, size_t dstsize);
70 extern void yubikey_hex_decode(char *dst, const char *src, size_t dstsize);
/openbsd/usr.sbin/vmctl/
H A Dmain.c619 ctl_convert(const char *srcfile, const char *dstfile, int dsttype, size_t dstsize) in ctl_convert() argument
648 if (dstsize == 0) in ctl_convert()
649 dstsize = src.size; in ctl_convert()
650 if (dstsize < (size_t)src.size) { in ctl_convert()
656 dst.size = ALIGNSZ(dstsize, 1048576); in ctl_convert()
724 if (dstsize < (size_t)dst.size) in ctl_convert()
/openbsd/sys/kern/
H A Dkern_exec.c267 size_t len, sgap, dstsize; in sys_execve() local
332 dstsize = NCARGS; in sys_execve()
334 len = strlcpy(dp, pack.ep_fa[argc], dstsize); in sys_execve()
336 dp += len; dstsize -= len; in sys_execve()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def556 /// size_t dstsize)
704 /// size_t dstsize);
710 /// size_t dstsize);