OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lpnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/
joliet.c
827
char * rpnt, *
lpnt
;
local
833
lpnt
= (*l)->name;
838
if( strcmp(rpnt,
lpnt
) == 0 )
849
if( strcmp(
lpnt
, ".") == 0 ) return 1;
852
if( strcmp(
lpnt
, "..") == 0 ) return 1;
854
while(*rpnt && *
lpnt
)
856
if(*rpnt == ';' && *
lpnt
!= ';') return -1;
857
if(*rpnt != ';' && *
lpnt
== ';') return 1;
859
if(*rpnt == ';' && *
lpnt
== ';') return 0;
866
if(*rpnt == '.' && *
lpnt
!= '.') return -1
[
all
...]
write.c
368
char * rpnt, *
lpnt
;
local
374
lpnt
= (*l)->isorec.name;
388
if( strcmp(rpnt,
lpnt
) == 0 )
405
if( strcmp(
lpnt
, ".") == 0 ) return 1;
408
if( strcmp(
lpnt
, "..") == 0 ) return 1;
418
if((*l)->isorec.name_len[0] == 1 && *
lpnt
== 0) return 1;
421
if((*l)->isorec.name_len[0] == 1 && *
lpnt
== 1) return 1;
424
while(*rpnt && *
lpnt
)
426
if(*rpnt == ';' && *
lpnt
!= ';') return -1;
427
if(*rpnt != ';' && *
lpnt
== ';') return 1
[
all
...]
/src/games/larn/
data.c
117
u_char *lpbuf, *
lpnt
, *inbuffer, *lpend; /* input/output pointers
variable
Completed in 13 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026