OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/
rock.c
338
unsigned char *
cpnt
, *cpnt1;
local
343
cpnt
= &symlink_buff[0];
349
for (cpnt1 =
cpnt
; *cpnt1 != '\0'; cpnt1++)
366
fprintf(stderr,"symbolic link ``%s'' to long for one SL System Use Field, splitting",
cpnt
);
380
while(*
cpnt
){
381
cpnt1 = (unsigned char *) strchr((char *)
cpnt
, '/');
388
if(
cpnt
[0] == '.' &&
cpnt
[1] == '.' &&
cpnt
[2] == 0){
394
} else if(
cpnt
[0] == '.' && cpnt[1] == 0)
[
all
...]
multi.c
319
unsigned char *
cpnt
;
local
416
cpnt
= (unsigned char *) idr;
419
cpnt
+= sizeof(struct iso_directory_record);
422
cpnt
-= sizeof(idr->name);
425
cpnt
+= idr->name_len[0];
428
cpnt
++;
436
memcpy((*pnt)->rr_attributes,
cpnt
, rlen);
443
cpnt
= (unsigned char *) &(*pnt)->isorec.name;
444
cpnt
+= idr->name_len[0];
445
memset(
cpnt
, 0, sizeof((*pnt)->isorec.name) - idr->name_len[0])
[
all
...]
tree.c
1739
const char *
cpnt
;
local
1838
cpnt
= strrchr(path, PATH_SEPARATOR);
1839
if(
cpnt
)
1840
cpnt
++;
1842
cpnt
= path;
1843
dpnt->de_name = strdup(
cpnt
);
Completed in 24 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026