OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fci
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
hack.vault.c
151
int
fci
;
local in function:goldincorridor
154
for (
fci
= egd->fcbeg;
fci
< egd->fcend;
fci
++)
155
if (g_at(egd->fakecorr[
fci
].fx, egd->fakecorr[
fci
].fy))
/src/lib/libperfuse/
ops.c
1163
struct fuse_create_in *
fci
;
local in function:perfuse_node_create
1215
len = sizeof(*
fci
) + namelen;
1224
fci
= GET_INPAYLOAD(ps, pm, fuse_create_in);
1225
fci
->flags = O_CREAT | O_TRUNC | O_RDWR;
1226
fci
->mode = vap->va_mode | VTTOIF(vap->va_type);
1227
fci
->umask = 0; /* Seems unused by libfuse */
1228
(void)strlcpy((char*)(void *)(
fci
+ 1), name, namelen);
Completed in 96 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025