HomeSort by relevance Sort by last modified time
    Searched refs:longindex (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/lib/
getopt_long.c 39 const struct option *longopts, int *longindex)
87 if (longindex)
88 *longindex = lo-longopts;
  /external/syslinux/libinstaller/getopt/
getopt_long.c 39 const struct option *longopts, int *longindex)
87 if (longindex)
88 *longindex = lo-longopts;
  /external/syslinux/gpxe/src/include/
getopt.h 58 const struct option *longopts, int *longindex );
  /external/fio/oslib/
getopt_long.c 43 const struct option *longopts, int *longindex)
119 if (longindex)
120 *longindex = lo-longopts;
  /external/syslinux/gpxe/src/core/
getopt.c 217 * @ret longindex Index of long option (or NULL)
225 const struct option *longopts, int *longindex ) {
246 if ( longindex )
247 *longindex = ( longopt - longopts );
  /system/core/fastboot/
fastboot.cpp 1508 int longindex; local
    [all...]

Completed in 755 milliseconds