OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldpath
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/locate/bigram/
locate.bigram.c
97
char *
oldpath
= buf1, *path = buf2;
local
111
for ( cp = path; *cp == *
oldpath
; cp++,
oldpath
++ )
112
if ( *
oldpath
== '\0' )
122
path = buf2,
oldpath
= buf1;
124
path = buf1,
oldpath
= buf2;
/src/usr.bin/locate/code/
locate.code.c
106
char *cp, *
oldpath
, *path;
local
127
oldpath
= buf1;
144
for (cp = path; *cp == *
oldpath
; cp++,
oldpath
++)
145
if (*
oldpath
== '\0')
177
oldpath
= buf1;
180
oldpath
= buf2;
/src/usr.bin/utoppya/
utoppya.c
277
char *
oldpath
, *newpath, *o, *n;
local
282
o =
oldpath
= argv[1];
285
for (o =
oldpath
; *o != '\0'; o++)
292
for (o =
oldpath
; *o && *o == '\\'; o++)
299
oldpath
, newpath);
301
if (find_toppy_dirent(
oldpath
, &ud) == 0)
302
errx(EX_DATAERR, "'%s' does not exist on the Toppy",
oldpath
);
305
errx(EX_DATAERR, "%s: not a regular file",
oldpath
);
314
err(EX_OSERR, "ioctl(UTOPPYIORENAME, %s, %s)",
oldpath
,
/src/lib/libukfs/
ukfs.c
1029
char *newpath, *
oldpath
;
local
1043
oldpath
= ukfs->ukfs_cwd;
1046
free(
oldpath
);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026