OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toname
(Results
1 - 2
of
2
) sorted by relevancy
/src/share/examples/refuse/fanoutfs/
fanoutfs.c
410
char
toname
[MAXPATHLEN];
local in function:fanoutfs_rename
415
(void) snprintf(
toname
, sizeof(
toname
), "%s%s", dirs.v[0], to);
416
if (!mkdirs(
toname
)) {
419
if (rename(fromname,
toname
) < 0) {
/src/sys/fs/msdosfs/
msdosfs_rename.c
379
unsigned char
toname
[12], oldname[12];
local in function:msdosfs_gro_rename
452
error = msdosfs_uniqdosname(VTODE(tdvp), tcnp,
toname
);
467
memcpy(VTODE(fvp)->de_Name,
toname
, 11);
Completed in 52 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025