Searched refs:fileline (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dprint-esp.c403 char fileline[1024]; local
414 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
417 nl = strchr(fileline, '\n');
420 if (fileline[0] == '#') continue;
421 if (fileline[0] == '\0') continue;
423 esp_print_decode_onesecret(ndo, fileline, filename, lineno);
/external/mksh/src/
H A Dmain.c1213 warningf(bool fileline, const char *fmt, ...) argument
1218 vwarningf(VWARNINGF_ERRORPREFIX | (fileline ? VWARNINGF_FILELINE : 0),
1277 error_prefix(bool fileline) argument
1280 if (!fileline || !source || !source->file ||
1283 if (fileline && source && source->file != NULL) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof2587 my $fileline = $symlist->[$j-1];
2605 push(@result, "$a $func $fileline");
2607 if ($func eq '??' && $fileline eq '??:0') {
2610 push(@result, "$func $fileline");
2619 if ($fileline eq '??:0' || $fileline eq '') {
2622 my $f = $fileline;
2988 # Reply if it matches either the address/shortname/fileline
3009 # Reply if it matches either the address/shortname/fileline
/external/jemalloc/bin/
H A Dpprof2587 my $fileline = $symlist->[$j-1];
2605 push(@result, "$a $func $fileline");
2607 if ($func eq '??' && $fileline eq '??:0') {
2610 push(@result, "$func $fileline");
2619 if ($fileline eq '??:0' || $fileline eq '') {
2622 my $f = $fileline;
2997 # Reply if it matches either the address/shortname/fileline
3018 # Reply if it matches either the address/shortname/fileline
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof2587 my $fileline = $symlist->[$j-1];
2605 push(@result, "$a $func $fileline");
2607 if ($func eq '??' && $fileline eq '??:0') {
2610 push(@result, "$func $fileline");
2619 if ($fileline eq '??:0' || $fileline eq '') {
2622 my $f = $fileline;
2988 # Reply if it matches either the address/shortname/fileline
3009 # Reply if it matches either the address/shortname/fileline

Completed in 568 milliseconds