OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_file_status
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/touch/
touch.c
97
int (*
get_file_status
)(const char *, struct stat *);
local in function:main
156
get_file_status
= lstat;
159
get_file_status
= stat;
184
if ((*
get_file_status
)(*argv, &sb)) {
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025