| /src/usr.bin/column/ |
| Makefile | 4 PROG= column
|
| /src/usr.bin/expand/ |
| expand.c | 64 size_t n, column; local 95 column = 0; 102 column++; 103 } while (column & 07); 109 column++; 110 } while (((column - 1) % tabstops[0]) 115 if (tabstops[n] > column) 119 column++; 122 while (column < tabstops[n]) { 124 column++ [all...] |
| /src/usr.bin/colrm/ |
| colrm.c | 63 u_long column, start, stop; local 81 errx(1, "illegal column -- %s", argv[1]); 86 errx(1, "illegal column -- %s", argv[0]); 97 for (column = 0;;) { 103 if (column) 104 --column; 107 column = 0; 110 column = (column + TAB) & ~(TAB - 1); 113 ++column; [all...] |
| /src/distrib/utils/more/ |
| output.c | 62 int column; local 76 column = 0; 83 column += ul_width +1; 87 column += ue_width; 91 column += bo_width +1; 95 column += be_width; 101 column++; 102 } while ((column % tabstop) != 0); 106 column--; 118 column += 2 [all...] |
| line.c | 57 static int column; /* Printable length, accounting for variable 105 column = 0; 114 if (column + addon + (ln_state ? ue_width : 0) > sc_width) \ 117 column += addon 172 column -= 2; 185 column--; 186 if (column + bo_width + be_width + 1 >= sc_width) 201 column += bo_width-1; 205 column += bo_width; 215 column-- [all...] |
| /src/games/fortune/tools/ |
| Do_spell | 10 sort $F $1.sp.ok | uniq -u | column
|
| /src/games/battlestar/ |
| fly.c | 49 static int row, column; variable 90 column = rnd(COLS - 2) + 1; 154 if (row == MIDR && column < MIDC + 2 && 155 column > MIDC - 2) { 257 oldc = column; 261 if (column + dc < COLS - 1 && column + dc > 0) 262 column += dc; 268 d = (double) ((row - MIDR) * (row - MIDR) + (column - MIDC) * 269 (column - MIDC)) [all...] |
| /src/sys/arch/epoc32/dev/ |
| epockbd.c | 188 int column, row; local 200 for (column = 0; column < sc->sc_kbd_ncolumn; column++) { 204 cmd |= (EPOCKBD_COLUMN0 + column); 208 if (sc->sc_state[column] != key) { 209 row = sc->sc_state[column] ^ key; 210 sc->sc_state[column] = key; 214 column == sc->sc_kbd_ncolumn - 1)) 223 *data = EPOC2WS_KBD_DATA(row, column); [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stacktrace_printer.h | 42 // %c - column in the source file; 46 // %S - prints file/line/column information; 47 // %L - prints location information: file/line/column, if it is known, or 56 int line, int column, bool vs_style,
|
| sanitizer_stacktrace_printer.cc | 155 buffer->append("%d", info.column); 170 RenderSourceLocation(buffer, info.file, info.line, info.column, vs_style, 176 RenderSourceLocation(buffer, info.file, info.line, info.column, 236 int line, int column, bool vs_style, 240 if (column > 0) 241 buffer->append(",%d", column); 249 if (column > 0) 250 buffer->append(":%d", column);
|
| sanitizer_symbolizer.h | 42 int column; member in struct:__sanitizer::AddressInfo
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_symbolize.cc | 64 int line, int column) { 80 info->column = column; 103 frame->info.column = col;
|
| /src/sys/arch/hpcsh/dev/ |
| pfckbd.c | 218 pfckbd_input(struct pfckbd_core *pc, int column, uint16_t data) 223 edge = data ^ pc->pc_column[column]; 225 return; /* no changes in this column */ 227 pc->pc_column[column] = data; 232 DPRINTF("(%2d, %2d) %d \n", row, column, type); 234 val = row * 8 + column; 298 int column; local 308 for (column = 0; column < 8; column++) [all...] |
| /src/sys/net/ |
| toeplitz.c | 137 * The Toeplitz hash of a 16-bit number considered as a column vector over 150 uint16_t column[NBBY]; local 153 bzero(column, sizeof(column)); 157 column[b] = skey << b | skey >> (NBSK - b); 166 res ^= column[b];
|
| /src/usr.bin/sort/ |
| sort.h | 124 /* This is the column as seen by struct field. It is used by enterfield. 127 struct column { struct 134 * corresponding column in the current line. This is determined in enterkey. 142 /* A field has an initial and final column; an omitted final column 151 struct column icol; 152 struct column tcol;
|
| /src/sys/dtb/ |
| Makefile | 37 ${MAKE} MACHINE_ARCH=${_arch} dtblist | grep '^[\.#]' | column -t | \
|
| /src/tests/bin/ps/ |
| t_ps.sh | 203 "the pid column" 306 atf_set "descr" "Tests simple uses of null column headings" \ 334 # We choose "holdcnt" as a column whose width is likely to be 349 "null heading for every column). The heading" \ 377 "same column more than once"
|
| /src/distrib/sets/ |
| fmt-list | 205 -- Calculate the column on which the field should be aligned. 206 local function column(entries, get_width_before, colname) function 249 assert_equals(column(entries, width_before_category, "category_col"), 8) 252 -- to the minimum required column. 258 assert_equals(column(entries, width_before_category, "category_col"), 24) 267 assert_equals(column(entries, width_before_category, "category_col"), 24) 276 assert_equals(column(entries, width_before_flags, "flags_col"), 32) 294 column(entries, width_before_category, "category_col") 295 local flags_col = column(entries, width_before_flags, "flags_col") 297 -- To avoid horizontal jumps for the category column, the minimum column i [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_stacktrace_printer_test.cc | 79 info.column = 5; 85 "Column:%c", 89 "Column:5", 135 info.column = 5; 144 info.column = 0;
|
| /src/sys/dev/raidframe/ |
| rf_netbsdkintf.c | 1221 /* bad column */ 1414 printf("raid%d: Column: %d\n", raidid, clabel->column); 1420 int column = clabel->column; local 1422 if ((column < 0) || (column >= raidPtr->numCol)) { 1430 memcpy(raidget_component_label(raidPtr, column), 1432 raidflush_component_label(raidPtr, column); 1449 for (int column = 0; column < raidPtr->numCol; column++) 1487 int column = component.column; local 1584 int column; local 3531 int column; local 3559 int column; local 4014 int column = clabel->column; local [all...] |
| rf_disks.c | 419 if ((ac->clabel->column == c) && 449 if (ac->clabel->column == c) { 602 printf("Ignoring missing component at column %d\n", col); 657 rf_print_label_status(RF_Raid_t *raidPtr, int column, char *dev_name, 662 raidPtr->raidid, dev_name, column ); 663 printf(" Column: %d Num Columns: %d\n", 664 ci_label->column, 673 static int rf_check_label_vitals(RF_Raid_t *raidPtr, int row, int column, 693 if (column != ci_label->column) { [all...] |
| raidframevar.h | 416 int column; /* the column number of this component */ 431 int column; /* the column number of this component */ member in struct:RF_ComponentLabel_s 515 int column; member in struct:RF_SingleComponent_s
|
| /src/sys/external/isc/atheros_hal/dist/ar5212/ |
| ar5212_rfgain.c | 92 ar5212GetRfField(uint32_t *rfBuf, uint32_t numBits, uint32_t firstBit, uint32_t column) 98 HALASSERT(column <= 3); 110 (column * 8); 111 reg32 |= (((rfBuf[arrayEntry] & mask) >> (column * 8)) >>
|
| /src/usr.bin/make/unit-tests/ |
| opt-debug-errors-jobs.mk | 31 # of the lines, usually at column 73. All spaces before the continuation
|
| /src/sbin/raidctl/ |
| raidctl.c | 715 component_label.column = component_num % num_cols; 817 component_label.column = component_num % num_cols; 825 printf(" Row: %d, Column: %d, Num Rows: %d, Num Columns: %d\n", 826 component_label.row, component_label.column, 863 component_label.column = component_num % num_cols; 883 component_label.column = 0; 936 hot_spare.column = 0; 954 comp.column = component_num % num_cols; 973 comp.column = component_num;
|