Home
last modified time | relevance | path

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

/openbsd/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/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/sys/kern/
H A Dkern_exec.c267 size_t len, sgap, dstsize; in sys_execve() local
/openbsd/usr.sbin/vmctl/
H A Dmain.c620 ctl_convert(const char *srcfile, const char *dstfile, int dsttype, size_t dstsize) in ctl_convert()
/openbsd/usr.sbin/config/
H A Dsem.c1064 extend(char *dst, size_t dstsize, char *p, const char *name) in extend()