Searched defs:width (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c85 int width = UTF8_WIDTH(*p); local
95 if (width == 0 || len < width)
102 w = width;
108 return (width);
117 int width; local
128 width = UTF8_WIDTH(c);
130 switch (width) {
162 if (len < width)
165 rest = width
241 int width; local
[all...]
H A Ducs4.c203 int width; local
215 width = 1;
223 width = 2;
227 width = 3;
231 width = 4;
235 width = 5;
239 width = 6;
246 for (i = width - 1; i > 0; i--) {
298 int width; local
316 width
[all...]
H A Dconverter.c1190 size_t width; local
1194 width = 1;
1196 width = 0;
1198 width = 2;
1200 width = 3;
1202 width = 4;
1204 width = 5;
1206 width = 6;
1208 width = 0;
1209 if (width
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp53 static size_t width = 0; local
59 width = atf::text::to_type< size_t >(cols);
64 width = ws.ws_col;
67 if (width >= 80)
68 width -= 5;
73 return width;
/bind-9.6-ESV-R11/lib/lwres/
H A Dprint.c77 unsigned long width; local
115 width = precision = 0;
148 width = va_arg(ap, int);
152 width = strtoul(format, &e, 10);
307 if (precision != 0U || width != 0U) {
311 else if (length < width && zero)
312 zeropad = width - length;
313 if (width != 0U) {
314 pad = width - length -
373 if (width !
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dprint.c80 unsigned long width; local
118 width = precision = 0;
150 width = va_arg(ap, int);
154 width = strtoul(format, &e, 10);
370 if (precision != 0 || width != 0) {
374 else if (length < width && zero)
375 zeropad = width - length;
376 if (width != 0) {
377 pad = width - length -
436 if (width !
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c629 unsigned int width; local
648 &delta, &width, mode);
654 "%%0%ud", width);
658 "%%0%u%c", width, mode[0]);
H A Drdata.c112 unsigned int width; /*%< Width of rdata column. */ member in struct:dns_rdata_textctx
807 if (tctx->width == 0) /* No splitting */
810 result = isc_hex_totext(&sr, tctx->width - 2,
859 tctx.width = 60;
866 unsigned int flags, unsigned int width,
879 tctx.width = width;
882 tctx.width = 60; /* Used for hex word length only. */
865 dns_rdata_tofmttext(dns_rdata_t *rdata, dns_name_t *origin, unsigned int flags, unsigned int width, const char *linebreak, isc_buffer_t *target) argument

Completed in 36 milliseconds