Searched refs:getdir (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/lib/librefuse/refuse/
H A Dv11.h45 /* Function to add an entry in a getdir() operation in FUSE < 2.2. It
53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v11); member in struct:fuse_operations_v11
H A Dv21.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v11); member in struct:fuse_operations_v21
H A Dv22.h45 /* Function to add an entry in a getdir() operation in FUSE >= 2.2 <
53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member in struct:fuse_operations_v22
H A Dv23.h53 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member in struct:fuse_operations_v23
H A Dv25.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member in struct:fuse_operations_v25
H A Dv28.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member in struct:fuse_operations_v28
H A Dv29.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member in struct:fuse_operations_v29
H A Dv26.h49 int (*getdir) (const char *, fuse_dirh_t, fuse_dirfil_t_v22); member in struct:fuse_operations_v26
H A Dfs.c853 /* FUSE < 2.2 had getdir() that used fuse_dirfil_t_v11. */
856 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir) \
857 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir(path, &v23_shim, fuse_dirfil_v11_to_fill_dir_v23); \
864 /* FUSE 2.2 had getdir() that used fuse_dirfil_t_v22 but
867 if (((const struct fuse_operations_v22*)fs->op)->getdir)
868 return ((const struct fuse_operations_v22*)fs->op)->getdir(path, &v23_shim, fuse_dirfil_v22_to_fill_dir_v23);
872 /* FUSE 2.3 introduced readdir() but still had getdir() as
874 * finally removed getdir() and also changed the prototype of
880 else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir) \
881 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir(pat
[all...]
/netbsd-current/games/hack/
H A Dhack.search.c181 if (!getdir(1))
H A Dhack.apply.c142 if (!getdir(1)) { /* ask: in what direction? */
468 if (!getdir(0)) /* no txt */
H A Dhack.cmd.c303 getdir(boolean s) function
H A Dextern.h73 int getdir(boolean);
H A Dhack.do.c339 if (!obj || !getdir(1)) /* ask "in what direction?" */
H A Dhack.zap.c215 if (!(objects[obj->otyp].bits & NODIR) && !getdir(1))
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in260 jeprof --list=getdir /bin/ls ls.prof
261 (Per-line) annotated source listing for getdir()
262 jeprof --disasm=getdir /bin/ls ls.prof
263 (Per-PC) annotated disassembly for getdir()

Completed in 281 milliseconds