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

  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 47 # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y)
48 # define getopt __GETOPT_ID (getopt)
49 # define getopt_long __GETOPT_ID (getopt_long)
50 # define getopt_long_only __GETOPT_ID (getopt_long_only)
51 # define optarg __GETOPT_ID (optarg)
52 # define opterr __GETOPT_ID (opterr)
53 # define optind __GETOPT_ID (optind)
54 # define optopt __GETOPT_ID (optopt)
  /external/bison/darwin-lib/
getopt.h 68 # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y)
69 # define getopt __GETOPT_ID (getopt)
70 # define getopt_long __GETOPT_ID (getopt_long)
71 # define getopt_long_only __GETOPT_ID (getopt_long_only)
72 # define optarg __GETOPT_ID (optarg)
73 # define opterr __GETOPT_ID (opterr)
74 # define optind __GETOPT_ID (optind)
75 # define optopt __GETOPT_ID (optopt)
76 # define option __GETOPT_ID (option)
77 # define _getopt_internal __GETOPT_ID (getopt_internal
    [all...]
  /external/bison/lib/
getopt.in.h 67 # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y)
68 # define getopt __GETOPT_ID (getopt)
69 # define getopt_long __GETOPT_ID (getopt_long)
70 # define getopt_long_only __GETOPT_ID (getopt_long_only)
71 # define optarg __GETOPT_ID (optarg)
72 # define opterr __GETOPT_ID (opterr)
73 # define optind __GETOPT_ID (optind)
74 # define optopt __GETOPT_ID (optopt)
75 # define option __GETOPT_ID (option)
76 # define _getopt_internal __GETOPT_ID (getopt_internal
    [all...]

Completed in 934 milliseconds