Searched refs:optstring (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/ |
A D | getopt.c | 56 getopt(int argc, char * const argv[], const char *optstring) in getopt() argument 80 if (strchr(optstring, '-') == NULL) in getopt() 88 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt() 91 if (opterr && *optstring != ':') in getopt() 113 if (*optstring == ':') in getopt()
|
A D | libport.h | 29 int getopt(int argc, char * const argv[], const char *optstring);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-5784.patch | 92 @@ -217,6 +217,8 @@ extern int getopt(int argc, char * const argv[], const char *optstring);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/ |
A D | common.h | 360 int getopt(int argc, char *const argv[], const char *optstring);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 134 extern int getopt(int argc, char * const argv[], const char *optstring);
|
Completed in 21 milliseconds