/AliOS-Things-master/components/freetype/src/tools/docmaker/ |
A D | docmaker.py | 24 import sys, os, time, string, glob, getopt 47 opts, args = getopt.getopt( sys.argv[1:], \ 50 except getopt.GetoptError:
|
A D | docbeauty.py | 15 import sys, os, time, string, getopt 58 opts, args = getopt.getopt( sys.argv[1:], \ 61 except getopt.GetoptError:
|
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/ |
A D | ota_gen_md5_bin.py | 3 import os, sys, re, struct, platform, getopt, subprocess 59 opts, args = getopt.getopt(sys.argv[1:], 'o:m:h') 60 except getopt.GetoptError as err:
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/ |
A D | ota_gen_md5_bin.py | 3 import os, sys, re, struct, platform, getopt, subprocess 59 opts, args = getopt.getopt(sys.argv[1:], 'o:m:h') 60 except getopt.GetoptError as err:
|
/AliOS-Things-master/components/ota/tools/ |
A D | ota_image_package.py | 3 import os, sys, re, struct, getopt 49 opts, args = getopt.getopt(sys.argv[1:], "h", ["help"]) 50 except getopt.GetoptError as err:
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/ |
A D | Makefile.vc | 34 getopt.obj
|
A D | libport.h | 29 int getopt(int argc, char * const argv[], const char *optstring);
|
A D | CMakeLists.txt | 28 getopt.c 37 list(APPEND port_USED_FILES getopt.c)
|
A D | getopt.c | 56 getopt(int argc, char * const argv[], const char *optstring) in getopt() function
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | mkg3states.c | 45 extern int getopt(int, char**, char*); 392 while ((c = getopt(argc, argv, "c:s:bp")) != -1) in main()
|
/AliOS-Things-master/components/libc_stub/compilers/iar/ |
A D | iar_libc_uspace.c | 123 void getopt() in getopt() function
|
A D | iar_libc.c | 146 void getopt() in getopt() function
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | mkdir.c | 88 while ((opts = getopt(argc, argv, ":ph")) != EOF) { in mkdir_main()
|
A D | rm.c | 89 while ((opts = getopt(argc, argv, ":r")) != EOF) { in rm_main()
|
A D | cp.c | 189 while ((opts = getopt(argc, argv, ":rh")) != EOF) { in cp_main()
|
A D | hexdump.c | 166 while ((opts = getopt(argc, argv, ":n:hs:C")) != EOF) { in hexdump_main()
|
A D | ls.c | 315 while ((opts = getopt(argc, argv, ":lhk")) != EOF) { in ls_main()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-5784.patch | 64 @@ -68,6 +68,8 @@ extern int getopt(int, char**, char*); 92 @@ -217,6 +217,8 @@ extern 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 | ppm2tiff.c | 53 extern int getopt(int, char**, char*); 112 while ((c = getopt(argc, argv, "c:r:R:")) != -1) in main()
|
A D | tiffgt.c | 49 extern int getopt(int, char**, char*); 102 while ((c = getopt(argc, argv, "d:o:p:eflmsvw?")) != -1) in main()
|
A D | raw2tiff.c | 64 extern int getopt(int, char**, char*); 114 while ((c = getopt(argc, argv, "c:r:H:w:l:b:d:LMp:si:o:h")) != -1) { in main()
|
A D | tiffcmp.c | 45 extern int getopt(int, char**, char*); 76 while ((c = getopt(argc, argv, "ltz:")) != -1) in main()
|
A D | tiffdump.c | 56 extern int getopt(int, char**, char*); 123 while ((c = getopt(argc, argv, "m:o:h")) != -1) { in main()
|
A D | tiffdither.c | 218 while ((c = getopt(argc, argv, "c:f:r:t:")) != -1) in main()
|
A D | tiffsplit.c | 36 extern int getopt(int, char**, char*);
|