OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hflags
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
remote-fileio.c
126
int
hflags
= 0;
local
129
hflags
|= O_CREAT;
131
hflags
|= O_EXCL;
133
hflags
|= O_TRUNC;
135
hflags
|= O_APPEND;
137
hflags
|= O_RDONLY;
139
hflags
|= O_WRONLY;
141
hflags
|= O_RDWR;
145
hflags
|= O_BINARY;
147
return
hflags
;
[
all
...]
/src/external/gpl3/gdb/dist/sim/moxie/
interp.c
206
#define CHECK_FLAG(T,H) if (tflags & T) {
hflags
|= H; tflags ^= T; }
211
unsigned int
hflags
= 0x0;
local
226
return
hflags
;
/src/external/gpl3/gdb.old/dist/gdb/
remote-fileio.c
126
int
hflags
= 0;
local
129
hflags
|= O_CREAT;
131
hflags
|= O_EXCL;
133
hflags
|= O_TRUNC;
135
hflags
|= O_APPEND;
137
hflags
|= O_RDONLY;
139
hflags
|= O_WRONLY;
141
hflags
|= O_RDWR;
145
hflags
|= O_BINARY;
147
return
hflags
;
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/moxie/
interp.c
206
#define CHECK_FLAG(T,H) if (tflags & T) {
hflags
|= H; tflags ^= T; }
211
unsigned int
hflags
= 0x0;
local
226
return
hflags
;
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026