Searched refs:linecount (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dac_asm.s53 ac_blkcopy(caddr_t src, caddr_t dst, u_int linecount, u_int linesize)
88 brz,pn %i2, 2f ! while (linecount) {
98 ba 1b ! linecount-- }
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java189 int linecount = 0;
195 linecount++;
309 slifetime, new Integer(linecount)});
317 ex.getMessage(), new Integer(linecount)});
335 linecount++;
377 e.makeAddendum(" (line " + linecount + ")");
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c203 int linecount = 0; local
215 linecount++;
234 argvec[2], NULL, filename, linecount);
238 argvec[2], argvec[3], filename, linecount);
245 gettext("\ton line %d in %s\n"), linecount,
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s232 sgdr_mem_blkcopy(caddr_t src, caddr_t dst, u_int linecount, u_int linesize)
275 brz,pn %i2, 2f ! while (linecount) {
285 ba 1b ! linecount-- }
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c47 static int linecount(char *lp, long size);
122 l += linecount(linebuf, clen);
149 l += linecount(linebuf, n);
425 * linecount - determine the number of lines in a printable file.
429 linecount(char *lp, long size) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c154 static int linecount; variable
2556 * out. linecount tells us how many lines this command
2565 nlines = linecount + 2;
3737 linecount++;
3828 arg_indices[argindex++] = linecount;
3870 linecount++;
3912 (linecount == 0) ? 1 : linecount,
3990 linecount;
4030 arg_indices[argindex++] = linecount;
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1023 Dwarf_Signed * linecount, Dwarf_Error * error)
1032 *linecount = count;
1362 Dwarf_Signed * linecount, Dwarf_Error * error)
1021 dwarf_srclines(Dwarf_Die die, Dwarf_Line ** linebuf, Dwarf_Signed * linecount, Dwarf_Error * error) argument

Completed in 79 milliseconds