OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isoend
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/fs/cd9660/
cd9660_util.c
87
isochar(const u_char *isofn, const u_char *
isoend
, int joliet_level,
92
if (joliet_level == 0 || isofn + 1 ==
isoend
) {
120
const u_char *
isoend
= isofn + isolen;
local in function:isofncmp
130
if (isofn ==
isoend
)
132
isofn += isochar(isofn,
isoend
, joliet_level, &ic);
147
for (j = 0; isofn !=
isoend
; j = j * 10 + ic - '0')
148
isofn += isochar(isofn,
isoend
,
164
if (isofn !=
isoend
) {
165
isofn += isochar(isofn,
isoend
, joliet_level, &ic);
170
if (isofn !=
isoend
) {
[
all
...]
Completed in 55 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025