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

  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 58 void GetCmdLine(int& aArgc, char**& aArgv)
68 aArgc = (int) *(ptr); // count
  /system/core/toolbox/grep/
grep.c 322 unsigned int aargc, eargc, i, j; local
393 aargc = eargc + argc;
396 aargc = argc;
399 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
635 aargc -= optind;
639 if (aargc == 0 && needpattern)
643 if (aargc != 0 && needpattern) {
645 --aargc;
688 if ((aargc == 0 || aargc == 1) && !Hflag
    [all...]

Completed in 52 milliseconds