OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:manstat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/catman/
catman.c
351
struct stat
manstat
;
local in function:scanmandir
412
if (lstat(manpage, &
manstat
) <0) {
416
if (S_ISLNK(
manstat
.st_mode)) {
453
if (stat(manpage, &
manstat
) < 0) {
458
if (!S_ISREG(
manstat
.st_mode)) {
470
manstat
.st_mtime > catstat.st_mtime) {
catman.c
351
struct stat
manstat
;
local in function:scanmandir
412
if (lstat(manpage, &
manstat
) <0) {
416
if (S_ISLNK(
manstat
.st_mode)) {
453
if (stat(manpage, &
manstat
) < 0) {
458
if (!S_ISREG(
manstat
.st_mode)) {
470
manstat
.st_mtime > catstat.st_mtime) {
Completed in 21 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025