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

  /system/core/sh/
options.c 71 char *optptr; /* used by nextopt */ variable
372 * to be processed. Shellparam.optptr points to the next character to
391 shellparam.optptr = NULL;
396 &shellparam.optptr);
507 if ((p = optptr) == NULL || *p == '\0') {
528 optptr = p;
options.h 43 char *optptr; /* used by getopts */ member in struct:shparam
121 extern char *optptr; /* used by nextopt */
  /external/ping/
ping.c 1413 unsigned char * optptr; local
    [all...]

Completed in 174 milliseconds