OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_access
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xedit/dist/
tags.c
161
FileAccess
file_access
;
local
197
file_access
= CheckFilePermissions(tagsfile, &exists);
200
(
file_access
== READ_OK ||
file_access
== WRITE_OK))
xedit.h
80
FileAccess
file_access
;
member in struct:_xedit_flist_item
xedit.c
125
FileAccess
file_access
;
local
248
switch (
file_access
= CheckFilePermissions(filename, &exists)) {
266
if (
file_access
!= NO_READ) {
285
flags,
file_access
);
288
if (exists &&
file_access
== WRITE_OK) {
commands.c
182
FileAccess
file_access
;
local
232
file_access
= CheckFilePermissions(filename, &exists);
248
if (
file_access
== WRITE_OK && exists) {
288
switch (
file_access
= MaybeCreateFile(filename)) {
338
file_access
);
434
FileAccess
file_access
;
local
436
switch(
file_access
= CheckFilePermissions(filename, &exists) ) {
479
item = AddTextSource(source, name, filename, flags,
file_access
);
482
if (exists &&
file_access
== WRITE_OK) {
Completed in 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026