HomeSort by relevance Sort by last modified time
    Searched refs:argv (Results 301 - 325 of 2043) sorted by null

<<11121314151617181920>>

  /external/openssl/apps/
pkeyutl.c 88 int MAIN(int argc, char **argv)
108 argv++;
119 if (!strcmp(*argv,"-in"))
122 infile= *(++argv);
124 else if (!strcmp(*argv,"-out"))
127 outfile= *(++argv);
129 else if (!strcmp(*argv,"-sigfile"))
132 sigfile= *(++argv);
134 else if(!strcmp(*argv, "-inkey"))
141 *(++argv), keyform, key_type
    [all...]
dh.c 89 int MAIN(int argc, char **argv)
120 prog=argv[0];
122 argv++;
125 if (strcmp(*argv,"-inform") == 0)
128 informat=str2fmt(*(++argv));
130 else if (strcmp(*argv,"-outform") == 0)
133 outformat=str2fmt(*(++argv));
135 else if (strcmp(*argv,"-in") == 0)
138 infile= *(++argv);
140 else if (strcmp(*argv,"-out") == 0
    [all...]
pkcs7.c 83 int MAIN(int argc, char **argv)
113 prog=argv[0];
115 argv++;
118 if (strcmp(*argv,"-inform") == 0)
121 informat=str2fmt(*(++argv));
123 else if (strcmp(*argv,"-outform") == 0)
126 outformat=str2fmt(*(++argv));
128 else if (strcmp(*argv,"-in") == 0)
131 infile= *(++argv);
133 else if (strcmp(*argv,"-out") == 0
    [all...]
gendh.c 89 int MAIN(int argc, char **argv)
115 argv++;
120 if (strcmp(*argv,"-out") == 0)
123 outfile= *(++argv);
125 else if (strcmp(*argv,"-2") == 0)
127 /* else if (strcmp(*argv,"-3") == 0)
129 else if (strcmp(*argv,"-5") == 0)
132 else if (strcmp(*argv,"-engine") == 0)
135 engine= *(++argv);
138 else if (strcmp(*argv,"-rand") == 0
    [all...]
  /external/iproute2/tc/
q_atm.c 32 static int atm_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
51 static int atm_parse_class_opt(struct qdisc_util *qu, int argc, char **argv,
69 if (!strcmp(*argv,"pvc")) {
71 if (text2atm(*argv,(struct sockaddr *) &addr,
77 else if (!strcmp(*argv,"svc")) {
79 if (text2atm(*argv,(struct sockaddr *) &addr,
85 else if (!strcmp(*argv,"qos")) {
87 if (text2qos(*argv,&qos,0) < 0) {
92 else if (!strcmp(*argv,"sndbuf")) {
96 sndbuf = strtol(*argv,&end,0)
    [all...]
tc_monitor.c 67 int do_tcmonitor(int argc, char **argv)
74 if (matches(*argv, "file") == 0) {
76 file = *argv;
78 if (matches(*argv, "help") == 0) {
81 fprintf(stderr, "Argument \"%s\" is unknown, try \"tc monitor help\".\n", *argv);
85 argc--; argv++;
  /frameworks/base/cmds/service/
service.cpp 58 int main(int argc, char* const argv[])
71 int ic = getopt(argc, argv, "h?");
91 if (strcmp(argv[optind], "check") == 0) {
94 sp<IBinder> service = sm->checkService(String16(argv[optind]));
95 aout << "Service " << argv[optind] <<
103 else if (strcmp(argv[optind], "list") == 0) {
114 } else if (strcmp(argv[optind], "call") == 0) {
118 sp<IBinder> service = sm->checkService(String16(argv[optind++]));
120 int32_t code = atoi(argv[optind++]);
129 if (strcmp(argv[optind], "i32") == 0)
    [all...]
  /build/libs/host/
list.java 7 public static void main(String[] argv)
17 int n = Integer.parseInt(argv[1], 16);
27 System.out.print(" case '" + argv[0] + "': return \"");
  /build/tools/
fileslist.py 24 def main(argv):
26 roots = argv[1:]
44 main(sys.argv)
  /build/tools/lsd/
main.c 32 int main(int argc, char **argv)
43 int first = get_options(argc, argv,
59 lsd(&argv[first], argc - first,
  /external/e2fsprogs/debugfs/
unused.c 27 void do_dump_unused(int argc EXT2FS_ATTR((unused)), char **argv)
34 if (common_args_process(argc, argv, 1, 1,
44 com_err(argv[0], retval, "While reading block\n");
  /external/iproute2/ip/
ipmonitor.c 112 int do_ipmonitor(int argc, char **argv)
128 if (matches(*argv, "file") == 0) {
130 file = *argv;
131 } else if (matches(*argv, "link") == 0) {
134 } else if (matches(*argv, "address") == 0) {
137 } else if (matches(*argv, "route") == 0) {
140 } else if (matches(*argv, "prefix") == 0) {
143 } else if (matches(*argv, "neigh") == 0) {
146 } else if (strcmp(*argv, "all") == 0) {
149 } else if (matches(*argv, "help") == 0)
    [all...]
  /external/libvpx/
example_xma.c 81 int main(int argc, char **argv)
93 exec_name = argv[0];
97 if (!strcmp(argv[i], "--codec"))
106 if (!strcmp(ifaces[j].name, argv[i]))
113 argv[i]);
118 else if (!strcmp(argv[i], "-v"))
120 else if (!strcmp(argv[i], "-h"))
123 h = atoi(argv[++i]);
127 else if (!strcmp(argv[i], "-w"))
130 w = atoi(argv[++i])
    [all...]
  /external/protobuf/examples/
list_people.py 27 if len(sys.argv) != 2:
28 print "Usage:", sys.argv[0], "ADDRESS_BOOK_FILE"
34 f = open(sys.argv[1], "rb")
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 27 if (len(sys.argv) < 3):
31 input_dir = sys.argv[1]
32 output_dir = sys.argv[2]
  /external/v8/test/cctest/
test-flags.cc 58 const char* argv[] = { "Test2", "-notesting-bool-flag", "notaflag", local
62 const_cast<char **>(argv),
89 const char* argv[] = local
94 const_cast<char **>(argv),
121 const char* argv[] = { "Test4", "--testing_bool_flag", "--foo" }; local
123 const_cast<char **>(argv),
139 const char* argv[] = { "Test5", "--testing_int_flag=\"foobar\"" }; local
141 const_cast<char **>(argv),
157 const char* argv[] = { "Test5", "--testing-int-flag", "0", local
160 const_cast<char **>(argv),
176 const char* argv[] = {"TestJSArgs1", local
    [all...]
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_gperf.py 47 assert len(sys.argv) == 3
49 inputFile = sys.argv[1]
50 outputDir = sys.argv[2]
  /external/webkit/WebKit/gtk/tests/
testhttpbackend.c 69 int main(int argc, char** argv)
72 gtk_test_init(&argc, &argv, NULL);
80 int main(int argc, char** argv)
  /external/wpa_supplicant/
wpa_passphrase.c 21 int main(int argc, char *argv[])
34 ssid = argv[1];
37 passphrase = argv[2];
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_passphrase.c 21 int main(int argc, char *argv[])
34 ssid = argv[1];
37 passphrase = argv[2];
  /system/core/toolbox/
umount.c 43 int umount_main(int argc, char *argv[])
52 loop = is_loop_mount(argv[1]);
53 if(umount(argv[1])){
  /bionic/libdl/
dltest.c 72 int get_options(int argc, char **argv, char **lib, char **sym)
83 c = getopt_long (argc, argv,
97 case 'h': print_help(argv[0]); exit(EXIT_FAILURE); break;
110 int main(int argc, char **argv)
112 char *libname, *symname, *prog = *argv;
114 get_options(argc, argv, &libname, &symname);
  /dalvik/dexopt/
OptMain.c 262 (_var) = _func(*++argv, &endp, 0); \
264 LOGE("%s '%s'", _msg, *argv); \
289 static int fromZip(int argc, char* const argv[])
304 argv++;
308 zipName = *++argv;
310 dexoptFlags = *++argv;
337 static int preopt(int argc, char* const argv[])
353 const char* zipName = argv[2];
354 const char* outName = argv[3];
355 const char* dexoptFlags = argv[4]
    [all...]
  /external/clearsilver/cs/
cstest.c 44 int main (int argc, char *argv[])
58 if (!strcmp(argv[1], "-v"))
66 hdf_file = argv[2];
67 cs_file = argv[3];
71 hdf_file = argv[1];
72 cs_file = argv[2];
  /external/elfutils/tests/
arextract.c 28 main (int argc, char *argv[])
41 fd = open (argv[1], O_RDONLY);
63 printf ("`%s' is no archive\n", argv[1]);
79 if (strcmp (arhdr->ar_name, argv[2]) == 0)
94 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666);
153 printf ("File `%s' not found in archive\n", argv[2]);

Completed in 686 milliseconds

<<11121314151617181920>>