HomeSort by relevance Sort by last modified time
    Searched refs:progname (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /hardware/bsp/intel/peripheral/libupm/examples/python/
wt5001.py 32 def printUsage(progname):
33 print ("Usage: python " + progname + " <command>\n"
  /external/vboot_reference/futility/
cmd_dump_fmap.c 27 static char *progname; variable
123 progname, outname, strerror(errno));
128 progname, buf);
132 " than the image\n", progname, buf);
137 progname, buf, strerror(errno));
424 progname = argv[0];
447 progname, optopt);
452 progname, optopt);
462 print_help(progname);
468 progname, argv[optind], strerror(errno))
    [all...]
futility.c 300 char *progname; local
313 progname = simple_basename(argv[0]);
316 cmd = find_command(progname);
359 progname = simple_basename(argv[0]);
362 cmd = find_command(progname);
cmd_vbutil_key.c 41 static void print_help(const char *progname)
54 "Signing algorithm to use with key:\n", progname);
66 "Write a copy of the key to this file.\n\n", progname);
  /external/ltrace/
options.c 62 static char *progname; /* Program name (`ltrace') */ variable
76 fprintf(stderr, "Try `%s --help' for more information.\n", progname);
115 progname);
120 fprintf(stdout, "%s debugging option, --debug=<octal> or -D<octal>:\n", progname);
519 progname = argv[0];
597 fprintf(stderr, "%s: --debug requires an octal argument\n", progname);
713 progname);
718 fprintf(stderr, "%s: too few arguments\n", progname);
724 progname);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cProfile.py 183 progname = args[0]
184 sys.path.insert(0, os.path.dirname(progname))
185 with open(progname, 'rb') as fp:
186 code = compile(fp.read(), progname, 'exec')
188 '__file__': progname,
  /prebuilts/gdb/linux-x86/lib/python2.7/
cProfile.py 183 progname = args[0]
184 sys.path.insert(0, os.path.dirname(progname))
185 with open(progname, 'rb') as fp:
186 code = compile(fp.read(), progname, 'exec')
188 '__file__': progname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 183 progname = args[0]
184 sys.path.insert(0, os.path.dirname(progname))
185 with open(progname, 'rb') as fp:
186 code = compile(fp.read(), progname, 'exec')
188 '__file__': progname,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 183 progname = args[0]
184 sys.path.insert(0, os.path.dirname(progname))
185 with open(progname, 'rb') as fp:
186 code = compile(fp.read(), progname, 'exec')
188 '__file__': progname,
  /external/markdown/MarkdownTest/
MarkdownTest.pl 32 my $progname = $0;
33 $progname =~ s{.*/}{};
34 die "$progname version $VERSION\n";
  /system/netd/server/
ndc.c 34 static void usage(char *progname);
183 static void usage(char *progname) {
184 fprintf(stderr, "Usage: %s [<sockname>] ([monitor] | ([<cmd_seq_num>] <cmd> [arg ...]))\n", progname);
  /external/e2fsprogs/util/
symlinks.c 33 static char *progname; variable
305 fprintf(stderr, progver, progname);
306 fprintf(stderr, "Usage:\t%s [-cdorstv] LINK|DIR ...\n\n", progname);
329 if ((progname = (char *) strrchr(*argv, '/')) == NULL)
330 progname = *argv;
332 progname++;
  /external/libunwind/tests/
test-coredump-unwind.c 282 const char *progname = strrchr(argv[0], '/'); local
283 if (progname)
284 progname++;
286 progname = argv[0];
289 error_msg_and_die("Usage: %s COREDUMP [VADDR:BINARY_FILE]...", progname);
291 msg_prefix = progname;
  /external/libdivsufsort/examples/
sasearch.c 59 print_help(const char *progname, int status) {
63 fprintf(stderr, "usage: %s PATTERN FILE SAFILE\n\n", progname);
suftest.c 60 print_help(const char *progname, int status) {
64 fprintf(stderr, "usage: %s FILE\n\n", progname);
  /external/libxml2/
testReader.c 44 static void usage(const char *progname) {
45 printf("Usage : %s [options] XMLfiles ...\n", progname);
  /external/vboot_reference/cgpt/
cmd_find.c 11 extern const char* progname;
32 "\n", progname);
  /external/vboot_reference/tests/
vb20_verify_fw.c 134 static void print_help(const char *progname)
136 printf("Usage: %s <gbb> <vblock> <body>\n", progname);
verify_kernel.c 55 static void print_help(const char *progname)
58 progname);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
wt5001.js 30 function printUsage(progname)
32 console.log("Usage: node " + progname + " <command>");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
resize_util.c 20 static void usage(char *progname) {
23 progname);
  /system/extras/multinetwork/
common.cpp 56 void printUsage(const char *progname) {
57 std::cerr << "Usage: " << progname
  /external/selinux/policycoreutils/setfiles/
restore.c 91 r_opts->progname, name, r_opts->rootpath);
111 fprintf(stderr, "%s: Warning no default label for %s\n", r_opts->progname, my_file);
149 printf("%s: %s matched by %s\n", r_opts->progname, my_file, newcon);
167 r_opts->progname, my_file, strerror(errno));
189 r_opts->progname, my_file, curcon);
232 r_opts->progname, my_file, curcon ?: "", newcon);
259 r_opts->progname, my_file, newcon, strerror(errno));
285 r_opts->progname, ftsent->fts_path);
317 r_opts->progname, namelist[0], strerror(errno));
326 r_opts->progname, namelist[0], strerror(errno))
    [all...]
  /external/e2fsprogs/tests/progs/
test_icount.c 66 char *progname; local
70 progname = *argv;
78 if (parse_inode(progname, "icount size", argv[0], &size))
88 com_err(progname, retval, "while creating icount");
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 81 /* Load a policy package from the given filename. Progname is used for
84 static sepol_module_package_t *load_module(char *filename, char *progname)
92 fprintf(stderr, "%s: Out of memory\n", progname);
96 fprintf(stderr, "%s: Out of memory\n", progname);
101 fprintf(stderr, "%s: Could not open package %s: %s", progname,
110 progname, filename);

Completed in 2215 milliseconds

1 2 34 5 6 7 8 910