Searched refs:fprintf (Results 201 - 225 of 3100) sorted by relevance

1234567891011>>

/external/iproute2/tc/
H A Df_cgroup.c21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ]\n");
22 fprintf(stderr, " [ action ACTION_SPEC ]\n");
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 fprintf(stderr, "Illegal \"ematch\"\n");
57 fprintf(stderr, "Illegal \"action\"\n");
65 fprintf(stderr, "Illegal \"police\"\n");
73 fprintf(stderr, "What is \"%s\"?\n", *argv);
94 fprintf(f, "handle 0x%x ", handle);
100 fprintf(f, "\n");
H A Dq_ingress.c20 fprintf(stderr, "Usage: ... ingress\n");
31 fprintf(stderr, "What is \"%s\"?\n", *argv);
44 fprintf(f, "---------------- ");
/external/valgrind/none/tests/s390x/
H A Dflogr.c98 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
99 if (bitpos != 64) fprintf(stderr, "bitpos is wrong for %lx\n", value);
100 if (cc != 0) fprintf(stderr, "cc is wrong for %lx\n", value);
106 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
107 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
108 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
116 if (modval != (value >> 1)) fprintf(stderr, "modval is wrong for %lx\n", value);
117 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
118 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
/external/selinux/checkpolicy/test/
H A Ddispol.c49 fprintf(fp, "{");
52 fprintf(fp, "%s ", perm);
53 fprintf(fp, "}");
59 fprintf(fp, "%s", p->p_type_val_to_name[type - 1]);
70 fprintf(fp, "%s %s : %s ", stype, ttype, tclass);
72 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass);
74 fprintf(fp, "%u %s : %s ", key->source_type, ttype, tclass);
76 fprintf(fp, "%u %u : %s ", key->source_type, key->target_type,
105 fprintf(fp, "[enabled] ");
107 fprintf(f
[all...]
/external/autotest/client/site_tests/logging_UserCrash/src/
H A Dcrasher.cc26 fprintf(stderr, "pid=%lld\n", static_cast<long long>(getpid()));
29 fprintf(stderr, "Doing normal exit\n");
34 fprintf(stderr, "Crashing as requested.\n");
/external/compiler-rt/test/asan/TestCases/Darwin/
H A Dcrashlog-stacktraces.c15 fprintf(stderr, "DEATH CALLBACK\n");
21 fprintf(stderr, "%s\n", strs[i]);
25 fprintf(stderr, "END OF BACKTRACE\n");
/external/compiler-rt/test/cfi/cross-dso/
H A Dsimple-fail.cpp65 fprintf(stderr, "=0=\n");
78 fprintf(stderr, "=1=\n");
85 fprintf(stderr, "=2=\n");
/external/curl/tests/libtest/
H A Dlib1530.c34 fprintf(stderr, "opensocket() returns CURL_SOCKET_BAD\n");
45 fprintf(stderr, "curl_global_init() failed\n");
50 fprintf(stderr, "curl_easy_init() failed\n");
H A Dlib566.c34 fprintf(stderr, "curl_global_init() failed\n");
39 fprintf(stderr, "curl_easy_init() failed\n");
55 fprintf(moo, "CL: %.0f\n", content_length);
H A Dlib518.c89 fprintf(stderr, "%s\n", msgbuff);
125 fprintf(stderr, "%s\n", msgbuff);
137 fprintf(stderr, "initial soft limit: %s\n", strbuff);
145 fprintf(stderr, "initial hard limit: %s\n", strbuff);
149 fprintf(stderr, "test518 FD_SETSIZE: %d\n", FD_SETSIZE);
150 fprintf(stderr, "test518 NUM_OPEN : %d\n", NUM_OPEN);
151 fprintf(stderr, "test518 NUM_NEEDED: %d\n", NUM_NEEDED);
167 fprintf(stderr, "raising soft limit up to OPEN_MAX\n");
172 fprintf(stderr, "%s\n", msgbuff);
178 fprintf(stder
[all...]
/external/dbus/test/name-test/
H A Dtest-autolaunch.c26 fprintf (stderr, "*** Failed to autolaunch session bus: %s\n",
38 fprintf (stderr, "*** Autolaunched session bus, but an error was set!\n");
45 fprintf (stderr, "*** Failed to autolaunch session bus but no error was set\n");
/external/libdivsufsort/examples/
H A Dsuftest.c61 fprintf(stderr,
64 fprintf(stderr, "usage: %s FILE\n\n", progname);
91 fprintf(stderr, "%s: Cannot open file `%s': ", argv[0], fname);
98 fprintf(stderr, "%s: Cannot set mode: ", argv[0]);
113 fprintf(stderr, "%s: Cannot ftell `%s': ", argv[0], fname);
118 fprintf(stderr, "%s: Input file `%s' is too big.\n", argv[0], fname);
122 fprintf(stderr, "%s: Cannot fseek `%s': ", argv[0], fname);
131 fprintf(stderr, "%s: Cannot allocate memory.\n", argv[0]);
137 fprintf(stderr, "%s: %s `%s': ",
147 fprintf(stder
[all...]
/external/libvncserver/test/
H A Dcargstest.c16 #define CHECK(a,b) if(screen->a!=b) { fprintf(stderr,#a " is %d (should be " #b ")\n",screen->a); ret=1; }
23 fprintf(stderr,"fake_argc is %d (should be 2)\n",fake_argc);
27 fprintf(stderr,"fake_argv[1] is %s (should be -nothing)\n",fake_argv[1]);
/external/libxml2/doc/examples/
H A Dparse2.c31 fprintf(stderr, "Failed to allocate parser context\n");
38 fprintf(stderr, "Failed to parse %s\n", filename);
42 fprintf(stderr, "Failed to validate %s\n", filename);
/external/selinux/libselinux/utils/
H A Dcompute_create.c15 fprintf(stderr, "usage: %s scontext tcontext tclass\n",
22 fprintf(stderr, "Invalid class '%s'\n", argv[3]);
28 fprintf(stderr, "%s: security_compute_create failed\n",
H A Dcompute_member.c15 fprintf(stderr, "usage: %s scontext tcontext tclass\n",
22 fprintf(stderr, "Invalid class '%s'\n", argv[3]);
28 fprintf(stderr, "%s: security_compute_member failed\n",
H A Dcompute_relabel.c15 fprintf(stderr, "usage: %s scontext tcontext tclass\n",
22 fprintf(stderr, "%s: invalid class '%s'\n", argv[0], argv[3]);
28 fprintf(stderr, "%s: security_compute_relabel failed\n",
H A Dgetpidcon.c13 fprintf(stderr, "usage: %s pid\n", argv[0]);
18 fprintf(stderr, "%s: invalid pid %s\n", argv[0], argv[1]);
24 fprintf(stderr, "%s: getpidcon() failed\n", argv[0]);
H A Dsetenforce.c11 fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
24 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
38 fprintf(stderr, "%s: setenforce() failed\n", argv[0]);
/external/valgrind/helgrind/tests/
H A Dfree_is_write.c24 fprintf(stderr, "Start.\n");
30 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem);
40 fprintf(stderr, "Done.\n");
/external/valgrind/memcheck/tests/linux/
H A Dcapget.c18 fprintf(stderr, "Running as root\n");
24 fprintf(stderr,
48 fprintf(stderr, "This program is Linux-specific\n");
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.h8 fprintf(stderr, "---------------------------------------------------------\n" \
25 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
30 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
/external/valgrind/memcheck/tests/
H A Dwcs.c15 fprintf (stderr, "wcslen: %zd\n", l); // wcslen: 53
20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0
25 fprintf (stderr, "wcsrchr == wcschr: %d\n", d == e); // wcsrchr == wcschr: 1
/external/valgrind/none/tests/amd64-linux/
H A Dmap_32bits.c23 fprintf(stderr, "first mmap : %p\n", first);
26 fprintf(stderr, "last mmap ok: %p\n", last);
40 fprintf(stderr, "retry mmap ok: %p\n", res);
/external/valgrind/tests/
H A Dmin_power_isa.c27 fprintf(stderr, "usage: min_power_ISA <ISA> [-debug]\n" );
59 fprintf(stderr, "ERROR: invalid ISA version. Valid versions numbers are:\n" );
60 fprintf(stderr, " 2.05, 2.06, 2.07\n" );

Completed in 1462 milliseconds

1234567891011>>