Searched refs:linecnt (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/isainfo/
H A Disainfo.c173 int linecnt = 0; local
176 if (linecnt + strlen(p) > 68) {
178 linecnt = 0;
180 if (linecnt == 0)
181 linecnt = printf("\t");
182 linecnt += printf("%s ", p);
186 if (linecnt + strlen(p) > 68) {
188 linecnt = 0;
190 if (linecnt == 0)
191 linecnt
[all...]
/illumos-gate/usr/src/cmd/head/
H A Dhead.c69 off_t linecnt = DEF_LINE_COUNT; local
93 linecnt = (off_t)strtoll(&argv[i][1], (char **)NULL,
114 linecnt = (off_t)strtoll(optarg, (char **)NULL, 10);
115 if (linecnt <= 0) {
164 copyout(linecnt, isline);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c93 int linecnt; local
123 linecnt = 0;
127 linecnt++;
158 "file: %s : \"%s\""), linecnt, filename, u.data);
231 int linecnt; local
258 linecnt = 0;
262 linecnt++;
326 "file: %s : \"%s\""), linecnt, filename, buffer);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c411 register int linecnt, charcnt; local
429 linecnt = 7;
440 if (linecnt <= 0 || charcnt <= 0) {
469 linecnt--, charcnt -= strlen(line);
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c481 int linecnt = -1; local
493 if (linecnt == -1) {
496 linecnt = linelen - len;
497 } else if (linecnt - (len + 3) > 0) {
500 linecnt -= len + 2;
504 linecnt = linelen - len;
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c732 size_t linecnt, linelen; local
740 if (mdb_readsym(&linecnt, sizeof (size_t), "mptsas_dbglog_linecnt")
742 mdb_warn("No debug linecnt present");
750 logbuf = mdb_alloc(linelen * linecnt, UM_SLEEP);
752 if (mdb_readsym(logbuf, linelen * linecnt, "mptsas_dbglog_bufs")
758 idx &= linecnt - 1;
759 for (i = 0; i < linecnt; i++) {
762 idx &= linecnt - 1;
764 mdb_free(logbuf, linelen * linecnt);
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c111 static int linecnt = 1; local
143 linecnt++;
153 fe.startline = linecnt;
178 linecnt = 1;
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2877 int linecnt = 0; local
2898 if( *cp=='\n' ) linecnt++;
2901 (*lineno) += 3 + linecnt;
2933 int linecnt = 0; local
2966 if( *cp=='\n' ) linecnt++;
2969 (*lineno) += 3 + linecnt;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c2949 * (before clearing the sticky bits). The linecnt data will be updated to
2954 uint64_t *ecache_tag, int *linecnt, uint64_t *t_afsr)
2966 *linecnt = 0;
3023 (*linecnt)++;
2953 scan_ecache(uint64_t *t_afar, ec_data_t *ecache_data, uint64_t *ecache_tag, int *linecnt, uint64_t *t_afsr) argument

Completed in 88 milliseconds