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

123456789

/freebsd-12-stable/usr.bin/kdump/
H A Dkdump.c1615 int col = 0; local
1621 col = 8;
1629 if (col == 0) {
1631 col = 8;
1635 col = 0;
1639 width = 8 - (col&07);
1644 if (col + width > (screenwidth-2)) {
1646 col = 8;
1648 col += width;
1653 if (col
[all...]
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1521 size_t col, cols; local
1534 col = 0;
1537 col = max(col, length);
1540 cols = SCREENWIDTH / ++col;
1547 fprintf(fp, "%-*.*s", (int)col,
1548 (int)col - 1, list[word]);
/freebsd-12-stable/contrib/nvi/regex/
H A Dregcomp.c1281 uch *col; local
1286 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1287 if (col[uc] != 0)
1298 uch *col; local
1304 for (i = 0, col = g->setbits; i < ncols; i++, col += g->csetsize)
1305 if (col[uc1] != col[uc2])
/freebsd-12-stable/contrib/ldns-host/
H A Dldns-host.c438 int col = fromcol, nextcol = fromcol + 8 - fromcol%8; local
441 for (; nextcol <= tocol; col = nextcol, nextcol += 8)
443 for (; col < tocol; col++)
445 return col - fromcol;
/freebsd-12-stable/bin/sh/
H A Djobs.c381 int col, curr, i, jobno, prev, procno, status; local
446 col = strlen(s);
450 col += strlen(s);
455 col += strlen(statestr) + strlen(coredump);
459 col++;
460 } while (col < 30);
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah.c1313 int col, int regWr)
1317 HALASSERT(col < ia->cols);
1320 HAL_INI_VAL(ia, r, col));
1332 ath_hal_ini_bank_setup(uint32_t data[], const HAL_INI_ARRAY *ia, int col) argument
1336 HALASSERT(col < ia->cols);
1338 data[r] = HAL_INI_VAL(ia, r, col);
1312 ath_hal_ini_write(struct ath_hal *ah, const HAL_INI_ARRAY *ia, int col, int regWr) argument
H A Dah_internal.h927 #define HAL_INI_WRITE_ARRAY(ah, regArray, col, regWr) do { \
930 OS_REG_WRITE(ah, (regArray)[r][0], (regArray)[r][col]); \
944 int col, int regWr);
946 int col);
/freebsd-12-stable/contrib/expat/tests/
H A DMakefile.in978 col="$$grn"; \
980 col="$$red"; \
983 echo "$${col}$$br$${std}"; \
984 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
985 echo "$${col}$$br$${std}"; \
987 echo "$$col$$br$$std"; \
989 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
991 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
993 echo "$$col$$br$$std"; \
/freebsd-12-stable/usr.bin/rs/
H A Drs.c217 prints(char *s, int col) argument
224 n = (flags & ONEOSEPONLY ? 1 : colwidths[col] - (p - s));
408 case 'c': /* input col. separator */
465 case 'z': /* squeeze col width */
471 case 'o': /* col order */
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c205 int col; member in struct:apr_bucket_lob
215 const apr_dbd_row_t *row, int col,
218 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col,
249 int col = a->col; local
253 define_arg *val = &res->statement->out[col];
309 const apr_dbd_row_t *row, int col,
317 f->col = col;
326 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col, argument
308 apr_bucket_lob_make(apr_bucket *b, const apr_dbd_row_t *row, int col, apr_off_t offset, apr_size_t len, apr_pool_t *p) argument
[all...]
/freebsd-12-stable/contrib/mandoc/
H A Droff_term.c142 if (p->col) {
/freebsd-12-stable/contrib/nvi/common/
H A Doptions.c832 int base, b_num, cnt, col, colwidth, curlen, s_num; local
936 for (base = row, col = 0; col < numcols; ++col) {
/freebsd-12-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c940 int col; local
948 for (col = 0, col_byte = row_byte;
949 col < nr_cols;
950 col++, col_byte += word_size)
/freebsd-12-stable/contrib/ee/
H A Dnew_curse.h250 extern void Position P_((WINDOW *window, int row, int col));
/freebsd-12-stable/usr.bin/
H A DMakefile22 col \
/freebsd-12-stable/contrib/ntp/sntp/tests/
H A DMakefile.in1220 col="$$grn"; \
1222 col="$$red"; \
1225 echo "$${col}$$br$${std}"; \
1226 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1227 echo "$${col}$$br$${std}"; \
1229 echo "$$col$$br$$std"; \
1231 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1233 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1235 echo "$$col$$br$$std"; \
/freebsd-12-stable/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-12-stable/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-12-stable/crypto/heimdal/kadmin/
H A DMakefile.in823 col=$$red; res=XPASS; \
826 col=$$grn; res=PASS; \
834 col=$$lgn; res=XFAIL; \
838 col=$$red; res=FAIL; \
843 col=$$blu; res=SKIP; \
845 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-12-stable/crypto/heimdal/lib/ipc/
H A DMakefile.in651 col=$$red; res=XPASS; \
654 col=$$grn; res=PASS; \
662 col=$$lgn; res=XFAIL; \
666 col=$$red; res=FAIL; \
671 col=$$blu; res=SKIP; \
673 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-12-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in653 col=$$red; res=XPASS; \
656 col=$$grn; res=PASS; \
664 col=$$lgn; res=XFAIL; \
668 col=$$red; res=FAIL; \
673 col=$$blu; res=SKIP; \
675 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A DMakefile.in703 col=$$red; res=XPASS; \
706 col=$$grn; res=PASS; \
714 col=$$lgn; res=XFAIL; \
718 col=$$red; res=FAIL; \
723 col=$$blu; res=SKIP; \
725 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A DMakefile.in857 col=$$red; res=XPASS; \
860 col=$$grn; res=PASS; \
868 col=$$lgn; res=XFAIL; \
872 col=$$red; res=FAIL; \
877 col=$$blu; res=SKIP; \
879 echo "$${col}$$res$${std}: $$tst"; \
/freebsd-12-stable/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

Completed in 402 milliseconds

123456789