Searched refs:width (Results 51 - 75 of 603) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/tools/npe/npestats/
H A Dstatfoo.c96 fprintf(fd, "%*s", f->width, f->label);
113 fprintf(fd, "%*s", f->width, buf);
130 fprintf(fd, "%*s", f->width, buf);
142 int i, width; local
144 width = 0;
147 if (f->width > width)
148 width = f->width;
153 fprintf(fd, "%-*s %s\n", width,
160 int i, w, width; local
[all...]
/freebsd-10.0-release/usr.sbin/pciconf/
H A Dpciconf.h40 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_radiotap.c278 size_t align, width; member in struct:__anon10131
282 .width = sizeof(uint64_t),
286 .width = sizeof(uint8_t),
290 .width = sizeof(uint8_t),
294 .width = 2*sizeof(uint16_t),
298 .width = sizeof(uint16_t),
302 .width = sizeof(uint8_t),
306 .width = sizeof(uint8_t),
310 .width = sizeof(uint16_t),
314 .width
[all...]
/freebsd-10.0-release/contrib/dialog/
H A Dinputbox.c44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, argument
65 int old_width = width;
100 dlg_auto_size(title, prompt, &height, &width, 5,
106 dlg_auto_size(title, prompt, &height, &width, 5, 26);
108 dlg_button_layout(buttons, &width);
109 dlg_print_size(height, width);
110 dlg_ctl_size(height, width);
112 xorg = dlg_box_x_ordinate(width);
115 dialog = dlg_new_window(height, width, yorg, xorg);
121 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
[all...]
H A Dtailbox.c84 print_line(MY_OBJ * obj, WINDOW *win, int row, int width) argument
92 (void) waddnstr(win, line, MIN((int) strlen(line), width - 2));
94 line[MIN((int) strlen(line), width - 2)] = '\0';
101 for (i = 0; i < width - x; i++)
171 print_page(MY_OBJ * obj, int height, int width) argument
176 print_line(obj, obj->text, i, width);
284 dialog_tailbox(const char *title, const char *file, int height, int width, int bg_task) argument
304 int old_width = width;
321 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
322 dlg_print_size(height, width);
[all...]
H A Drangebox.c39 int width; member in struct:_box
50 /* position and width of the numeric field */
54 /* position and width of the slider field */
174 int width,
209 int old_width = width;
238 dlg_auto_size(title, prompt, &height, &width, 0, 0);
240 if (width < MIN_WIDE)
241 width = MIN_WIDE;
242 dlg_button_layout(buttons, &width);
243 dlg_print_size(height, width);
171 dialog_rangebox(const char *title, const char *cprompt, int height, int width, int min_value, int max_value, int default_value) argument
[all...]
/freebsd-10.0-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c76 int height, width, min_width; local
119 height = width = 0;
123 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
125 partlist_width = width - 2*MARGIN;
126 dlg_print_size(height, width);
127 dlg_ctl_size(height, width);
129 x = dlg_box_x_ordinate(width);
132 dialog = dlg_new_window(height, width, y, x);
136 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
150 cur_button, FALSE, width);
[all...]
/freebsd-10.0-release/contrib/libpcap/missing/
H A Dsnprintf.c135 int width, int prec, int flags, int minusp)
166 width -= len;
168 width--;
169 while(width-- > 0){
204 width -= len;
205 while(width-- > 0){
224 int width,
229 width -= prec;
231 width -= strlen((char *)arg);
233 while(width
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
253 append_char(struct state *state, unsigned char arg, int width, int flags) argument
296 int width = 0; local
[all...]
/freebsd-10.0-release/contrib/tcpdump/missing/
H A Dsnprintf.c135 int width, int prec, int flags, int minusp)
166 width -= len;
168 width--;
169 while(width-- > 0){
204 width -= len;
205 while(width-- > 0){
224 int width,
229 width -= prec;
231 width -= strlen((char *)arg);
233 while(width
133 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
222 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
253 append_char(struct state *state, unsigned char arg, int width, int flags) argument
296 int width = 0; local
[all...]
/freebsd-10.0-release/lib/libcam/
H A Dscsi_cmdparse.c108 int width; local
128 (void *)((long)(ARG)), width, \
184 width = strtol(fmt, &intendp, 10);
186 if (width > 8)
193 value = (bits >> (shift - width)) &
194 mask[width];
197 printf("shift %2d bits %02x value %02x width %2d mask %02x\n",
198 shift, bits, value, width, mask[width]);
203 shift -= width;
548 int width, value, error, suppress; local
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c237 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
251 width = 0;
281 width = va_arg(ap, int);
282 if (width < 0) {
284 width = -width;
306 width = n;
337 if (!width)
338 width = 16;
339 while(width
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dui-out.c37 int width; member in struct:ui_out_hdr
157 static void default_table_header (struct ui_out *uiout, int width,
166 static void default_field_int (struct ui_out *uiout, int fldno, int width,
170 static void default_field_skip (struct ui_out *uiout, int fldno, int width,
173 static void default_field_string (struct ui_out *uiout, int fldno, int width,
178 int width, enum ui_align align,
233 static void uo_table_header (struct ui_out *uiout, int width,
242 static void uo_field_int (struct ui_out *uiout, int fldno, int width,
244 static void uo_field_skip (struct ui_out *uiout, int fldno, int width,
246 static void uo_field_string (struct ui_out *uiout, int fldno, int width,
340 ui_out_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument
390 int width; local
461 int width; local
478 int width; local
529 int width; local
543 int width; local
559 int width; local
767 default_table_header(struct ui_out *uiout, int width, enum ui_align alignment, const char *col_name, const char *colhdr) argument
789 default_field_int(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, int value) argument
796 default_field_skip(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname) argument
802 default_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
812 default_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
876 uo_table_header(struct ui_out *uiout, int width, enum ui_align align, const char *col_name, const char *colhdr) argument
907 uo_field_int(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, int value) argument
917 uo_field_skip(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname) argument
926 uo_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
937 uo_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
1020 append_header_to_list(struct ui_out *uiout, int width, int alignment, const char *col_name, const char *colhdr) argument
1060 get_next_header(struct ui_out *uiout, int *colno, int *width, int *alignment, char **colhdr) argument
1084 verify_field(struct ui_out *uiout, int *fldno, int *width, int *align) argument
[all...]
H A Dcli-out.c45 static void cli_table_header (struct ui_out *uiout, int width,
51 static void cli_field_int (struct ui_out *uiout, int fldno, int width,
53 static void cli_field_skip (struct ui_out *uiout, int fldno, int width,
55 static void cli_field_string (struct ui_out *uiout, int fldno, int width,
59 int width, enum ui_align align,
150 cli_table_header (struct ui_out *uiout, int width, enum ui_align alignment, argument
157 cli_field_string (uiout, 0, width, alignment, 0, colhdr);
188 cli_field_int (struct ui_out *uiout, int fldno, int width, argument
198 cli_field_string (uiout, fldno, width, alignment, fldname, buffer);
204 cli_field_skip (struct ui_out *uiout, int fldno, int width, argument
218 cli_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
269 cli_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
[all...]
H A Dmemattr.h55 enum mem_access_width width; member in struct:mem_attrib
/freebsd-10.0-release/tools/tools/mwl/mwlstats/
H A Dstatfoo.c96 fprintf(fd, "%*s", f->width, f->label);
113 fprintf(fd, "%*s", f->width, buf);
130 fprintf(fd, "%*s", f->width, buf);
152 int i, w, width; local
154 width = 0;
157 if (w > width)
158 width = w;
162 if (f->width != 0)
163 fprintf(fd, "%-*s %s\n", width, f->name, f->desc);
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-out.c47 static void tui_table_header (struct ui_out *uiout, int width,
53 static void tui_field_int (struct ui_out *uiout, int fldno, int width,
55 static void tui_field_skip (struct ui_out *uiout, int fldno, int width,
57 static void tui_field_string (struct ui_out *uiout, int fldno, int width,
61 int width, enum ui_align align,
151 tui_table_header (struct ui_out *uiout, int width, enum ui_align alignment, argument
158 tui_field_string (uiout, 0, width, alignment, 0, colhdr);
189 tui_field_int (struct ui_out *uiout, int fldno, int width, argument
208 tui_field_string (uiout, fldno, width, alignment, fldname, buffer);
214 tui_field_skip (struct ui_out *uiout, int fldno, int width, argument
228 tui_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
290 tui_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Dtbl_term.c217 * Calculate the width by iterating over columns.
222 size_t width; local
224 width = tp->tbl.cols[hp->ident].width;
228 width++;
230 width++;
234 width++;
236 return(width);
286 tbl_char(tp, ASCII_NBRSP, col->width);
293 tbl_char(tp, ASCII_NBRSP, col->width);
[all...]
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dkeymap101 local height width
102 f_dialog_inputbox_size height width \
112 $height $width \
145 width=67 first_pass=1 back_from_testing=
146 [ "$USE_XDIALOG" ] && width=70
203 $height $width $rows \
/freebsd-10.0-release/share/examples/ppp/
H A Dlogin-auth34 set pwidth 11; # Prompt field width
35 set vwidth 20; # Value field width
36 set fxpad 7; # Value field width
37 set fypad 3; # Value field width
48 text .l.prompt -width $pwidth -height 1 -relief flat;
52 text .l.value -width $vwidth -height 1;
59 text .p.prompt -width $pwidth -height 1 -relief flat;
63 entry .p.value -show "*" -width $vwidth;
/freebsd-10.0-release/usr.bin/banner/
H A Dbanner.c1025 static int width = DWIDTH; /* -w option: scrunch letters to 80 columns */ variable
1043 width = atoi(optarg);
1044 if (width <= 0 || width > DWIDTH)
1054 for (i = 0; i < width; i++) {
1055 j = i * DWIDTH / width;
1160 x = (x*width + (DWIDTH/2)) / DWIDTH;
1161 y = (y*width + (DWIDTH/2)) / DWIDTH;
1179 fprintf(stderr, "usage: banner [-d] [-t] [-w width] message ...\n");
/freebsd-10.0-release/usr.sbin/nandsim/
H A Dsample.conf163 # Chip data bus width. All chips connected to the same controller must have
164 # the same bus width.
166 # width=[8|16]
167 width=8
/freebsd-10.0-release/contrib/texinfo/info/
H A Ddisplay.h48 extern void display_initialize_display (int width, int height);
/freebsd-10.0-release/contrib/less/
H A Dscrsize.c70 win_attributes.width -= hints.base_width;
74 win_attributes.width -= hints.min_width;
77 *p_width = win_attributes.width / hints.width_inc;
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp153 unsigned width = 0; local
174 width = 1;
177 width = 1;
180 width = 2;
183 width = 2;
186 width = 3;
189 width = 4;
192 width = 4;
195 width = 8;
198 width
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf_hexdump.c55 if (pi->width > 0 && pi->width < 16)
56 l = pi->width;

Completed in 235 milliseconds

1234567891011>>