Searched refs:lineno (Results 1 - 25 of 133) sorted by relevance

123456

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg_piglatin_nl.pl62 use vars qw($script $lineno);
67 $lineno = int($ARGV[0]);
72 printf ("%6d\t%s", $lineno, $_);
73 $lineno += 2;
/illumos-gate/usr/src/head/
H A Dlinenum.h44 struct lineno struct
55 #define LINENO struct lineno
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c46 long lineno = 0; /* line number */ variable
H A Dext.h42 extern long lineno; /* line number */
/illumos-gate/usr/src/tools/onbld/Checks/
H A DKeywords.py58 lineno = 0
62 lineno += 1
71 (filename, lineno, ', '.join(match)))
H A DSpellCheck.py264 def check(errmsg, output, filename, line, lineno, entry):
266 output.write(errmsg % (filename, lineno, entry[1], entry[2]))
272 lineno = 1
282 lineno, entry)
285 lineno, entry)
286 lineno += 1
H A DCmtBlk.py37 def __init__(self, lineno, seen, shouldbe):
39 self.lineno = lineno
61 lineno = 0
75 lineno += 1
80 start = lineno
120 " '%s'\n" % (filename, e.lineno, blk_name,
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dassert.c60 ** lineno -- line number.
70 int lineno,
74 sm_abort_defaulthandler(filename, lineno, msg)
76 int lineno;
81 lineno, msg);
156 ** If filename != NULL then filename and lineno specify the line of source
161 ** lineno -- line number.
169 sm_abort_at(filename, lineno, msg)
171 int lineno;
175 (*SmAbortHandler)(filename, lineno, ms
[all...]
H A Dtest.c104 ** lineno -- line number.
111 sm_test(success, expr, filename, lineno)
115 int lineno;
125 (void) fprintf(stderr, "bad! %s:%d %s\n", filename, lineno,
/illumos-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c58 static void verify_and_output(const char *key, char *value, int lineno);
80 int lineno = 0; /* Input line counter */ local
117 lineno++;
150 cmd, sizeof (line) - 2, lineno);
172 "ignored\n", cmd, lineno);
209 cmd, lineno);
216 verify_and_output(nadrp, trailer, lineno);
234 verify_and_output(const char *key, char *value, int lineno) argument
252 cmd, lineno);
282 cmd, lineno);
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java780 new Object[] {Integer.toString(tk.lineno())});
800 new Object[] {Integer.toString(tk.lineno())});
818 new Object[] {Integer.toString(tk.lineno())});
828 new Object[] {Integer.toString(tk.lineno())});
841 new Object[] {Integer.toString(tk.lineno())});
856 new Object[] {Integer.toString(tk.lineno())});
873 new Object[] {Integer.toString(tk.lineno())});
890 new Object[] {Integer.toString(tk.lineno())});
914 new Object[] {Integer.toString(tk.lineno())});
933 new Object[] {Integer.toString(tk.lineno())});
1885 checkAndAddType(String type, AttributeDescriptor attDesc, int lineno) argument
1920 checkAndAddFlag(String flag, int matched, AttributeDescriptor attDesc, int lineno) argument
2046 convertValue(String type, String reqTok, int lineno) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmap.c38 Lineno lineno, const char *directive)
46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive);
55 Lineno lineno, const char *id)
63 dbg_print(lml, fmt, file, EC_LINENO(lineno), id);
90 Lineno lineno)
96 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname,
102 Lineno lineno)
111 dbg_print(lml, MSG_INTL(MSG_MAP_SYM_SIZE), EC_LINENO(lineno), segname,
145 Dbg_map_dv(Lm_list *lml, const char *obj_name, Lineno lineno) argument
150 dbg_print(lml, MSG_INTL(MSG_MAP_DV), EC_LINENO(lineno), obj_nam
37 Dbg_map_pass(Lm_list *lml, Boolean enable, const char *file, Lineno lineno, const char *directive) argument
54 Dbg_map_cexp_id(Lm_list *lml, Boolean add, const char *file, Lineno lineno, const char *id) argument
89 Dbg_map_size_new(Lm_list *lml, const char *symname, const char *segname, Lineno lineno) argument
101 Dbg_map_size_old(Ofl_desc *ofl, Sym_desc *sdp, const char *segname, Lineno lineno) argument
157 Dbg_map_dv_entry(Lm_list *lml, Lineno lineno, int require, const char *version) argument
237 Dbg_map_ent(Lm_list *lml, Ent_desc *enp, Ofl_desc *ofl, Lineno lineno) argument
259 Dbg_map_seg_os_order(Lm_list *lml, Sg_desc *sgp, const char *sec_name, Word ndx, Lineno lineno) argument
270 Dbg_map_seg(Ofl_desc *ofl, dbg_state_t dbg_state, int ndx, Sg_desc *sgp, Lineno lineno) argument
287 Dbg_map_seg_order(Ofl_desc *ofl, uchar_t osabi, Half mach, dbg_state_t dbg_state, Lineno lineno) argument
323 Dbg_map_hdr_noalloc(Lm_list *lml, Lineno lineno) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_http.c67 int lineno; local
86 lineno = 0;
87 for (p = line; p < endp && lineno < NLINES; p = q + 1) {
113 ++lineno;
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c144 static int lineno; /* current line number in input file */ variable
161 static void pe(int lineno);
285 for (lineno = 1; fgets(line, sizeof (line), f); lineno++) {
292 pe(lineno);
299 pe(lineno);
337 pe(lineno);
346 stk[stktop].lno = lineno;
354 pe(lineno);
363 stk[stktop].lno = lineno;
498 pe(int lineno) argument
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.y34 extern int lineno; /* genmsg.l */
74 src_err(srcfile, (lineno - 1),
210 src_err(srcfile, lineno,
216 add_msg(setid, id, str, srcfile, lineno, TRUE);
226 add_msg(setid, id, str, srcfile, lineno, FALSE);
231 add_msg(setid, id, str, srcfile, lineno, FALSE);
H A Dgenmsg.l39 int lineno = 1;
224 get_linemsgid(lineno) != NOLINEMSG) {
253 int id = get_linemsgid(lineno);
270 msg_line = lineno;
303 lineno++;
326 int id = get_linemsgid(lineno);
343 int id = get_linemsgid(lineno);
366 lineno++;
395 lineno++;
418 lineno
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dcheck.c44 fail_check(line_rec_t *L, int flags, u_longlong_t lineno) argument
65 (void) fprintf(stderr, MSG_DISORDER, lineno);
110 u_longlong_t lineno = 0; local
186 lineno++;
207 lineno);
217 lineno);
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.h42 extern int lineno;
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.c122 seterrline(const int lineno, const char *file, argument
125 Location.l_lineno = lineno;
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl43 print "$file: $lineno: $msg\n";
50 $lineno = 0;
55 $lineno++;
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1266 void ErrorMsg(const char *filename, int lineno, const char *format, ...){ argument
1277 if( lineno>0 ){
1278 sprintf(prefix,"%.*s:%d: ",PREFIXLIMIT-10,filename,lineno);
2289 int lineno; local
2327 lineno = 1;
2329 if( c=='\n' ) lineno++; /* Keep track of the line number */
2339 if( c=='\n' ) lineno++;
2346 ps.tokenlineno = lineno; /* Linenumber on which token begins */
2350 if( c=='\n' ) lineno++;
2365 if( c=='\n' ) lineno
3016 int lineno = *plineno; /* The line number of the output */ local
3165 int lineno; local
[all...]
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c96 int lineno; /* the line number of message source file */ variable
617 FPRINTF(stderr, MSG(9), msgfname, lineno, s);
639 FPRINTF(stderr, MSG(12), msgfname, lineno,
648 lineno, quote);
652 ++lineno;
678 msgfname, lineno, n);
725 ++lineno;
732 FPRINTF(stderr, MSG(14), msgfname, lineno);
744 ++lineno;
769 lineno,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c151 uint_t lineno = 0, entryindex = 0; local
174 lineno++;
193 filename, lineno, prefixstr);
200 filename, lineno, prefixstr);
210 filename, lineno);
216 " %d\n"), filename, lineno, plen);
226 filename, lineno);
251 filename, lineno);
257 "have a %d character limit.\n"), filename, lineno,
292 filename, lineno);
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmakemap.c95 unsigned int lineno; local
375 for (lineno = 0; ; lineno++)
395 lineno = 0;
401 lineno++;
414 progname, mapname, lineno,
426 progname, mapname, lineno);
452 progname, mapname, lineno,
496 progname, mapname, lineno,
506 lineno,
[all...]
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c305 advice_opts(char *optstr, const char *execname, char *cfgfile, int lineno) argument
317 madvident, value, execname, cfgfile, lineno);
323 madvident, execname, cfgfile, lineno);
331 madvident, value, execname, cfgfile, lineno);
346 lineno);
357 lineno);
368 lineno);
379 lineno);
390 lineno);
401 lineno);
446 int lineno = 0; local
[all...]

Completed in 79 milliseconds

123456