Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/freebsd/usr.bin/systat/
H A Dsysput.c41 sysputspaces(WINDOW *wd, int row, int lcol, int width) in sysputspaces()
50 sysputstrs(WINDOW *wd __unused, int row, int lcol, int width) in sysputstrs()
62 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) in sysputXs()
74 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64()
101 sysputwuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputwuint64()
110 sysputpage(WINDOW *wd, int row, int lcol, int width, uint64_t pages, int flags) in sysputpage()
/freebsd/contrib/dialog/samples/
H A Ddialog.py104 def yesno(self, text, height=10, width=30, title=''): argument
115 def msgbox(self, text, height=10, width=30, title=''): argument
124 def infobox(self, text, height=10, width=30): argument
129 def inputbox(self, text, height=10, width=30, init='', title=''): argument
145 def textbox(self, filename, height=20, width=60, title=None): argument
153 def menu(self, text, height=15, width=54, list=[]): argument
172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument
203 def radiolist(self, text, height=15, width=54, list=[], selected=0): argument
236 def scrollbox(self, text, height=20, width=60, title=''): argument
252 def gauge_start(self, perc=0, text='', height=8, width=54, title=''): argument
/freebsd/sys/sys/
H A Dbus_san.h44 #define BUS_SAN_MULTI(sp, rw, width, type) \ argument
54 #define BUS_SAN_READ(sp, width, type) \ argument
61 #define BUS_SAN_WRITE(sp, width, type) \ argument
68 #define BUS_SAN_SET(sp, width, type) \ argument
78 #define BUS_SAN_COPY(sp, width, type) \ argument
86 #define BUS_SAN_PEEK(sp, width, type) \ argument
90 #define BUS_SAN_POKE(sp, width, type) \ argument
112 #define _BUS_SAN_FUNCS(sp, width, type) \ argument
120 #define BUS_SAN_FUNCS(width, type) \ argument
/freebsd/lib/libc/stdlib/
H A Dlsearch.c19 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch()
26 void *lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind()
34 lwork(const void *key, const void *base, size_t *nelp, size_t width, in lwork()
/freebsd/lib/libc/stdio/
H A Dvfscanf.c117 convert_char(FILE *fp, char * p, int width) in convert_char()
151 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar()
171 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl()
210 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl()
241 convert_string(FILE *fp, char * p, int width) in convert_string()
272 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring()
426 parseint(FILE *fp, char * __restrict buf, int width, int base) in parseint()
492 size_t width; /* field width, or 0 */ in __svfscanf() local
H A Dvfwscanf.c128 convert_char(FILE *fp, char * mbp, int width, locale_t locale) in convert_char()
152 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar()
169 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, in convert_ccl()
197 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, in convert_wccl()
227 convert_string(FILE *fp, char * mbp, int width, locale_t locale) in convert_string()
254 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring()
406 parseint(FILE *fp, wchar_t * __restrict buf, int width, int base, in parseint()
470 size_t width; /* field width, or 0 */ in __vfwscanf() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h108 APSInt trunc(uint32_t width) const { in trunc()
112 APSInt extend(uint32_t width) const { in extend()
119 APSInt extOrTrunc(uint32_t width) const { in extOrTrunc()
/freebsd/contrib/tcpdump/missing/
H A Dsnprintf.c109 int width, int prec, int flags, int minusp) in append_number()
198 int width, in append_string()
229 int width, in append_char()
270 int width = 0; in xyzprintf() local
/freebsd/crypto/openssh/regress/unittests/utf8/
H A Dtests.c24 int len, width; in badarg() local
36 one(int utf8, const char *name, const char *mbs, int width, in one()
/freebsd/usr.sbin/bhyve/
H A Dbhyvegc.c43 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init()
76 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h107 inline std::string formatSeconds(double interval, int width) { in formatSeconds()
111 inline std::string formatTicks(double interval, int width) { in formatTicks()
/freebsd/contrib/libxo/libxo/
H A Dxo_wcwidth.h212 int w, width = 0; in xo_wcswidth() local
303 int w, width = 0; in mk_wcswidth_cjk() local
/freebsd/contrib/ncurses/ncurses/
H A Dwcwidth.h212 int w, width = 0; in mk_wcswidth() local
303 int w, width = 0; in mk_wcswidth_cjk() local
/freebsd/usr.bin/fold/
H A Dfold.c58 int rval, width; in main() local
142 fold(int width) in fold()
/freebsd/contrib/less/
H A Dcmdbuf.c152 int width; in cmd_putstr() local
193 int width; in cmd_step_common() local
252 int width, bswidth; in cmd_home() local
281 int width; in cmd_repaint() local
292 int width; in cmd_repaint() local
324 int width; in cmd_lshift() local
330 int width; in cmd_lshift() local
362 int width; in cmd_rshift() local
380 int width; in cmd_right() local
413 int width = 0; in cmd_left() local
/freebsd/contrib/ncurses/form/
H A Dfty_alnum.c44 int width; member
163 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
H A Dfty_alpha.c44 int width; member
163 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
/freebsd/sys/compat/linux/
H A Dlinux_videodev_compat.h25 int32_t width, height; member
32 uint32_t width, height; member
42 l_int height, width; member
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_subr.c64 size_t align, width; in bhnd_nvram_value_check_aligned() local
190 size_t width = bhnd_nvram_type_width(itype); in bhnd_nvram_value_nelem() local
263 size_t width; in bhnd_nvram_value_size() local
/freebsd/usr.sbin/ppp/
H A Dncpaddr.h38 int width; member
43 int width; member
/freebsd/lib/libvgl/
H A Dbitmap.c45 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine()
162 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy()
223 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
/freebsd/contrib/dialog/
H A Dutil.c241 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear()
680 centered(int width, const char *string) in centered()
1129 int width, in dlg_print_scrolled()
1347 int *height, int *width, in real_auto_size()
1429 int *width, in dlg_auto_size()
1462 int *width, in dlg_auto_sizefile()
2034 dlg_print_size(int height, int width) in dlg_print_size()
2043 dlg_ctl_size(int height, int width) in dlg_ctl_size()
2203 dlg_box_x_ordinate(int width) in dlg_box_x_ordinate()
2249 int width = getmaxx(win); in dlg_draw_bottom_box2() local
[all …]
H A Dguage.c47 int width; member
301 int width, in dlg_reallocate_gauge()
369 int width, in dlg_allocate_gauge()
404 int width, in dialog_gauge()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_common.c100 const char * channel_width_to_string(enum chan_width width) in channel_width_to_string()
121 int channel_width_to_int(enum chan_width width) in channel_width_to_int()
/freebsd/contrib/mandoc/
H A Dtest-wchar.c27 int width; in main() local

12345678910>>...19