HomeSort by relevance Sort by last modified time
    Searched defs:getopt (Results 26 - 32 of 32) sorted by null

12

  /toolchain/binutils/binutils-2.27/libiberty/
getopt.c 0 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what
28 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
72 contain conflicting prototypes for getopt. */
95 /* This version of `getopt' appears to the caller like standard Unix `getopt'
99 As `getopt' works, it permutes the elements of ARGV so that,
109 #include "getopt.h"
111 /* For communication from `getopt' to the caller.
112 When `getopt' finds an option that takes an argument
974 getopt (int argc, char *const *argv, const char *optstring) function
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 103 getopt(int argc, char **argv, char *args) function
  /external/wpa_supplicant_8/src/utils/
common.c 371 int getopt(int argc, char *const argv[], const char *optstring) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 568 #define getopt(...) (pthread_testcancel(), getopt(__VA_ARGS__)) macro
    [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 346 milliseconds

12