| /freebsd-13.1/usr.bin/systat/ |
| H A D | sysput.c | 44 sysputspaces(WINDOW *wd, int row, int col, int width) in sysputspaces() 53 sysputstrs(WINDOW *wd, int row, int col, int width) in sysputstrs() 62 sysputXs(WINDOW *wd, int row, int col, int width) in sysputXs() 71 sysputuint64(WINDOW *wd, int row, int col, int width, uint64_t val, int flags) in sysputuint64() 99 sysputwuint64(WINDOW *wd, int row, int col, int width, uint64_t val, int flags) in sysputwuint64() 108 sysputpage(WINDOW *wd, int row, int col, int width, uint64_t pages, int flags) in sysputpage()
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | dialog.py | 104 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-13.1/sys/sys/ |
| H A D | bus_san.h | 50 #define BUS_SAN_MULTI(sp, rw, width, type) \ argument 60 #define BUS_SAN_READ(sp, width, type) \ argument 67 #define BUS_SAN_WRITE(sp, width, type) \ argument 74 #define BUS_SAN_SET(sp, width, type) \ argument 84 #define BUS_SAN_COPY(sp, width, type) \ argument 92 #define BUS_SAN_PEEK(sp, width, type) \ argument 96 #define BUS_SAN_POKE(sp, width, type) \ argument 115 #define _BUS_SAN_FUNCS(sp, width, type) \ argument 124 #define BUS_SAN_FUNCS(width, type) \ argument
|
| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | lsearch.c | 22 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() 29 void *lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind() 37 lwork(const void *key, const void *base, size_t *nelp, size_t width, in lwork()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | vfscanf.c | 130 convert_char(FILE *fp, char * p, int width) in convert_char() 164 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar() 184 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl() 223 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl() 254 convert_string(FILE *fp, char * p, int width) in convert_string() 285 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring() 320 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) in parseint() 474 size_t width; /* field width, or 0 */ in __svfscanf() local
|
| H A D | vfwscanf.c | 143 convert_char(FILE *fp, char * mbp, int width, locale_t locale) in convert_char() 167 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar() 184 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, in convert_ccl() 212 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, in convert_wccl() 242 convert_string(FILE *fp, char * mbp, int width, locale_t locale) in convert_string() 269 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring() 302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, in parseint() 452 size_t width; /* field width, or 0 */ in __vfwscanf() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 93 APSInt trunc(uint32_t width) const { in trunc() 97 APSInt extend(uint32_t width) const { in extend() 104 APSInt extOrTrunc(uint32_t width) const { in extOrTrunc()
|
| /freebsd-13.1/crypto/openssh/regress/unittests/utf8/ |
| H A D | tests.c | 24 int len, width; in badarg() local 36 one(int utf8, const char *name, const char *mbs, int width, in one()
|
| /freebsd-13.1/usr.bin/procstat/ |
| H A D | procstat_files.c | 251 u_int count, i, width; in width_capability() local 269 u_int count, i, width; in print_capability() local 301 u_int capwidth, width; in procstat_files() local
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 46 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() 79 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize()
|
| /freebsd-13.1/contrib/less/ |
| H A D | cmdbuf.c | 155 int width; local 203 int width; local 271 int width, bswidth; in cmd_home() local 302 int width; local 313 int width; local 346 int width; in cmd_lshift() local 352 int width; in cmd_lshift() local 385 int width; in cmd_rshift() local 404 int width; in cmd_right() local 438 int width = 0; in cmd_left() local
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats_timing.h | 107 inline std::string formatSeconds(double interval, int width) { in formatSeconds() 111 inline std::string formatTicks(double interval, int width) { in formatTicks()
|
| /freebsd-13.1/contrib/libxo/libxo/ |
| H A D | xo_wcwidth.h | 212 int w, width = 0; in xo_wcswidth() local 303 int w, width = 0; in mk_wcswidth_cjk() local
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | wcwidth.h | 212 int w, width = 0; in mk_wcswidth() local 303 int w, width = 0; in mk_wcswidth_cjk() local
|
| /freebsd-13.1/usr.bin/fold/ |
| H A D | fold.c | 73 int rval, width; in main() local 157 fold(int width) in fold()
|
| /freebsd-13.1/contrib/libpcap/missing/ |
| H A D | snprintf.c | 132 int width, int prec, int flags, int minusp) in append_number() 221 int width, in append_string() 252 int width, in append_char() 293 int width = 0; in xyzprintf() local
|
| /freebsd-13.1/contrib/tcpdump/missing/ |
| H A D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() 217 int width, in append_string() 248 int width, in append_char() 289 int width = 0; in xyzprintf() local
|
| /freebsd-13.1/contrib/ncurses/form/ |
| H A D | fty_alpha.c | 44 int width; member 163 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
|
| H A D | fty_alnum.c | 44 int width; member 163 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | util.c | 214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() 616 centered(int width, const char *string) in centered() 1058 int width, in dlg_print_scrolled() 1274 int *height, int *width, in real_auto_size() 1355 int *width, in dlg_auto_size() 1388 int *width, in dlg_auto_sizefile() 1834 dlg_print_size(int height, int width) in dlg_print_size() 1843 dlg_ctl_size(int height, int width) in dlg_ctl_size() 2000 dlg_box_x_ordinate(int width) in dlg_box_x_ordinate() 2046 int width = getmaxx(win); in dlg_draw_bottom_box2() local [all …]
|
| H A D | guage.c | 47 int width; member 300 int width, in dlg_reallocate_gauge() 368 int width, in dlg_allocate_gauge() 399 int width, in dialog_gauge()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_videodev_compat.h | 29 int32_t width, height; member 36 uint32_t width, height; member 46 l_int height, width; member
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value_subr.c | 67 size_t align, width; in bhnd_nvram_value_check_aligned() local 193 size_t width = bhnd_nvram_type_width(itype); in bhnd_nvram_value_nelem() local 266 size_t width; in bhnd_nvram_value_size() local
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | ncpaddr.h | 40 int width; member 45 int width; member
|
| /freebsd-13.1/lib/libvgl/ |
| H A D | bitmap.c | 48 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine() 165 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() 226 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
|