OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_before
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/am-utils/dist/conf/mtab/
mtab_file.c
116
struct stat
st_before
, st_after;
local
130
if (stat(mnttabname, &
st_before
) < 0) {
194
if (
st_before
.st_dev != st_after.st_dev ||
195
st_before
.st_ino != st_after.st_ino) {
mtab_mach3.c
114
struct stat
st_before
, st_after;
local
128
if (stat(mnttabname, &
st_before
) < 0) {
191
if (
st_before
.st_dev != st_after.st_dev ||
192
st_before
.st_ino != st_after.st_ino) {
/src/libexec/makewhatis/
makewhatis.c
253
struct stat
st_before
, st_after;
local
360
if (stat(whatisdb_new, &
st_before
) == 0) {
361
if (
st_before
.st_mtime - time(NULL) > 16*60*60) {
383
if (fstat(outfd, &
st_before
) == -1)
399
if (
st_before
.st_dev != st_after.st_dev ||
400
st_before
.st_ino != st_after.st_ino) {
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026