OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statfile
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c
106
struct stat
statfile
;
local
110
if (stat (filename, &
statfile
) < 0)
112
if (!(
statfile
.st_dev
113
&&
statfile
.st_dev == statexe.st_dev
114
&&
statfile
.st_ino == statexe.st_ino))
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progreloc.c
106
struct stat
statfile
;
local
110
if (stat (filename, &
statfile
) < 0)
112
if (!(
statfile
.st_dev
113
&&
statfile
.st_dev == statexe.st_dev
114
&&
statfile
.st_ino == statexe.st_ino))
/src/usr.sbin/lpr/lpc/
cmds.c
189
char
statfile
[MAXPATHLEN];
local
192
(void)snprintf(
statfile
, sizeof(
statfile
), "%s/%s", SD, ST);
194
fd = open(
statfile
, O_WRONLY|O_CREAT, 0664);
Completed in 25 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026