Searched refs:lenused (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | vfs_getcwd.c | 487 int lenused; in sys___getcwd() 513 lenused = bend - bp; in sys___getcwd() 514 *retval = lenused; in sys___getcwd() 516 error = copyout(bp, SCARG(uap, bufp), lenused); 533 int error, lenused, elen; in vnode_to_path() 564 lenused = bend - bp; 566 memcpy(path, bp, lenused); 567 path[lenused] = '\0'; 480 int lenused; sys___getcwd() local 526 int error, lenused, elen; vnode_to_path() local
|
| H A D | kern_proc.c | 3006 size_t len, lenused; in fill_cwd() local 3028 lenused = bend - bp; in fill_cwd() 3031 size_t copylen = uimin(lenused, *oldlenp); in fill_cwd() 3033 if (error == 0 && *oldlenp < lenused) in fill_cwd() 3036 *oldlenp = lenused; in fill_cwd()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_fs.c | 739 int lenused; in netbsd32___getcwd() local 766 lenused = bend - bp; in netbsd32___getcwd() 767 *retval = lenused; in netbsd32___getcwd() 769 error = copyout(bp, SCARG_P32(uap, bufp), lenused); in netbsd32___getcwd()
|