OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newpath
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/
firmload.c
83
char
newpath
[PATH_MAX+1];
local
88
node.sysctl_data = &
newpath
[0];
103
if (expected_char != 0 &&
newpath
[i] != expected_char)
105
if (
newpath
[i] == '\0')
107
else if (
newpath
[i] == ':')
/src/usr.bin/utoppya/
utoppya.c
277
char *oldpath, *
newpath
, *o, *n;
local
283
n =
newpath
= argv[2];
288
for (n =
newpath
; *n != '\0'; n++)
294
for (n =
newpath
; *n && *n == '\\'; n++)
299
oldpath,
newpath
);
307
if (find_toppy_dirent(
newpath
, &ud))
308
errx(EX_DATAERR, "'%s' already exists",
newpath
);
315
newpath
);
/src/sys/fs/hfs/
libhfs.c
384
char*
newpath
;
local
412
newpath
= hfslib_realloc(path, 514 + total_path_length*2, cbargs);
413
if (
newpath
== NULL)
415
path =
newpath
;
/src/lib/libukfs/
ukfs.c
1029
char *
newpath
, *oldpath;
local
1037
newpath
= malloc(MAXPATHLEN);
1038
if (rump_sys___getcwd(
newpath
, MAXPATHLEN) == -1) {
1044
ukfs->ukfs_cwd =
newpath
;
/src/sys/rump/librump/rumpvfs/
rumpfs.c
735
char *
newpath
;
local
743
newpath
= malloc(newpathlen, M_TEMP, M_WAITOK);
745
strlcpy(
newpath
, rnd->rn_hostpath, newpathlen);
746
strlcat(
newpath
, "/", newpathlen);
747
strlcat(
newpath
, cnp->cn_nameptr, newpathlen);
749
if ((error = rumpuser_getfileinfo(
newpath
, &fsize, &hft)) != 0){
750
free(
newpath
, M_TEMP);
756
free(
newpath
, M_TEMP);
767
rn->rn_hostpath =
newpath
;
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026