Searched refs:col (Results 151 - 175 of 190) sorted by relevance

12345678

/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c2059 int col, cols; local
2077 col = 0;
2080 if (col < length) {
2081 col = length;
2085 cols = SCREENWIDTH / ++col;
2092 (void) fprintf(fp, "%-*.*s", col, col-1, list[word]);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dt1_lib.c560 size_t col = s->s3->client_opaque_prf_input_len; local
562 if ((long)(limit - ret - 6 - col < 0))
564 if (col > 0xFFFD) /* can't happen */
568 s2n(col + 2, ret);
569 s2n(col, ret);
570 memcpy(ret, s->s3->client_opaque_prf_input, col);
571 ret += col;
H A Dt1_enc.c1077 int col = 0, sol = 0; local
1090 col = s->s3->server_opaque_prf_input_len;
1092 sol = s->s3->client_opaque_prf_input_len; /* must be same as col (see draft-rescorla-tls-opaque-prf-input-00.txt, section 3.1) */
1099 co, col, local
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c429 raidz_col_t *col = &rm->rm_col[c]; local
431 bcopy(col->rc_data, buf, col->rc_size);
432 col->rc_data = buf;
434 buf += col->rc_size;
461 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
514 col = f + c;
516 if (col >= dcols) {
517 col -= dcols;
520 rm->rm_col[c].rc_devidx = col;
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Droff.c126 int col; /* parse col */ member in struct:roffnode
334 int line, int col)
344 p->col = col;
682 r->last->line, r->last->col, NULL);
333 roffnode_push(struct roff *r, enum rofft tok, const char *name, int line, int col) argument
H A Dread.c801 int ln, int col, const char *msg)
813 (*m->mmsg)(er, level, m->file, ln, col, msg); local
800 mandoc_msg(enum mandocerr er, struct mparse *m, int ln, int col, const char *msg) argument
/freebsd-10.0-release/sys/pc98/cbus/
H A Dgdc.c1192 gdc_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
1216 *col = off % adp->va_info.vi_width;
1223 * Move the hardware text cursor. If col and row are both -1,
1227 gdc_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
1235 if ((col == -1) && (row == -1)) {
1240 off = row*adp->va_info.vi_width + col;
/freebsd-10.0-release/contrib/libreadline/
H A Ddisplay.c2200 insert_some_chars (string, count, col)
2202 int count, col;
2209 if (count != col)
2210 fprintf(stderr, "readline: debug: insert_some_chars: count (%d) != col (%d)\n", count, col);
2217 buffer = tgoto (_rl_term_IC, 0, col);
2233 for (i = col; i--; )
/freebsd-10.0-release/contrib/gcc/
H A Dlambda-mat.c171 lambda_matrix_get_column (lambda_matrix mat, int n, int col, argument
177 vec[i] = mat[i][col];
H A Dbitmap.c1483 unsigned int i, j, col = 26;
1492 if (col > 70)
1495 col = 24;
1500 col += 4;
1471 unsigned int i, j, col = 26; local
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_txt.c2155 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; local
2185 for (col = 0, p = av[0]->bp + prefix; *p != '\0'; ++p)
2186 col += KEY_COL(sp, *p);
2187 if (col > colwidth)
2188 colwidth = col;
2231 for (base = row, col = 0; col < numcols; ++col) {
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c259 sp->_emxmouse_buttons[1], mouev.col, mouev.row);
262 sp->_emxmouse_buttons[3], mouev.col, mouev.row);
265 sp->_emxmouse_buttons[2], mouev.col, mouev.row);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dutil.c2195 ** col -- the column number to fetch.
2207 get_column(line, col, delim, buf, buflen)
2209 int col;
2230 if (*p == (char) delim && col == 0)
2235 if (col == 0 && (char) delim == '\0')
2241 for (i = 0; i < col; i++)
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dcommands.c455 int col, len;
461 col = 8;
464 if (col + len > 65) {
466 col = 8;
469 col += len;
454 int col, len; local
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c363 int col, len;
369 col = 8;
372 if (col + len > 65) {
374 col = 8;
377 col += len;
362 int col, len; local
/freebsd-10.0-release/crypto/openssh/
H A Dsession.c2043 s->col = packet_get_int();
2048 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
2070 s->col = packet_get_int();
2074 s->col = packet_get_int();
2106 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
H A Dserverloop.c944 u_int col = packet_get_int(); local
951 pty_change_window_size(fdin, row, col, xpixel, ypixel);
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dzfssubr.c1110 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
1143 col = f + c;
1145 if (col >= dcols) {
1146 col -= dcols;
1149 rm->rm_col[c].rc_devidx = col;
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1309 uint_t mult = 1, col = 0; local
1313 col = 1;
1319 col = 2;
1323 return (map->fsm_enc[col]);
/freebsd-10.0-release/sys/dev/fb/
H A Dvesa.c1590 vesa_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
1593 return ((*prevvidsw->read_hw_cursor)(adp, col, row));
1597 vesa_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
1600 return ((*prevvidsw->set_hw_cursor)(adp, col, row));
H A Dvga.c2268 vga_read_hw_cursor(video_adapter_t *adp, int *col, int *row) argument
2287 *col = off % adp->va_info.vi_width;
2294 * Move the hardware text cursor. If col and row are both -1,
2300 vga_set_hw_cursor(video_adapter_t *adp, int col, int row) argument
2308 if ((col == -1) && (row == -1)) {
2313 off = row*adp->va_info.vi_width + col;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1385 zfs_get_column_t col; local
1388 (col = cbp->cb_columns[i]) != GET_COL_NONE; i++)
1389 if (col == GET_COL_RECVD)
2563 const char *col; local
2571 col = gettext(us_field_hdr[field]);
2574 width[field], col);
2577 width[field], col);
5302 const char *col; local
5306 col = gettext(hdr_cols[i]);
5309 col);
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmips-tdep.c4444 int col, byte; local
4449 for (col = 0, regnum = start_regnum;
4450 col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
4460 col++;
4469 for (col = 0, regnum = start_regnum;
4470 col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
4497 col++;
4499 if (col > 0) /* ie. if we actually printed anything... */
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp105 unsigned col = bytesSincePreviousTabOrLineBegin(SourceLine, *i);
106 unsigned NumSpaces = TabStop - col%TabStop;
929 if (StartColNo) --StartColNo; // Zero base the col #.
937 --EndColNo; // Zero base the col #.
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf42 progs cksum cmp col colcrt colrm column comm compress crontab ctags cut

Completed in 303 milliseconds

12345678