Searched defs:linecount (Results 1 - 4 of 4) sorted by relevance

/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/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/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
/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...]

Completed in 118 milliseconds