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

  /external/syslinux/gpxe/src/core/
getopt.c 53 int nextchar; variable
177 nextchar++;
183 nextchar = 0;
188 nextchar = 0;
256 if ( nextchar < 1 )
257 nextchar = 1;
258 opttext = ( argv[optind] + nextchar );
exec.c 42 int nextchar; variable
  /external/libusb/examples/getopt/
getopt.c 144 static char *nextchar;
403 nextchar = NULL;
468 updating `optind' and `nextchar' so that the next call to `getopt' can
552 if (nextchar == NULL || *nextchar == '\0')
625 nextchar = (argv[optind] + 1
656 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
662 if (!strncmp (p->name, nextchar, nameend - nextchar))
664 if ((unsigned int) (nameend - nextchar)
143 static char *nextchar; variable
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 147 static char *nextchar;
414 nextchar = NULL;
479 updating `optind' and `nextchar' so that the next call to `getopt' can
552 if (nextchar == NULL || *nextchar == '\0')
625 nextchar = (argv[optind] + 1
656 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
662 if (!strncmp (p->name, nextchar, nameend - nextchar))
664 if ((unsigned int) (nameend - nextchar)
146 static char *nextchar; variable
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 185 char nextChar = getNextChar();
186 tok.tokenValue = String.valueOf(nextChar);
187 if (isAlpha(nextChar)) {
189 } else if (isDigit(nextChar)) {
192 tok.tokenType = (int) nextChar;
322 char nextChar = lookAhead(0);
323 return isTokenChar(nextChar);
331 char nextChar = lookAhead(0);
332 if (isAlphaDigit(nextChar)) {
336 switch (nextChar) {
727 char nextchar = lookAhead(0); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mmix.c 462 int nextchar = ','; local
464 while (nextchar == ',')
504 nextchar = *p++;
508 if (nextchar != ',')
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 

Completed in 529 milliseconds