OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compnamepos
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/udf/
udf_vnops.c
1605
uint8_t *pathbuf, *pathpos, *
compnamepos
;
local
1649
compnamepos
= target;
1667
if ((compnamelen == 2) && (strncmp(
compnamepos
, "..", 2) == 0))
1669
if ((compnamelen == 1) && (*
compnamepos
== '.'))
1675
compnamepos
, compnamelen,
/src/sbin/newfs_udf/
udf_core.c
1839
char *pathbuf, *pathpos, *
compnamepos
;
local
1895
compnamepos
= target;
1913
if ((compnamelen == 2) && (strncmp(
compnamepos
, "..", 2) == 0))
1915
if ((compnamelen == 1) && (*
compnamepos
== '.'))
1921
compnamepos
, compnamelen,
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026