OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:same_file
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/diff/
system.h
270
#ifndef
same_file
macro
271
#define
same_file
(s,t) ((s)->st_ino==(t)->st_ino && (s)->st_dev==(t)->st_dev)
/src/external/gpl2/diffutils/dist/src/
system.h
365
#ifndef
same_file
366
# define
same_file
(s, t) \
364
# define
same_file
macro
/src/external/gpl2/mkhybrid/dist/
multi.c
233
int
same_file
;
local
240
same_file
= 1;
265
same_file
= 0;
275
same_file
= 0;
282
same_file
= 0;
312
return
same_file
;
/src/external/gpl2/rcs/include/
conf.h
216
#define
same_file
(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev)
macro
Completed in 31 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026