/external/iptables/ |
ip6tables-save.c | 113 fprintf(stderr, 202 fprintf(stderr, "Can't find library for target `%s'\n", 215 fprintf(stderr, "Target `%s' is missing " 354 fprintf(stderr, "Unknown arguments found on commandline");
|
ip6tables-standalone.c | 62 fprintf(stderr, "ip6tables: %s\n",
|
/external/iptables/libipq/ |
ipq_errstr.3 | 43 function prints an error message to stderr corresponding to the
|
libipq.3 | 123 value (if set) to stderr. 159 Helper function to print error messages to stderr. 205 fprintf(stderr, "Received error message %d\\n", 220 fprintf(stderr, "Unknown message type!\\n");
|
/external/libpng/contrib/gregbook/ |
readppm.c | 75 fprintf(stderr, " Compiled without libpng, zlib or PBMPLUS/NetPBM.\n"); 91 fprintf(stderr, "ERROR: not a PPM file\n"); 116 fprintf(stderr, "ERROR: maxval = %d\n", maxval); 161 Trace((stderr, "readpng_get_image: rowbytes = %ld, height = %ld\n", rowbytes, height));
|
rpng2-x.c | 467 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname); 469 fprintf(stderr, "\n" 515 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename); 520 fprintf(stderr, PROGNAME 527 fprintf(stderr, PROGNAME 531 fprintf(stderr, PROGNAME ": insufficient memory\n"); 534 fprintf(stderr, PROGNAME 540 Trace((stderr, "about to call XOpenDisplay()\n")) 544 fprintf(stderr, PROGNAME ": can't open X display [%s]\n", 555 fprintf(stderr, PROGNAME ": aborting.\n") [all...] |
/external/netcat/data/ |
data.c | 109 fprintf (stderr, "stdin binary setmode oops: %d\n", x); 114 fprintf (stderr, "stdout binary setmode oops: %d\n", x); 157 fprintf (stderr, surveysez); /* if both or neither */ 227 fprintf (stderr, "write oops: %d\n", x);
|
/external/netperf/ |
netcpu_sysctl.c | 85 fprintf (stderr, "Cannot get CPU time!\n");
|
/external/oprofile/libdb/ |
db_stat.c | 38 fprintf(stderr, "not enough memory\n");
|
/external/oprofile/libpopt/ |
system.h | 71 #define vmefail() (fprintf(stderr, "virtual memory exhausted.\n"), exit(EXIT_FAILURE), NULL)
|
/external/oprofile/libutil/ |
op_libiberty.h | 41 message to stderr (using the name set by xmalloc_set_program_name,
|
/external/qemu/android/config/ |
check-esd.c | 22 #define D(...) fprintf(stderr,__VA_ARGS__)
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysyuv.cc | 68 fprintf(stderr,"GetOverlayBitmap failed height alignment\n"); 69 fprintf(stderr,"- height = %lu, aligned_height = %lu\n",height,aligned_height); 78 fprintf(stderr,"GetOverlayBitmap failed bounds tests\n"); 87 fprintf(stderr,"GetOverlayBitmap failed late\n");
|
/external/quake/standalone/ |
main.cpp | 26 fprintf(stderr, "%s: error %u\n", msg, error); 33 fprintf(stderr, "%s: error 0x%04X\n", msg, error); 196 fprintf(stderr, "display width = %d, height = %d\n", gDisplayWidth, 336 fprintf(stderr, "Welcome to stand-alone Android quake.\n");
|
/external/srec/tools/cmd/ |
pht_to_long.pl | 20 print STDERR "using phtfile $phtfile\n";
|
/external/strace/strace/linux/x86_64/ |
gentab.pl | 60 print STDERR "unknown call $name $num\n";
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table}; 207 print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherplane); overwriting\n"; 213 print STDERR "strange line (no mapval) in $file: $_"; 216 print STDERR "strange line (no SYM) in $file: $_";
|
/external/tremolo/Tremolo/ |
misc.c | 187 fprintf(stderr,"DEBUGGING MALLOC ERROR: freeing previously freed memory\n"); 188 fprintf(stderr,"\t%s %ld\n",((head *)ptr)->file,((head *)ptr)->line); 192 fprintf(stderr,"DEBUGGING MALLOC ERROR: freeing unmalloced memory\n"); 203 fprintf(stderr,"unfreed bytes from %s:%ld\n",
|
/external/webkit/JavaScriptCore/ |
create_rvct_stubs | 34 print STDERR "Creating RVCT stubs for $file \n";
|
/frameworks/base/opengl/tests/gl_basic/ |
gl_basic.cpp | 35 fprintf(stderr, "GL %s = %s\n", name, v); 151 fprintf(stderr, "%s() returned %d\n", op, returnVal); 156 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 270 fprintf(stderr, "Window dimensions: %d x %d\n", w, h);
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
miniopt.c | 101 fprintf(stderr, 113 fprintf(stderr, 124 fprintf(stderr, 135 fprintf(stderr,
|
/prebuilt/linux-x86/ccache/ |
ccache | |
/sdk/emulator/qtools/ |
hist_trace.cpp | 13 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
/system/core/toolbox/ |
sleep.c | 39 fprintf(stderr, "USAGE: %s SECONDS\n", s);
|
/system/extras/tests/bionic/libc/common/ |
test_static_cpp_mutex.cpp | 51 fprintf(stderr, "recursive lock initialized and locked\n" );
|