Home
last modified time | relevance | path

Searched defs:dstsize (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/bin/csh/
H A Dstr.c89 static size_t dstsize = 0; in str2short() local
119 static size_t dstsize = 0; in short2str() local
347 static size_t dstsize = 0; in short2qstr() local
388 static size_t dstsize = 0; in vis_str() local
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dstring.h85 strscpy(char *dst, const char *src, size_t dstsize) in strscpy()
95 strscpy_pad(char *dst, const char *src, size_t dstsize) in strscpy_pad()
/openbsd-src/sys/kern/
H A Dkern_exec.c267 size_t len, sgap, dstsize; in sys_execve() local
/openbsd-src/usr.sbin/vmctl/
H A Dmain.c619 ctl_convert(const char * srcfile,const char * dstfile,int dsttype,size_t dstsize) ctl_convert() argument