Searched refs:resize (Results 1 - 25 of 41) sorted by relevance

12

/src/usr.bin/resize/
H A DMakefile6 PROG= resize
19 . for i in resize.c resize.man
27 CLEANFILES+=resize.1
29 resize.1: resize.man
/src/distrib/utils/embedded/conf/
H A Docteon.conf6 resize=true key
H A Driscv32.conf6 resize=true key
H A Driscv64.conf6 resize=true key
H A Darm64.conf6 resize=true key
H A Darm64mbr.conf7 resize=true key
H A Dnintendo.conf5 resize=true key
H A Devbmips.conf103 if $resize; then
H A Driscv.conf94 if $resize; then
H A Drpi.conf8 resize=true key
H A Darmv7.conf6 resize=true key
H A Devbarm.conf121 if $resize; then
H A Devbppc.conf107 if $resize; then
/src/tests/fs/lfs/
H A Dt_resize.c37 void resize(int, size_t);
99 * Remount and resize.
114 resize(fd, BIGSIZE);
134 resize(fd, SMALLSIZE);
174 resize(int fd, size_t size) function in typeref:typename:void
/src/sys/dev/wscons/
H A Dwsemulvar.h55 void (*resize)(void *, const struct wsscreen_descr *); member in struct:wsemul_ops
/src/distrib/utils/embedded/files/
H A Dresize_gpt32 gpt -H resize -a 4m -i 2 -q ${BLOCK_DEVICE}
/src/sbin/gpt/
H A DMakefile9 main.c migrate.c recover.c remove.c resize.c resizedisk.c \
H A Dresize.c36 __RCSID("$NetBSD: resize.c,v 1.27 2025/12/17 15:56:06 nia Exp $");
63 "resize",
72 resize(gpt_t gpt, u_int entry, off_t alignment, off_t sectors, function in typeref:typename:int
181 return resize(gpt, entry, alignment, sectors, size, quiet);
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dfbif.h54 * Framebuffer resize notification event
55 * Capable backend sets feature-resize in xenstore.
75 struct xenfb_resize resize; member in union:xenfb_out_event
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc169 data_.resize(GetParam());
202 data_.resize(data_.size() / 2);
216 data_.resize(data_.size() / 2);
H A Dsanitizer_common_test.cc106 v.resize(10000);
111 v.resize(100);
260 data.resize(i);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_file.cc153 buff->resize(Min(Max(PageSize, read_len * 2), max_len));
167 buff->resize(read_len);
/src/usr.bin/
H A DMakefile25 realpath renice resize rev revoke rlogin rpcgen rpcinfo rs rsh \
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCorpus.h279 Intervals.resize(N + 1);
280 Weights.resize(N);
H A DFuzzerIOWindows.cpp316 Tmp.resize(MAX_PATH + 1);
322 Tmp.resize(Size);

Completed in 20 milliseconds

12