/external/elfutils/libasm/ |
asm_newabssym.c | 98 fprintf (ctx->out.file, "\t.globl %s\n", name); 100 fprintf (ctx->out.file, "\t.weak %s\n", name); 103 fprintf (ctx->out.file, "\t.type %s,@object\n", name); 105 fprintf (ctx->out.file, "\t.type %s,@function\n", name); 107 fprintf (ctx->out.file, "%s = %llu\n", 111 fprintf (ctx->out.file, "\t.size %s, %llu\n",
|
/external/iproute2/ip/ |
link_gre.c | 29 fprintf(stderr, "Usage: ip link { add | set | change | replace | del } NAME\n"); 30 fprintf(stderr, " type { gre | gretap } [ remote ADDR ] [ local ADDR ]\n"); 31 fprintf(stderr, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"); 32 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n"); 33 fprintf(stderr, "\n"); 34 fprintf(stderr, "Where: NAME := STRING\n"); 35 fprintf(stderr, " ADDR := { IP_ADDRESS | any }\n"); 36 fprintf(stderr, " TOS := { NUMBER | inherit }\n"); 37 fprintf(stderr, " TTL := { 1..255 | inherit }\n"); 38 fprintf(stderr, " KEY := { DOTTED_QUAD | NUMBER }\n") [all...] |
/external/valgrind/main/none/tests/amd64/ |
asorep.c | 27 fprintf (stderr, "addr32 rep movsb wrong\n"); 38 fprintf (stderr, "addr32 rep stosw wrong\n"); 45 fprintf (stderr, "addr32 lodsl wrong\n"); 55 fprintf (stderr, "addr32 repe cmpsb wrong\n"); 65 fprintf (stderr, "addr32 repne scasw wrong\n"); 74 fprintf (stderr, "addr32 repe scasw wrong\n");
|
/external/valgrind/main/none/tests/linux/ |
mremap.c | 39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n", 49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n", 59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n", 69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n", 80 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n", 92 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
|
/frameworks/base/cmds/servicemanager/ |
bctest.c | 72 fprintf(stderr,"cannot find alt_svc_mgr\n"); 76 fprintf(stderr,"svcmgr is via %p\n", ptr); 80 fprintf(stderr,"argument required\n"); 84 fprintf(stderr,"lookup(%s) = %p\n", argv[1], ptr); 89 fprintf(stderr,"argument required\n"); 96 fprintf(stderr,"unknown command %s\n", argv[0]);
|
/system/core/libzipfile/ |
test_zipfile.c | 27 fprintf(stderr, "usage: test_zipfile ZIPFILE -l\n"
36 fprintf(stderr, "couldn't open %s\n", argv[1]);
49 fprintf(stderr, "inti_zipfile failed\n");
64 fprintf(stderr, "zip file '%s' does not contain file '%s'\n",
70 fprintf(stderr, "can't open file for writing '%s'\n", argv[4]);
79 fprintf(stderr, "error decompressing file\n");
|
/frameworks/base/cmds/rawbu/ |
backup.cpp | 75 fprintf (stderr, "Error opendir'ing %s: %s\n", 126 fprintf(stderr, "warning -- stat() error on '%s': %s\n", 145 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n", 163 fprintf(stderr, "warning -- unlink() error on '%s': %s\n", 178 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno)); 189 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno)); 208 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n", 211 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n", 219 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n", 222 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n" [all...] |
/external/dbus/cmake/modules/ |
CheckForAbstractSockets.c | 16 fprintf (stderr, "socket() failed: %s\n", strerror (errno)); 27 fprintf (stderr, "Abstract socket namespace bind() failed: %s\n",
|
/external/e2fsprogs/e2fsck/ |
flushb.c | 34 fprintf(stderr, _("Usage: %s disk\n"), progname); 62 fprintf(stderr,
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 120 fprintf(stderr, "%s: udata_setAppData failed with error \"%s\"\n", programName, u_errorName(err)); 129 fprintf(stderr, "%s: ures_open failed with error \"%s\"\n", programName, u_errorName(err)); 144 fprintf(stderr, "%s: ures_getStringByKey(\"optionMessage\") failed, %s\n", 158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err)); 171 fprintf(stderr, "%s: ures_getByKey(\"fortunes\") failed, %s\n", programName, u_errorName(err)); 182 fprintf(stderr, "%s: ures_countArrayItems(\"fortunes\") failed, %s\n", programName, u_errorName(err)); 186 fprintf(stderr, "%s: no fortunes found.\n", programName); 193 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName, i, u_errorName(err));
|
/external/valgrind/main/exp-sgcheck/tests/ |
hsg.c | 43 fprintf(stdout, "well, i never!\n"); 45 fprintf(stdout, "boringly as expected\n");
|
/external/valgrind/main/gdbserver_tests/ |
mcleak.stdoutB.exp | 6 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme(); 11 19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme(); 16 24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme(); 21 29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme(); 26 32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme(); 31 36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme(); 36 40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme(); 41 44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme(); 46 48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
|
/external/valgrind/main/memcheck/tests/ |
badjump2.c | 47 fprintf(stderr, "Got here??\n"); 49 fprintf(stderr, "Signal caught, as expected\n");
|
/external/valgrind/main/none/tests/ |
pth_rwlock.c | 18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e)); 25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
|
pth_stackalign.c | 23 fprintf(stderr, "pthread_create: %s\n", strerror(e)); 29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
|
/external/webkit/Source/WebKit2/mac/ |
MainMac.cpp | 49 fprintf(stderr, "Unable to load WebKit2.framework: %s\n", dlerror()); 56 fprintf(stderr, "Unable to find entry point in WebKit2.framework: %s\n", dlerror());
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpa_debug.c | 69 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, 98 fprintf(out_file, "\n"); 120 fprintf(out_file, "%s - hexdump(len=%lu):", 123 fprintf(out_file, " [NULL]"); 126 fprintf(out_file, " %02x", buf[i]); 128 fprintf(out_file, " [REMOVED]"); 130 fprintf(out_file, "\n"); 173 fprintf(out_file, 179 fprintf(out_file, 184 fprintf(out_file, "%s - hexdump_ascii(len=%lu):\n" [all...] |
/frameworks/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 58 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line); 67 fprintf(stdout, "PlayEventCallback event = "); 69 fprintf(stdout, "SL_PLAYEVENT_HEADATEND \n"); 78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate); 83 fprintf(stdout, "new rate = %d\n", rate); 86 fprintf(stderr, "new playback rate %d per mille is unsupported\n", rate); 92 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER "); 95 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS "); 98 fprintf(stdout, "SL_PLAYEVENT_HEADMOVING "); 101 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED") [all...] |
/sdk/find_lock/ |
find_lock_exe.cpp | 48 fprintf(stderr, "Error: Missing directory path\n");
52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr());
|
/system/core/toolbox/ |
restorecon.c | 20 fprintf(stderr, "usage: %s [-f file_contexts] [-nrRv] pathname...\n", progname); 29 fprintf(stderr, "Could not get context of %s: %s\n", 34 fprintf(stderr, "Could not lookup context for %s: %s\n", pathname, 44 fprintf(stderr, "Could not label %s with %s: %s\n", 94 fprintf(stderr, "Could not load file contexts from %s: %s\n", seopts[0].value, 104 fprintf(stderr, "Could not traverse filesystems (first was %s): %s\n", 115 fprintf(stderr, "Could not access %s: %s\n", ftsent->fts_path, 132 fprintf(stderr, "Could not stat %s: %s\n", argv[i],
|
rmmod.c | 18 fprintf(stderr, "usage: rmmod <module>\n"); 37 fprintf(stderr, "rmmod: delete_module '%s' failed (errno %d)\n",
|
/system/extras/tests/bionic/libc/bionic/ |
test_setjmp.c | 56 fprintf(stderr, "setjmp() is broken for integer registers !\n"); 74 fprintf(stderr, "setjmp() is broken for floating point registers !\n");
|
/system/extras/tests/bionic/libc/other/ |
test_thread_max.c | 36 fprintf(stderr, "thread %ld\n", (long)arg ); 54 fprintf(stderr, "could not create thread %d\n", count);
|
/external/iproute2/tc/ |
m_xt_old.c | 151 fprintf(stderr, "%s v%s: ", pname, pversion); 154 fprintf(stderr, "\n"); 200 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n"); 237 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc); 258 fprintf(stderr," failed to find target %s\n\n", optarg); 270 fprintf(stderr," failed to find target %s\n\n", optarg); 283 fprintf(stderr, "Illegal \"index\"\n"); 294 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv); 314 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 315 fprintf(stdout, "\ttarget: ") [all...] |
q_hfsc.c | 33 fprintf(stderr, 43 fprintf(stderr, 66 fprintf(stderr, "HFSC: Illegal \"%s\"\n", arg); 80 fprintf(stderr, "HFSC: Double \"default\"\n"); 91 fprintf(stderr, "HFSC: What is \"%s\" ?\n", *argv); 114 fprintf(f, "default %x ", qopt->defcls); 130 fprintf(f, " period %u ", st->period); 132 fprintf(f, "work %llu bytes ", (unsigned long long) st->work); 134 fprintf(f, "rtwork %llu bytes ", (unsigned long long) st->rtwork); 135 fprintf(f, "level %u ", st->level) [all...] |