Searched refs:fileline (Results 1 - 25 of 70) sorted by path

123

/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dfix-info-dir197 while read fileline; do
200 echo "$fileline"
203 elif test "${fileline}" = "--"; then
207 elif test "${fileline}" = "%%"; then
211 elif test "${fileline}" = "!!"; then
217 for file in $fileline""; do
H A Dgen-dir-node90 fileline=`awk NR==$line $SKELETON`
94 echo "$fileline"
95 fileline=
97 elif [ "${fileline}" = "--" ] ; then # should we echo the next line?
99 elif [ "${fileline}" = "%%" ] ; then # eliminate remaining files from dir?
101 elif [ "${fileline}" = "!!" ] ; then # quit now
106 for file in $fileline"" ; do # expand wildcards ("" handles blank lines)
/netbsd-current/bin/ksh/
H A Dio.c44 warningf(int fileline, const char *fmt, ...) argument
48 error_prefix(fileline);
108 error_prefix(fileline)
109 int fileline;
112 if (!fileline || !source || !source->file
115 if (fileline && source && source->file != NULL) {
/netbsd-current/external/bsd/cron/dist/
H A Denv.c141 int fileline; local
147 fileline = LineNumber;
223 Set_LineNum(fileline);
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in2637 my $fileline = $symlist->[$j-1];
2655 push(@result, "$a $func $fileline");
2657 if ($func eq '??' && $fileline eq '??:0') {
2660 push(@result, "$func $fileline");
2669 if ($fileline eq '??:0' || $fileline eq '') {
2672 my $f = $fileline;
3090 # Reply if it matches either the address/shortname/fileline
3111 # Reply if it matches either the address/shortname/fileline
/netbsd-current/external/gpl3/gcc/lib/libbacktrace/
H A DMakefile12 SRCS= dwarf.c elf.c fileline.c mmap.c mmapio.c nounwind.c \
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-esp.c605 char fileline[1024]; local
617 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
620 nl = strchr(fileline, '\n');
623 if (fileline[0] == '#') continue;
624 if (fileline[0] == '\0') continue;
626 esp_print_decode_onesecret(ndo, fileline, filename, subfile_lineno);
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A DMakefile.am45 fileline.c \
450 fileline.lo: config.h backtrace.h internal.h
H A DMakefile.in178 am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
185 am__objects_1 = atomic.lo dwarf.lo fileline.lo posix.lo print.lo \
895 fileline.c \
2283 fileline.lo: config.h backtrace.h internal.h
H A Ddwarf.c3896 void *data, fileline *fileline_fn,
H A Delf.c2620 void *data, fileline *fileline_fn, int *found_sym, int *found_dwarf,
3314 fileline *fileline_fn;
3335 fileline elf_fileline_fn;
3385 void *data, fileline *fileline_fn)
3390 fileline elf_fileline_fn = elf_nodebug;
H A Dfileline.c0 /* fileline.c -- Get file and line number information in a backtrace.
49 /* Initialize the fileline information from the executable. Returns 1
57 fileline fileline_fn;
H A Dinternal.h114 typedef int (*fileline) (struct backtrace_state *state, uintptr_t pc, typedef
138 fileline fileline_fn;
287 fileline *fileline_fn);
326 void *data, fileline *fileline_fn,
H A Dpecoff.c580 fileline *fileline_fn, int *found_sym, int *found_dwarf)
884 void *data, fileline *fileline_fn)
889 fileline coff_fileline_fn;
919 fileline current_fn;
H A Dunknown.c40 /* A trivial routine that always fails to find fileline data. */
60 void *data ATTRIBUTE_UNUSED, fileline *fileline_fn)
H A Dxcoff.c1075 void *data, fileline *fileline_fn, int *found_sym, int exe)
1395 fileline *fileline_fn, int *found_sym)
1478 void *data, fileline *fileline_fn, int *found_sym)
1559 void *data, fileline *fileline_fn)
1563 fileline xcoff_fileline_fn = xcoff_nodebug;
1598 fileline current_fn;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
H A DMakefile.am53 ../../libbacktrace/fileline.c \
H A DMakefile.in147 fileline.lo posix.lo sort.lo state.lo cp-demangle.lo bridge.lo
398 ../../libbacktrace/fileline.c \
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileline.Plo@am__quote@
535 fileline.lo: ../../libbacktrace/fileline.c
536 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fileline.lo -MD -MP -MF $(DEPDIR)/fileline.Tpo -c -o fileline.lo `test -f '../../libbacktrace/fileline.c' || echo '$(srcdir)/'`../../libbacktrace/fileline
[all...]
/netbsd-current/external/gpl3/gcc.old/lib/libbacktrace/
H A DMakefile12 SRCS= dwarf.c elf.c fileline.c mmap.c mmapio.c nounwind.c \
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A DMakefile.am45 fileline.c \
567 fileline.lo: config.h backtrace.h internal.h
H A DMakefile.in194 am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
201 am__objects_1 = atomic.lo dwarf.lo fileline.lo posix.lo print.lo \
950 fileline.c \
2480 fileline.lo: config.h backtrace.h internal.h
H A Ddwarf.c4017 void *data, fileline *fileline_fn,
H A Delf.c3988 void *data, fileline *fileline_fn, int *found_sym, int *found_dwarf,
4798 fileline *fileline_fn;
4819 fileline elf_fileline_fn;
4869 void *data, fileline *fileline_fn)
4874 fileline elf_fileline_fn = elf_nodebug;
H A Dfileline.c0 /* fileline.c -- Get file and line number information in a backtrace.
158 /* Initialize the fileline information from the executable. Returns 1
166 fileline fileline_fn;
H A Dinternal.h122 typedef int (*fileline) (struct backtrace_state *state, uintptr_t pc, typedef
146 fileline fileline_fn;
295 fileline *fileline_fn);
334 void *data, fileline *fileline_fn,

Completed in 461 milliseconds

123