OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathstring
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
vfs_vnops.c
181
const char *
pathstring
;
local
212
pathstring
= pathbuf_stringcopy_get(nd.ni_pathbuf);
213
if (
pathstring
== NULL) {
232
error = veriexec_openchk(l, nd.ni_vp,
pathstring
, fmode);
345
pathbuf_stringcopy_put(nd.ni_pathbuf,
pathstring
);
vfs_syscalls.c
1842
const char *
pathstring
= NULL;
local
1858
pathstring
= pathbuf_stringcopy_get(pb);
1865
if (fdat != AT_FDCWD &&
pathstring
[0] != '/') {
1878
pathbuf_stringcopy_put(pb,
pathstring
);
2430
const char *
pathstring
;
local
2442
pathstring
= pathbuf_stringcopy_get(pb);
2443
if (
pathstring
== NULL) {
2477
error = veriexec_openchk(l, nd.ni_vp,
pathstring
,
2529
pathbuf_stringcopy_put(pb,
pathstring
);
2891
const char *
pathstring
;
local
[
all
...]
/src/libexec/ftpd/
ftpcmd.y
167
%type <s>
pathstring
pathname password username
1105
:
pathstring
1147
pathstring
Completed in 20 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026