Searched refs:lineno (Results 76 - 100 of 493) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Dtest_micro.c131 int argc, cmdindx, lineno, ret; local
145 for (lineno = 1; fgets(cmd, sizeof(cmd), ifp) != NULL; ++lineno) {
152 progname, ifile, lineno);
/macosx-10.10.1/Libc-1044.1.2/util/
H A Dfparseln.c81 fparseln(fp, size, lineno, str, flags)
84 size_t *lineno;
119 if (lineno)
120 (*lineno)++;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dldapmap.c91 int lineno,
110 fname, lineno, "" );
129 fname, lineno, argv[ 0 ] );
149 fname, lineno, 0 );
267 fname, lineno, p );
275 fname, lineno, argv[0] );
89 map_ldap_parse( const char *fname, int lineno, int argc, char **argv ) argument
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c155 int lineno = 0; local
161 lineno++;
169 if (lineno == 1 && strncmp("version=", line, 8) == 0)
174 "%-.100s", file, lineno, line));
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_error.c153 const char *filename, int lineno, const char *format, va_list ap)
174 (void) snprintf(s, n, "\"%s\", line %d: ", filename, lineno);
175 else if (lineno != 0)
176 (void) snprintf(s, n, "line %d: ", lineno);
152 dt_set_errmsg(dtrace_hdl_t *dtp, const char *errtag, const char *region, const char *filename, int lineno, const char *format, va_list ap) argument
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcfile.c75 int lineno = 0; local
104 lineno++;
117 snprintf(complaint, complaint_len, "%s: line %d: no colon separator", filename, lineno);
128 snprintf(complaint, complaint_len, "%s: line %d: keyword %s: no value", filename, lineno, key);
/macosx-10.10.1/ruby-106/ruby/test/ripper/
H A Dtest_ripper.rb32 assert_nil @ripper.lineno
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_lambda.rb100 file, lineno = lmd.source_location
102 assert_equal(exp_lineno, lineno, "must be at the beginning of the block")
112 file, lineno = lmd.source_location
114 assert_equal(exp_lineno, lineno, "must be at the beginning of the block")
H A Dtest_argf.rb77 p [a.gets.chomp, a.lineno, b.gets.chomp, b.lineno] #=> ["1", 1, "1", 1]
78 p [a.gets.chomp, a.lineno, b.gets.chomp, b.lineno] #=> ["2", 2, "2", 2]
81 p [a.gets.chomp, a.lineno, b.gets.chomp, b.lineno] #=> ["1", 1, "1", 3]
82 p [a.gets.chomp, a.lineno, b.gets.chomp, b.lineno] #=> ["2", 2, "2", 4]
83 p [a.gets.chomp, a.lineno, b.gets.chomp, b.lineno] #
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapadd.c47 int lineno; member in struct:Erec
53 int lineno; member in struct:Trec
91 erec->lineno = erec->nextline+1;
100 if ( erec->lineno < jumpline )
112 progname, erec->lineno );
122 progname, erec->lineno, e->e_dn );
149 progname, erec->lineno,
175 if ( slap_tool_entry_check( progname, op, e, erec->lineno, &text, textbuf, textlen ) !=
315 erec->lineno = trec.lineno;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.hpp108 size_t lineno(void) const;
157 size_t lineno(void) const;
186 tokenizer< IS >::lineno(void) function in class:atf::parser::tokenizer
243 throw parse_error(t.lineno(),
256 throw parse_error(t.lineno(),
463 throw parse_error(t.lineno(),
479 throw parse_error(t.lineno(),
496 throw parse_error(t.lineno(),
515 throw parse_error(t.lineno(),
538 throw parse_error(t.lineno(),
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Drewrite.h140 int lineno,
264 int lineno,
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Derror.c301 parser_error (int lineno, const char *format, ...) argument
303 parser_error (lineno, format, va_alist)
304 int lineno;
318 fprintf (stderr, "%s: %s:%s%d: ", ename, iname, gnu_error_format ? "" : " line ", lineno);
320 fprintf (stderr, "%s:%s%d: ", ename, gnu_error_format ? "" : " line ", lineno);
322 fprintf (stderr, "%s: %s:%s%d: ", ename, iname, gnu_error_format ? "" : " line ", lineno);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Drt.sh81 integer tests errors signals lineno=0 skip=0
279 (( ++lineno > skip )) || continue
299 (( skip = lineno + 1 ))
308 (( ++lineno > skip )) || continue
332 (( skip = lineno + 1 ))
344 (( skip = lineno + 1 ))
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dglob.sh35 typeset lineno expected drop arg got sep op val add del
36 lineno=$1
70 then 'err_exit' $lineno "glob -- expected '$expected', got '$got'"
77 typeset lineno expected subject pattern got
78 lineno=$1 expected=$2 subject=$3 pattern=$4
86 then 'err_exit' $lineno "case $subject in $pattern) -- expected '$expected', got '$got'"
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dihex.c209 ihex_bad_byte (bfd *abfd, unsigned int lineno, int c, bfd_boolean error) argument
229 abfd, lineno, buf);
243 unsigned int lineno; local
257 lineno = 1;
267 ++lineno;
272 ihex_bad_byte (abfd, lineno, c, error);
297 ihex_bad_byte (abfd, lineno, hdr[i], error);
323 ihex_bad_byte (abfd, lineno, hdr[i], error);
336 abfd, lineno,
391 abfd, lineno);
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict.c436 int lineno; local
446 old_lineno = lineno = 0;
450 for ( /* void */ ; readlline(buf, fp, &lineno); old_lineno = lineno) {
455 old_lineno + 1, lineno),
462 VSTREAM_PATH(fp), lineno, member, old);
465 VSTREAM_PATH(fp), lineno, dict->type, dict->name);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl81 set lineno 1
95 lappend badL $lineno $line
102 incr lineno
149 set lineno 1
155 set lift($lineno) [lindex $EL [incr ptr]]
156 lset lift($lineno) 0 [expr { [lindex $EL [incr ptr]] - 1 }]
159 incr lineno
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_com.c180 log_error (location->lineno, NIDL_NAMEPREVDECLAT, identifier,
184 log_error (location->lineno, NIDL_NAMEALRDEC, identifier, NULL);
221 log_error(location->lineno, NIDL_DEFNOTCOMP, identifier, NULL);
253 log_warning(location->lineno, NIDL_FWDTAGREF, identifier, NULL);
528 log_error(location->lineno, NIDL_NAMENOTFND, identifier, NULL) ;
553 log_error(location->lineno, NIDL_NAMENOTCONST, identifier,
558 log_error(location->lineno, NIDL_NAMENOTTYPE, identifier,
563 log_error(location->lineno, NIDL_NAMENOTFIELD, identifier,
568 log_error(location->lineno, NIDL_NAMENOTPARAM, identifier,
582 log_error (location->lineno, NIDL_NAMEPREVDECLA
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSamplingTool.cpp448 int lineno = 0; local
449 for (HashMap<unsigned,unsigned>::iterator iter = lineCounts.begin(); iter != lineCounts.end(); ++iter, ++lineno) {
450 lineCountInfo[lineno].line = iter->key;
451 lineCountInfo[lineno].count = iter->value;
456 for (lineno = 0; lineno < linesCount; ++lineno) {
457 dataLogF(" Line #%d has sample count %d.\n", lineCountInfo[lineno].line, lineCountInfo[lineno].count);
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Dmbr.c373 int lineno; local
382 for (lineno = 0; lineno < NDOSPART && !feof(f); lineno++) {
400 if (MBR_parse_one_spec(line, disk, mbr, lineno)) {
404 part = &mbr->part[lineno];
412 for (; lineno < NDOSPART; lineno++) {
413 bzero(&mbr->part[lineno], sizeof(prt_t));
/macosx-10.10.1/text_cmds-88/ed/
H A Dmain.c103 int lineno; /* script line number */ variable
213 "", lineno, errmsg);
246 "", lineno, errmsg);
254 lineno, errmsg);
264 lineno, errmsg);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/denyop/
H A Ddenyop.c129 int lineno,
144 fname, lineno, 0 );
192 fname, lineno, op );
126 denyop_config( BackendDB *be, const char *fname, int lineno, int argc, char **argv ) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dconfig.c87 int lineno,
92 int rc = config_generic_wrapper( be, fname, lineno, argc, argv );
103 rc = config_generic_wrapper( be, fname, lineno, argc+1, av );
84 perl_back_db_config( BackendDB *be, const char *fname, int lineno, int argc, char **argv ) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp83 Result.lineno = Loc.getLine();
87 << Result.filename << ":" << Result.lineno << "\n");
107 // format in Details to the address/filename/lineno format that OProfile
126 line_info.lineno = FunctionDI.getLineNumber();

Completed in 434 milliseconds

1234567891011>>