Searched refs:truncate (Results 1 - 25 of 36) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/man/
H A Dtruncate.x2 truncate \- shrink or extend the size of a file to the specified size
6 dd(1), truncate(2), ftruncate(2)
/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.h17 uint32 truncate = B_TRUNCATE_MIDDLE,
H A DTargetAddressTableColumn.cpp14 uint32 truncate, alignment align)
16 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
12 TargetAddressTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
/haiku-fatelf/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.h21 bool truncate = false);
H A DTableCellValueRendererUtils.cpp19 const char* string, enum alignment alignment, bool truncate)
25 // truncate, if requested
27 if (truncate) {
18 DrawString(BView* view, BRect rect, const char* string, enum alignment alignment, bool truncate) argument
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp66 float width, float minWidth, float maxWidth, uint32 truncate,
71 fColumn(title, width, minWidth, maxWidth, truncate, align),
103 const BString& falseString, uint32 truncate, alignment align)
105 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
134 float width, float minWidth, float maxWidth, uint32 truncate,
137 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
164 float width, float minWidth, float maxWidth, uint32 truncate,
167 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
198 uint32 truncate, alignment align)
200 StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
65 StringTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
101 BoolStringTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, const BString& trueString, const BString& falseString, uint32 truncate, alignment align) argument
133 Int32TableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
163 Int64TableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
196 BigtimeTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, bool invalidFirst, uint32 truncate, alignment align) argument
244 NanotimeTableColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, bool invalidFirst, uint32 truncate, alignment align) argument
[all...]
H A DTableColumns.h44 uint32 truncate,
67 uint32 truncate = B_TRUNCATE_MIDDLE,
87 uint32 truncate = B_TRUNCATE_MIDDLE,
103 uint32 truncate = B_TRUNCATE_MIDDLE,
120 uint32 truncate = B_TRUNCATE_MIDDLE,
140 uint32 truncate = B_TRUNCATE_MIDDLE,
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dtruncate.c26 truncate(const char *path, off_t newSize) function
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtruncate.cpp38 printf("Do you really want to truncate the file [y/N]? ");
45 if (truncate(argv[1], newSize) != 0) {
46 fprintf(stderr, "%s: cannot truncate file \"%s\": %s\n", __progname,
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h25 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat25
84 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat22
135 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat2
183 int (*truncate) (const char *, off_t); member in struct:fuse_operations_compat1
H A Dfuse.h134 int (*truncate) (const char *, off_t); member in struct:fuse_operations
349 * This method is called instead of the truncate() method if the
353 * versions earlier than 2.6.15, the truncate() method will be
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp30 float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
34 truncate, align)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dscm-valprint.c227 int truncate = print_max && len > (int) print_max; local
228 if (truncate)
246 fputs_filtered (truncate ? "...\"" : "\"", stream);
/haiku-fatelf/src/bin/gdb/include/gdb/
H A Dcallback.h98 int (*truncate) PARAMS ((host_callback *, const char *, long));
97 int (*truncate) PARAMS ((host_callback *, const char *, long)); member in struct:host_callback_struct
/haiku-fatelf/headers/cpp/
H A Deditbuf.h94 int truncate();
/haiku-fatelf/headers/private/interface/
H A DColumnTypes.h83 uint32 truncate,
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h186 int truncate(char *, off_t);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h186 int truncate(char *, off_t);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp226 if (fs->ops.truncate == NULL)
228 return fs->ops.truncate(path, size);
H A DFUSEFileSystem.cpp439 || fFS->ops.truncate != NULL || fFS->ops.utimens != NULL
/haiku-fatelf/src/libs/stdc++/legacy/
H A Deditbuf.cc54 int edit_streambuf::truncate() function in class:edit_streambuf
563 truncate();
587 truncate();
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp173 float maxWidth, uint32 truncate, alignment align)
175 fTruncate(truncate)
172 BStringColumn(const char* title, float width, float minWidth, float maxWidth, uint32 truncate, alignment align) argument
/haiku-fatelf/headers/posix/
H A Dunistd.h181 extern int truncate(const char *path, off_t newSize);
/haiku-fatelf/src/bin/makeudfimage/
H A DUdfBuilder.h47 bool truncate);
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp404 fuseOps->truncate = NULL;

Completed in 175 milliseconds

12