| /src/lib/libc/sys/ |
| truncate.c | 1 /* $NetBSD: truncate.c,v 1.13 2012/03/20 16:26:12 matt Exp $ */ 35 static char sccsid[] = "@(#)truncate.c 8.1 (Berkeley) 6/17/93"; 37 __RCSID("$NetBSD: truncate.c,v 1.13 2012/03/20 16:26:12 matt Exp $"); 52 truncate(const char *path, off_t length) function in typeref:typename:int
|
| /src/lib/librefuse/refuse/ |
| v11.h | 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v11
|
| v21.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v21
|
| v22.h | 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v22
|
| v23.h | 63 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v23
|
| v25.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v25
|
| v26.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v26
|
| v28.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v28
|
| v29.h | 59 int (*truncate) (const char *, off_t); member in struct:fuse_operations_v29
|
| v30.h | 67 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v30
|
| v34.h | 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v34
|
| v35.h | 58 int (*truncate) (const char *, off_t, struct fuse_file_info *fi); member in struct:fuse_operations_v35
|
| 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/ |
| rump_syscallshotgun.h | 100 #define truncate(a,b) rump_sys_truncate(a,b) macro
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_object_types.h | 58 void (*truncate)(struct drm_i915_gem_object *obj); member in struct:drm_i915_gem_object_ops
|