HomeSort by relevance Sort by last modified time
    Searched full:progname (Results 176 - 200 of 353) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 48 static char *progName;
74 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName);
244 progName = argv[0];
447 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime());
  /external/openssh/
loginrec.h 63 char progname[LINFO_PROGSIZE]; /* name of program (for PAM) */ member in struct:logininfo
  /frameworks/av/services/audioflinger/
test-resample.cpp 105 const char* const progname = argv[0]; local
152 usage(progname);
176 usage(progname);
202 usage(progname);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic-core.h 40 extern const char *progname;
  /external/e2fsprogs/misc/
fsck.c 118 static char *progname; variable
594 progname);
721 "for %s\n"), progname, retval, type, fs->device);
1111 progname = argv[0];
1120 progname);
1153 progname);
1239 progname);
1285 fprintf(stderr, "%s: Unable to allocate memory for fsck_path\n", progname);
  /external/libxml2/
testOOM.c 161 static void usage(const char *progname) {
162 printf("Usage : %s [options] XMLfiles ...\n", progname);
  /external/vboot_reference/futility/
cmd_create.c 52 static void print_help(const char *progname)
57 "Usage: " MYNAME " %s [options] <INFILE> [<BASENAME>]\n", progname);
cmd_vbutil_keyblock.c 74 static void print_help(const char *progname)
76 printf(usage, progname);
  /prebuilts/qemu-kernel/arm/
rebuild.sh 96 set_basename PROGNAME "$0"
169 echo "Usage: $PROGNAME <options> /path/to/kernel"
  /external/clang/tools/driver/
driver.cpp 208 static const DriverSuffix *FindDriverSuffix(StringRef ProgName) {
228 if (ProgName.endswith(DriverSuffixes[i].Suffix))
243 std::string ProgName =llvm::sys::path::stem(ArgVector[0]);
246 ProgName = StringRef(ProgName).lower();
249 StringRef ProgNameRef = ProgName;
  /external/libpng/contrib/gregbook/
rpng2-x.c 96 #define PROGNAME "rpng2-x"
183 static char *icon_name = PROGNAME;
456 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
487 "\n", PROGNAME,
488 (int)strlen(PROGNAME), " ", default_display_exponent, num_bgpat-1);
494 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
499 fprintf(stderr, PROGNAME
506 fprintf(stderr, PROGNAME
510 fprintf(stderr, PROGNAME ": insufficient memory\n");
513 fprintf(stderr, PROGNAME
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 594 progname = args[0]
595 sys.path.insert(0, os.path.dirname(progname))
596 with open(progname, 'rb') as fp:
597 code = compile(fp.read(), progname, 'exec')
599 '__file__': progname,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 594 progname = args[0]
595 sys.path.insert(0, os.path.dirname(progname))
596 with open(progname, 'rb') as fp:
597 code = compile(fp.read(), progname, 'exec')
599 '__file__': progname,
  /ndk/tests/standalone/
run.sh 31 PROGNAME=$(basename "$0")
96 echo "Usage: $PROGNAME [options] [testname+]"
106 echo " $PROGNAME --prefix=\$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi"
  /external/selinux/policycoreutils/gui/
polgengui.py 59 PROGNAME="policycoreutils"
62 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
63 gettext.textdomain(PROGNAME)
65 gettext.install(PROGNAME,
88 xml = gtk.glade.XML ("polgen.glade", domain=PROGNAME)
90 xml = gtk.glade.XML ("/usr/share/system-config-selinux/polgen.glade", domain=PROGNAME)
    [all...]
  /external/libedit/examples/
fileman.c 78 char *progname; variable
98 progname = argv[0];
  /prebuilts/qemu-kernel/
build-kernel.sh 10 PROGNAME=$(basename "$0")
426 program, for the $ORG_ARCH CPU architecture. It was built with the $PROGNAME
  /external/google-breakpad/autotools/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6b
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]
  /external/google-tv-pairing-protocol/cpp/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 249 const char *progname = "PKGDATA"; variable
265 progname = argv[0];
283 progname,
285 fprintf(stderr, "Run '%s --help' for help.\n", progname);
294 fprintf(stderr, "Run '%s --help' for help.\n", progname);
307 fprintf(stderr, "Run '%s --help' for help.\n", progname);
314 "Run '%s --help' for help.\n", progname);
325 progname);
    [all...]
  /external/libmtp/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]
  /external/libogg/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-4
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]
  /external/libusb/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6b
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]
  /external/libusb-compat/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]
  /external/libvorbis/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
68 # $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-4
181 # In the unlikely event $progname began with a '-', it would play havoc with
182 # func_echo (imagine progname=-n), so we prepend ./ in that case:
184 progname=$func_basename_result
185 case $progname in
186 -*) progname=./$progname ;;
195 progpath="$progdir/$progname"
    [all...]

Completed in 361 milliseconds

1 2 3 4 5 6 78 91011>>