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

/external/tcpdump/
H A Dprint-esp.c157 char fileline[1024]; local
166 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
168 nl = strchr(fileline, '\n');
171 if (fileline[0] == '#') continue;
172 if (fileline[0] == '\0') continue;
174 esp_print_decode_onesecret(ndo, fileline);
/external/mksh/src/
H A Dmain.c1234 warningf(bool fileline, const char *fmt, ...) argument
1239 vwarningf(VWARNINGF_ERRORPREFIX | (fileline ? VWARNINGF_FILELINE : 0),
1298 error_prefix(bool fileline) argument
1301 if (!fileline || !source || !source->file ||
1304 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/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 122 milliseconds