Searched defs:truncate (Results 1 - 15 of 15) sorted by relevance
| /src/lib/libc/sys/ |
| H A D | truncate.c | 52 truncate(const char *path, off_t length) function in typeref:typename:int
|
| /src/lib/librefuse/refuse/ |
| H A D | v11.h | 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v11
|
| H A D | v21.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v21
|
| H A D | v22.h | 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v22
|
| H A D | v23.h | 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v23
|
| H A D | v25.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v25
|
| H A D | v26.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v26
|
| H A D | v28.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v28
|
| H A D | v29.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v29
|
| H A D | v30.h | 67 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v30
|
| H A D | v34.h | 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v34
|
| H A D | v35.h | 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v35
|
| H A D | v38.h | 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v38
|
| /src/sys/rump/include/rump/ |
| H A D | rump_syscallshotgun.h | 100 #define truncate(a,b) rump_sys_truncate(a,b) macro
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| H A D | i915_gem_object_types.h | 58 void (*truncate)(struct drm_i915_gem_object *obj); member in struct:drm_i915_gem_object_ops
|
Completed in 8 milliseconds