Searched refs:line (Results 101 - 125 of 2028) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/dig/lib/isc/
H A Derror.c27 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument
31 fprintf(stderr, "%s:%d: ", file, line);
39 isc_error_fatal(const char *file, int line, const char *format, ...) { argument
43 fprintf(stderr, "%s:%d: %s: ", file, line, "fatal error");
52 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument
53 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression,
H A Dassertions.c40 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, argument
43 isc_assertion_failed_cb(file, line, type, cond);
82 default_callback(const char *file, int line, isc_assertiontype_t type, argument
86 file, line, isc_assertion_typetotext(type), cond, "failed");
/openbsd-current/usr.bin/libtool/LT/
H A DLaLoFile.pm45 while (my $line = <$fh>) {
46 chomp($line);
47 next if $line =~ /^\#/;
48 next if $line =~ /^\s*$/;
49 if ($line =~ m/^(\S+)\=\'(.*)\'$/) {
51 } elsif ($line =~ m/^(\S+)\=(\S+)$/) {
/openbsd-current/gnu/usr.bin/perl/ext/re/t/
H A Dintflags.t20 foreach my $line (split /\n/, $out) {
21 $line=~s/^r->intflags:\s+// or next;
22 length($_) and $seen{$_}++ for split /\s+/, $line;
/openbsd-current/usr.bin/cdio/
H A Dcddb.c120 further_query(FILE *cout, char *line) argument
125 key = strchr(line, ' ');
135 strnvis(copy_buffer, line, MAXSIZE-1, VIS_TAB|VIS_NL);
137 fprintf(cout, "CDDB READ %s %s\r\n", line, key);
204 char *line; local
207 line = fgetln(cin, &len);
208 if (!line)
212 if (line[len-1] == '\n')
213 line[--len] = 0;
214 if (len != 0 && line[le
224 char *line; local
252 char *line; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DLLDBAssert.cpp24 unsigned int line) {
34 "Assertion failed: (%s), function %s, file %s, line %u\n",
35 expr_text, func, file, line);
42 errs() << format("Assertion failed: (%s), function %s, file %s, line %u\n",
43 expr_text, func, file, line);
22 lldb_assert(bool expression, const char *expr_text, const char *func, const char *file, unsigned int line) argument
/openbsd-current/usr.bin/mandoc/
H A Dmandoc_xr.h22 int line; /* Or -1 for this page's own names. */ member in struct:mandoc_xr
/openbsd-current/lib/libc/gen/
H A Dgetusershell.c87 char *line; local
96 line = NULL;
103 while (getline(&line, &linesize, fp) != -1) {
104 if (*line != '/')
106 line[strcspn(line, "#\n")] = '\0';
107 if (!(shells[nshells] = strdup(line)))
119 free(line);
125 free(line);
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_getline.t13 my $line = $io->getline();
14 like($line, qr/^This is the/, "Read first line");
17 is($list, "\n", "Read second line");
18 is($context, undef, "Did not read third line with getline() in list context");
20 $line = $io->getline();
21 like($line, qr/^This distribution/, "Read third line");
27 $line = $io->getline();
28 is($line, unde
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dwrapper.c140 * environment variable contains exactly one "wrapper" -- a line
201 * The entries are stored in `line', which is allocated here. Caller
206 wrap_unparse_rcs_options (line, first_call_p)
207 char **line;
223 *line = xmalloc (strlen (wrap_list[i]->wildCard)
230 strcpy (*line, wrap_list[i]->wildCard);
231 strcat (*line, " -k '");
232 strcat (*line, wrap_list[i]->rcsOption);
233 strcat (*line, "'");
243 *line
283 char *line = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpperror.c35 diagnostic. Outputs the #include chain if it has changed. A line
39 print_location (pfile, line, col)
41 unsigned int line, col;
43 if (!pfile->buffer || line == 0)
49 map = lookup_line (&pfile->line_maps, line);
52 line = SOURCE_LINE (map, line);
56 if (line == 0)
59 fprintf (stderr, "%s:%u:", map->to_file, line);
61 fprintf (stderr, "%s:%u:%u:", map->to_file, line, co
131 unsigned int line, column; local
165 cpp_error_with_line(cpp_reader *pfile, int level, unsigned int line, unsigned int column, const char *msgid, ...) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm51 my($text, $line, $start, $end) = @_;
52 my(@perlret) = cpl($text, $line, $start);
73 my($word,$line,$pos) = @_;
75 $line ||= "";
77 CPAN->debug("word [$word] line[$line] pos[$pos]") if $CPAN::DEBUG;
78 $line =~ s/^\s*//;
79 if ($line =~ s/^((?:notest|f?force)\s*)//) {
83 if ($pos == 0 || $line =~ /^(?:h(?:elp)?|\?)\s/) {
85 } elsif ( $line !~ /
[all...]
/openbsd-current/usr.bin/cvs/
H A Dannotate.c40 "Show last revision where each line was modified",
50 "Show last revision where each line was modified",
160 struct rcs_line *line; local
225 line = alines[i];
227 rcsnum_tostr(line->l_delta->rd_num, rnum, sizeof(rnum));
229 &(line->l_delta->rd_date));
230 if (line->l_len && line->l_line[line->l_len - 1] == '\n')
231 line
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c177 /* Whether we're considered to be at the beginning of a line.
743 #line 1 "bfin-lex.l"
765 #line 22 "bfin-lex.l"
787 #line 788 "bfin-lex.c"
949 #line 45 "bfin-lex.l"
951 #line 952 "bfin-lex.c"
1036 #line 46 "bfin-lex.l"
1041 #line 47 "bfin-lex.l"
1046 #line 48 "bfin-lex.l"
1051 #line 4
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D114-blurt_death_Warn.t17 $self->{line} = [];
21 $self->{line} = [
36 qr/$message in $self->{filename}, line 20/,
42 $self->{line} = [
57 qr/$message in $self->{filename}, line 19/,
63 $self->{line} = [
77 qr/$message in $self->{filename}, line 17/,
83 $self->{line} = [
99 qr/$message in $self->{filename}, line 20/,
108 $self->{line}
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Dmemstats.c76 /** match logfile line to see if it needs accounting processing */
78 match(char* line) argument
86 if(strlen(line) < 32) /* up to 'info: ' */
88 if(!strstr(line, " info: "))
90 if(strstr(line, "info: stat "))
92 if(strstr(line+30, "malloc("))
94 else if(strstr(line+30, "calloc("))
128 read_malloc_stat(char* line, rbtree_type* tree) argument
135 line = strstr(line, "inf
153 read_calloc_stat(char* line, rbtree_type* tree) argument
[all...]
/openbsd-current/usr.bin/patch/
H A Ded.c40 #define SRC_INP 1 /* line's origin is input file */
41 #define SRC_PCH 2 /* line's origin is patch file */
67 static struct ed_line *cline; /* current line */
179 fatal("invalid address at line %ld: %s",
193 fatal("invalid address at line %ld: %s",
199 fatal("unsupported address range at line %ld: %s",
203 "line %ld: %s", p_input_line, buf);
218 fatal("invalid address at line %ld: %s", p_input_line, buf);
230 struct ed_line *line; local
238 LIST_FOREACH(line,
272 struct ed_line *line; local
291 struct ed_line *line; local
303 struct ed_line *line; local
320 struct ed_line *line; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/regformats/
H A Dregdat.sh41 while read line
43 if test "${line}" = ""
46 elif test "${line}" = "#" -a "${comment}" = ""
49 elif expr "${line}" : "#" > /dev/null
52 ${line}"
58 line="`echo "${line}" | sed -e 's/::/: :/g' -e 's/::/: :/g'`"
62 ${line}
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dlangs2.c3 #line 1 "langs2.cxx"
18 #line 1 "langs2.cxx"
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcontext.C6 #line 1 "context.h"
18 #line 2 "context.C"
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert3.c6 /* Test -A command line syntax. Source Neil Booth. 31 Oct 2000. */
9 #error Command line -A assertions
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dassert3.c6 /* Test -A command line syntax. Source Neil Booth. 31 Oct 2000. */
9 #error Command line -A assertions
/openbsd-current/usr.bin/systat/
H A Dinetname.c46 static char line[NI_MAXHOST]; local
57 line, sizeof(line), NULL, 0, flags) == 0)
58 return line;
65 static char line[NI_MAXHOST]; local
78 line, sizeof(line), NULL, 0, flags);
81 return line;
/openbsd-current/usr.bin/ssh/
H A Dfatal.c35 sshfatal(const char *file, const char *func, int line, int showfunc, argument
41 sshlogv(file, func, line, showfunc, level, suffix, fmt, args);
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, argument
17 : m_type(type), m_line(line), m_debug_line_file_idx(debug_line_file_idx),
29 DebugMacroEntry DebugMacroEntry::CreateDefineEntry(uint32_t line, argument
31 return DebugMacroEntry(DebugMacroEntry::DEFINE, line, 0, str);
34 DebugMacroEntry DebugMacroEntry::CreateUndefEntry(uint32_t line, argument
36 return DebugMacroEntry(DebugMacroEntry::UNDEF, line, 0, str);
40 DebugMacroEntry::CreateStartFileEntry(uint32_t line, argument
42 return DebugMacroEntry(DebugMacroEntry::START_FILE, line, debug_line_file_idx,

Completed in 365 milliseconds

1234567891011>>