vfs_getcwd.c | 487 int lenused; local in function:sys___getcwd 513 lenused = bend - bp; 514 *retval = lenused; 516 error = copyout(bp, SCARG(uap, bufp), lenused); 533 int error, lenused, elen; local in function:vnode_to_path 564 lenused = bend - bp; 566 memcpy(path, bp, lenused); 567 path[lenused] = '\0';
|