HomeSort by: relevance | last modified time | path
    Searched defs:fci (Results 1 - 4 of 4) 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))
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);
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 241 milliseconds