HomeSort by relevance Sort by last modified time
    Searched full:fprintf (Results 76 - 100 of 4752) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iproute2/tc/
q_red.c 31 fprintf(stderr, "Usage: ... red limit BYTES [min BYTES] [max BYTES] avpkt BYTES [burst PACKETS]\n");
32 fprintf(stderr, " [adaptive] [probability PROBABILITY] bandwidth KBPS\n");
33 fprintf(stderr, " [ecn] [harddrop]\n");
54 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"min\"\n");
66 fprintf(stderr, "Illegal \"max\"\n");
72 fprintf(stderr, "Illegal \"burst\"\n");
78 fprintf(stderr, "Illegal \"avpkt\"\n");
84 fprintf(stderr, "Illegal \"probability\"\n");
90 fprintf(stderr, "Illegal \"bandwidth\"\n")
    [all...]
q_choke.c 30 fprintf(stderr, "Usage: ... choke limit PACKETS bandwidth KBPS [ecn]\n");
31 fprintf(stderr, " [ min PACKETS ] [ max PACKETS ] [ burst PACKETS ]\n");
54 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"bandwidth\"\n");
68 fprintf(stderr, "Illegal \"min\"\n");
74 fprintf(stderr, "Illegal \"max\"\n");
80 fprintf(stderr, "Illegal \"burst\"\n");
86 fprintf(stderr, "Illegal \"avpkt\"\n");
92 fprintf(stderr, "Illegal \"probability\"\n");
99 fprintf(stderr, "What is \"%s\"?\n", *argv)
    [all...]
f_basic.c 30 fprintf(stderr, "Usage: ... basic [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
31 fprintf(stderr, " [ action ACTION_SPEC ] [ classid CLASSID ]\n");
32 fprintf(stderr, "\n");
33 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n");
34 fprintf(stderr, " FILTERID := X:Y:Z\n");
35 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
66 fprintf(stderr, "Illegal \"ematch\"\n");
75 fprintf(stderr, "Illegal \"classid\"\n");
82 fprintf(stderr, "Illegal \"action\"\n")
    [all...]
m_mirred.c 32 fprintf(stderr, "Usage: mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> \n");
33 fprintf(stderr, "where: \n");
34 fprintf(stderr, "\tDIRECTION := <ingress | egress>\n");
35 fprintf(stderr, "\tACTION := <mirror | redirect>\n");
36 fprintf(stderr, "\tINDEX is the specific policy instance id\n");
37 fprintf(stderr, "\tDEVICENAME is the devicename \n");
91 fprintf(stderr, "Illegal \"index\"\n");
101 fprintf(stderr, "was expecting egress (%s)\n", *argv);
107 fprintf(stderr, "Cant have both mirror and redir\n");
116 fprintf(stderr, "Cant have both mirror and redir\n")
    [all...]
  /external/valgrind/main/none/tests/
shorts.c 13 if (newtop < oldtop) { fprintf(stderr,"case1\n");
16 if (newtop > oldtop) { fprintf(stderr,"case2\n");
19 if (newbot < oldbot) { fprintf(stderr,"case3\n");
22 if (newbot > oldbot) { fprintf(stderr,"case4\n");
pth_blockedsig.c 22 fprintf (stdout, "thread CHILD sending SIGUSR1 to thread MAIN\n");
24 fprintf (stderr, "error doing pthread_kill\n");
42 fprintf (stderr, "SIG_BLOCK error");
47 fprintf (stderr, "signal(SIGINT) error");
51 fprintf (stderr, "error creating thread");
61 fprintf (stderr, "SHOULD NOT BE HERE (SIGUSR1)!!!!\n");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
genversion.c 42 fprintf(stderr, "Usage: %s <outfile>\n", argv[0]);
52 fprintf(stderr, "Version tokenizing error\n");
59 fprintf(stderr, "Could not open `%s'.\n", argv[1]);
63 fprintf(out, "; This file auto-generated by genversion.c"
66 fprintf(out, "%%define __YASM_MAJOR__ %d\n", major);
67 fprintf(out, "%%define __YASM_MINOR__ %d\n", minor);
68 fprintf(out, "%%define __YASM_SUBMINOR__ %d\n", subminor);
69 fprintf(out, "%%define __YASM_BUILD__ %d\n", patchlevel);
70 fprintf(out, "%%define __YASM_PATCHLEVEL__ %d\n", patchlevel);
73 fprintf(out, "%%define __YASM_VERSION_ID__ 0%02x%02x%02x%02xh\n", major
    [all...]
  /system/extras/tests/ext4/
corrupt_gdt_free_blocks.c 23 fprintf(stderr, "%s: Usage: %s <ext4_block_device>\n", me, me);
30 fprintf(stderr, "%s: Cannot open block device %s\n", me, argv[1]);
35 fprintf(stderr, "%s: Cannot lseek to superblock to read\n", me);
40 fprintf(stderr, "%s: Cannot read superblock\n", me);
45 fprintf(stderr, "%s: invalid superblock magic\n", me);
51 fprintf(stderr, "%s: block size not 2K or 4K\n", me);
59 fprintf(stderr, "%s: Can't handle block group descriptor size of %d\n",
68 fprintf(stderr, "%s: Cannot lseek to block group descriptor table to read\n", me);
76 fprintf(stderr, "%s: Cannot read group descriptor %d\n", me, i);
87 fprintf(stderr, "%s: Cannot lseek to block group descriptor table to write\n", me)
    [all...]
  /external/blktrace/
blkrawverify.c 106 fprintf(ofp, " Dump %s\n", prefix);
107 fprintf(ofp, " %8s: %08x\n", "magic", bit->magic);
108 fprintf(ofp, " %8s: %u\n", "sequence", bit->sequence);
109 fprintf(ofp, " %8s: %llu\n", "time", (unsigned long long) bit->time);
110 fprintf(ofp, " %8s: %llu\n", "sector", (unsigned long long) bit->sector);
111 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes);
112 fprintf(ofp, " %8s: %s\n", "action", act_to_str(bit->action));
113 fprintf(ofp, " %8s: %u\n", "bytes", bit->bytes);
114 fprintf(ofp, " %8s: %u\n", "cpu", bit->cpu);
115 fprintf(ofp, " %8s: %u\n", "error", bit->error)
    [all...]
verify_blkparse.c 22 fprintf(stderr, "%s: file\n", argv[0]);
40 fprintf(stdout, "last: %s", last_line);
41 fprintf(stdout, "this: %s", p);
48 fprintf(stderr, "cpu%d too large\n", cpu);
53 fprintf(stdout, "alias on sequence %u\n", seq);
62 fprintf(stdout, "Events %Lu: %d unordered, %d aliases\n", total_entries, nr, alias);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
herror.c 13 fprintf(stderr, "%s: ", s);
16 fprintf(stderr, "%s\n", hstrerror(h_errno));
  /external/chromium_org/third_party/icu/source/tools/gentest/
gentest.c 73 fprintf(stderr,
78 fprintf(stderr,
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
164 fprintf(out, "/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.\n"
167 fprintf(out, "package com.ibm.icu.dev.test.util;\n\n");
168 fprintf(out, "public class DebugUtilitiesData extends Object {\n")
    [all...]
  /external/icu4c/tools/gentest/
gentest.c 73 fprintf(stderr,
78 fprintf(stderr,
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
164 fprintf(out, "/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.\n"
167 fprintf(out, "package com.ibm.icu.dev.test.util;\n\n");
168 fprintf(out, "public class DebugUtilitiesData extends Object {\n")
    [all...]
  /system/core/toolbox/
rmdir.c 8 fprintf(stderr,"rmdir <directory>\n");
23 fprintf(stderr, "rmdir failed for %s, %s\n", argv[0], strerror(errno));
ionice.c 17 fprintf(stderr, "usage: ionice <pid> [none|rt|be|idle] [prio]\n");
22 fprintf(stderr, "Invalid pid specified\n");
28 fprintf(stderr, "Failed to read priority (%s)\n", strerror(errno));
31 fprintf(stdout, "Pid %d, class %s (%d), prio %d\n", pid, classes[clazz], clazz, ioprio);
44 fprintf(stderr, "Unsupported class '%s'\n", argv[2]);
52 fprintf(stderr, "Failed to set priority (%s)\n", strerror(errno));
wipe.c 32 fprintf(stderr, "wipe <system|data|all>\n\n"
48 fprintf(stdout, "Wiping /system\n");
50 fprintf(stdout, "Done wiping /android\n");
52 fprintf(stdout, "Wiping /data\n");
54 fprintf(stdout, "Done wiping /data\n");
56 fprintf(stdout, "Wiping /system and /data\n");
59 fprintf(stdout, "Done wiping /system and /data\n");
62 fprintf(stdout, "Nuking the device...\n");
65 fprintf(stdout, "Device nuked! Rebooting...\n");
68 fprintf(stderr, "Reboot failed, %s\n", strerror(errno))
    [all...]
  /system/extras/ext4_utils/
setup_fs.c 28 fprintf(stderr,"not a block device name: %s\n", blockdev);
34 fprintf(stderr,"device %s already has a filesystem\n", blockdev);
40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev);
44 fprintf(stderr,"+++\n");
48 fprintf(stderr,"error: setup_fs: fork failed\n");
58 fprintf(stderr, "error: setup_fs: waitpid failed!\n");
63 fprintf(stderr,"---\n");
80 fprintf(stderr,"REBOOT!\n");
  /system/extras/tests/bionic/libc/other/
test_system.c 16 fprintf(stderr, "Error calling system(): %d\n", errno);
23 fprintf(stderr, "Command returned non-zero exit code: %d\n",
  /external/valgrind/main/memcheck/tests/
sigaltstack.c 10 fprintf(stderr, "caught signal, local var is on %p\n", &var);
27 fprintf(stderr, "calling sigaltstack, stack base is %p\n", sigstk.ss_sp);
30 fprintf(stderr,"setting sigaction\n");
35 fprintf(stderr, "res = %d\n", res);
36 fprintf(stderr, "raising the signal\n");
43 fprintf(stderr, "done\n");
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 16 fprintf(stderr, "katja_test requires SHA1 and yarrow");
26 fprintf(stderr, "katja_%d key modulus has %d bits\n", size, mp_count_bits(key.N));
30 fprintf(stderr, "N == \n");
32 fprintf(stderr, "%02x ", tmp[cnt]);
33 if (!(++cnt & 15)) fprintf(stderr, "\n");
38 fprintf(stderr, "p == \n");
40 fprintf(stderr, "%02x ", tmp[cnt]);
41 if (!(++cnt & 15)) fprintf(stderr, "\n");
46 fprintf(stderr, "\nq == \n");
48 fprintf(stderr, "%02x ", tmp[cnt])
    [all...]
  /external/jpeg/
ckconfig.c 303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");
321 fprintf(outfile, "/* #define void char */\n");
323 fprintf(outfile, "#define void char\n")
    [all...]
  /external/qemu/distrib/jpeg-6b/
ckconfig.c 303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");
321 fprintf(outfile, "/* #define void char */\n");
323 fprintf(outfile, "#define void char\n")
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 462 fprintf(f, "\t%s=%s\n", field, value);
471 fprintf(f, "\t%s=%d\n", field, value);
480 fprintf(f, "\tbssid=%s\n", value);
490 fprintf(f, "\tpsk=%s\n", value);
506 fprintf(f, "\tproto=%s\n", value);
522 fprintf(f, "\tkey_mgmt=%s\n", value);
538 fprintf(f, "\tpairwise=%s\n", value);
554 fprintf(f, "\tgroup=%s\n", value);
570 fprintf(f, "\tauth_alg=%s\n", value);
585 fprintf(f, "\teap=%s\n", value)
    [all...]
  /external/chromium_org/v8/src/
mksnapshot.cc 67 fprintf(fp, "\n");
70 fprintf(fp, ",");
72 fprintf(fp, "%u", static_cast<unsigned char>(at(j)));
100 fprintf(fp_, "// Autogenerated snapshot file. Do not edit.\n\n");
101 fprintf(fp_, "#include \"v8.h\"\n");
102 fprintf(fp_, "#include \"platform.h\"\n\n");
103 fprintf(fp_, "#include \"snapshot.h\"\n\n");
104 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n");
105 fprintf(fp_, "const byte Snapshot::data_[] = {");
109 fprintf(fp_, "const int Snapshot::size_ = %d;\n", Position())
    [all...]
  /external/libvpx/libvpx/nestegg/test/
test.c 65 fprintf(stderr, "%p %s ", (void *) ctx, sev);
71 fprintf(stderr, "\n");
112 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9);
118 fprintf(stderr, "track %u: type: %d codec: %d", i,
125 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
131 fprintf(stderr, " video: %ux%u (d: %ux%u %ux%ux%ux%u)",
139 fprintf(stderr, " audio: %.2fhz %u bit %u channels",
144 fprintf(stderr, "\n");
150 fprintf(stderr, "seek to middle\n");
155 fprintf(stderr, "middle ")
    [all...]

Completed in 348 milliseconds

1 2 34 5 6 7 8 91011>>