HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 1151 - 1175 of 2586) sorted by null

<<41424344454647484950>>

  /external/iptables/iptables/
ip6tables-save.c 146 fprintf(stderr, "%s/%s Failed to initialize xtables\n",
180 fprintf(stderr, "Unknown arguments found on commandline\n");
iptables-save.c 146 fprintf(stderr, "%s/%s Failed to initialize xtables\n",
180 fprintf(stderr, "Unknown arguments found on commandline\n");
  /external/jpeg/
example.c 115 fprintf(stderr, "can't open %s\n", filename);
307 fprintf(stderr, "can't open %s\n", filename);
  /external/libmtp/examples/
albumart.c 57 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
100 fprintf(stderr, "%s: ", path);
sendtr.c 57 fprintf(stderr, "usage: sendtr [ -D debuglvl ] [ -q ]\n");
58 fprintf(stderr, "-t <title> -a <artist> -A <Album artist> -w <writer or composer>\n");
59 fprintf(stderr, " -l <album> -c <codec> -g <genre> -n <track number> -y <year>\n");
60 fprintf(stderr, " -d <duration in seconds> -s <storage_id> <local path> <remote path>\n");
61 fprintf(stderr, "(-q means the program will not ask for missing information.)\n");
69 fprintf(stdout, "%s> ", prompt);
74 fprintf(stderr, "EOF on stdin\n");
190 fprintf(stderr, "%s: ", from_path);
  /external/linux-tools-perf/util/
cgroup.c 72 fprintf(stderr, "no access to cgroup %s\n", path);
151 fprintf(stderr, "must define events before cgroups\n");
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 123 fprintf(stderr, "String \"%s\" too large.\n", c);
161 fprintf(stderr, "hash value %u out of range.\n", hash);
  /external/qemu/android/utils/
debug.c 22 fprintf( stdout, "emulator: ");
24 fprintf( stdout, "\n" );
  /external/qemu/distrib/jpeg-6b/
example.c 115 fprintf(stderr, "can't open %s\n", filename);
307 fprintf(stderr, "can't open %s\n", filename);
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 139 fprintf(stderr, "Wrote %d bytes of audio data\n", written);
171 fprintf(stderr, "WARNING: You are using the SDL disk writer"
  /external/qemu/
json-parser.c 99 fprintf(stderr, "parse error: ");
101 fprintf(stderr, "\n");
kvm-all.c 36 do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0)
82 fprintf(stderr, "%s: no free slot available\n", __func__);
230 fprintf(stderr, "BUG: %s: invalid parameters " TARGET_FMT_plx "-"
415 fprintf(stderr, "No SMP KVM support, use '-smp 1'\n");
431 fprintf(stderr, "Could not access KVM kernel module: %m\n");
439 fprintf(stderr, "kvm version too old\n");
445 fprintf(stderr, "kvm version not supported\n");
452 fprintf(stderr, "ioctl(KVM_CREATE_VM) failed: %s\n", strerror(errno));
463 fprintf(stderr, "kvm does not support KVM_CAP_USER_MEMORY\n%s",
474 fprintf(stderr
    [all...]
oslib-posix.c 37 fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno));
50 fprintf(stderr, "Failed to allocate %zu B: %s\n",
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 128 fprintf(stderr, "fixup_macho_loadcmds: fail: %s\n", msg);
357 fprintf(stderr, "fixup_macho_loadcmds: Is 32-bit MachO file;"
477 fprintf(stderr, "fixup_macho_loadcmds: "
496 fprintf(stderr, "fixup_macho_loadcmds: "
507 fprintf(stderr, "fixup_macho_loadcmds: "
509 fprintf(stderr, "fixup_macho_loadcmds: "
568 fprintf(stderr, "fixup_macho_loadcmds: "
575 fprintf(stderr, "fixup_macho_loadcmds: examining tool exe: %s\n",
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 27 fprintf(stderr, \
104 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
  /external/valgrind/main/memcheck/tests/
mallinfo.c 100 fprintf(stderr, "Usage: %s [-q].\n", argv[0]);
130 fprintf(stderr, "Success.\n");
  /external/webp/examples/
dwebp.c 106 fprintf(fout, "P6\n%d %d\n255\n", width, height);
117 fprintf(fout, "P5\n%d %d\n255\n", out_stride, height + uv_height);
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 162 fprintf(1, '\nAll files are bit-exact to reference\n', nErr);
164 fprintf(1, '\n%d files are NOT bit-exact to reference\n', nErr);
193 fprintf([num2str(nCases) '. ' outfile '\n'])
261 fprintf([command '\n']);
263 fprintf(result);
265 fprintf(['Reference file: ' refpath outfile '\n']);
287 fprintf('Using %d Hz\n', fs);
345 fprintf([newfile ' is bit-exact to reference\n']);
353 fprintf('\n');
  /external/zlib/test/
minigzip.c 119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
350 fprintf(stderr, "%s: %s\n", prog, msg);
462 fprintf(stderr, "%s: filename too long\n", prog);
476 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
498 fprintf(stderr, "%s: filename too long\n", prog);
515 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
605 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
  /frameworks/base/cmds/app_process/
app_main.cpp 24 fprintf(stderr,
199 fprintf(stderr, "Error: no class name or --zygote supplied.\n");
  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 139 fprintf(stderr, "Error: could not write file %s\n", filename.c_str());
144 fprintf(pfin, "%s\n", txt[ct].c_str());
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 58 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError()));
73 fprintf(stderr, "error: %s, config=%p, format = %d-%d-%d-%d, visual-id = %d\n",
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 54 using ::fprintf;
  /ndk/sources/cxx-stl/system/include/
cstdio 54 using ::fprintf;
  /ndk/sources/host-tools/make-3.81/
misc.c 50 # define VA_PRINTF(fp, lastarg, args) fprintf((fp), (lastarg), va_alist)
246 fprintf (stderr, "%s:%lu: ", flocp->filenm, flocp->lineno);
248 fprintf (stderr, "%s: ", program);
250 fprintf (stderr, "%s[%u]: ", program, makelevel);
279 fprintf (stderr, "%s:%lu: *** ", flocp->filenm, flocp->lineno);
281 fprintf (stderr, "%s: *** ", program);
283 fprintf (stderr, "%s[%u]: *** ", program, makelevel);
657 fprintf (stderr, _("%s: user %lu (real %lu), group %lu (real %lu)\n"),

Completed in 1011 milliseconds

<<41424344454647484950>>