Searched refs:field_width (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | hash-table.cc | 95 int field_width; in dump() local 97 field_width = 0; in dump() 101 if (field_width < _table[i]->_selchars_length) in dump() 102 field_width = _table[i]->_selchars_length; in dump() 110 _collisions, field_width, "keysig"); in dump() 116 if (field_width > _table[i]->_selchars_length) in dump() 117 fprintf (stderr, "%*s", field_width - _table[i]->_selchars_length, ""); in dump()
|
| H A D | search.cc | 867 int field_width; in prepare_asso_values() local 869 field_width = 0; in prepare_asso_values() 874 if (field_width < keyword->_selchars_length) in prepare_asso_values() 875 field_width = keyword->_selchars_length; in prepare_asso_values() 880 fprintf (stderr, "keyword #, %*s, keyword\n", field_width, "keysig"); in prepare_asso_values() 886 if (field_width > keyword->_selchars_length) in prepare_asso_values() 887 fprintf (stderr, "%*s", field_width - keyword->_selchars_length, ""); in prepare_asso_values() 1666 int field_width = _max_selchars_length; in ~Search() local 1668 field_width, "selchars"); in ~Search() 1673 if (field_width > ptr->first()->_selchars_length) in ~Search() [all …]
|
| H A D | output.cc | 801 int field_width = 2; in output_hash_function() local 803 field_width++; in output_hash_function() 811 printf ("%*d", field_width, _asso_values[count]); in output_hash_function() 1350 int field_width; in output_lookup_array() local 1353 field_width = 2; in output_lookup_array() 1355 field_width++; in output_lookup_array() 1363 if (field_width < neg_field_width) in output_lookup_array() 1364 field_width = neg_field_width; in output_lookup_array() 1367 const int columns = 42 / field_width; in output_lookup_array() 1377 printf ("%*d", field_width, lookup_array[i]); in output_lookup_array()
|
| /freebsd-12.1/lib/libcam/ |
| H A D | scsi_cmdparse.c | 378 int field_width; /* 1 byte wide */ in next_field() local 384 field_width = 1; /* 1 byte wide */ in next_field() 443 field_width = strtol(p, &intendp, 10); in next_field() 459 field_width = strtol(p, &intendp, 10); in next_field() 498 field_width = strtol(p, &intendp, 10); in next_field() 508 field_width = strtol(p, &intendp, 10); in next_field() 518 field_width = strtol(p, &intendp, 10); in next_field() 541 *width_p = field_width * field_size; in next_field()
|
| /freebsd-12.1/sys/ddb/ |
| H A D | db_output.c | 392 db_end_line(int field_width) in db_end_line() argument 394 if (db_output_position + field_width > db_max_width) in db_end_line()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | language.c | 619 int field_width; in local_hex_string_custom() local 646 field_width = atoi (parse_ptr); in local_hex_string_custom() 648 num_pad_chars = field_width - strlen (temp_nbr_buf); /* possibly negative */ in local_hex_string_custom()
|
| /freebsd-12.1/usr.bin/mt/ |
| H A D | mt.c | 843 unsigned int field_width; in nstatus_print() local 907 field_width = MAX(dens_len, 17); in nstatus_print() 910 field_width, "Density", field_width, dens_str, block_str, in nstatus_print()
|