HomeSort by relevance Sort by last modified time
    Searched defs:ARGV (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
openssl.c 142 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
219 # define ARGV _Argv
221 # define ARGV Argv
224 int main(int Argc, char *ARGV[])
235 char **argv,*p; local
242 * we bypass this mess, as on non-VMS systems. (See ARGV,
245 * pointers for argv[].
246 * Fix 1: For a 32-bit argv[], when we're using 64-bit pointers
248 * duplicate of argv[]
    [all...]
  /external/openssl/apps/
openssl.c 143 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
220 # define ARGV _Argv
222 # define ARGV Argv
225 int main(int Argc, char *ARGV[])
236 char **argv,*p; local
243 * we bypass this mess, as on non-VMS systems. (See ARGV,
246 * pointers for argv[].
247 * Fix 1: For a 32-bit argv[], when we're using 64-bit pointers
249 * duplicate of argv[]
    [all...]

Completed in 133 milliseconds