| /xsrc/external/mit/MesaLib/dist/src/getopt/ |
| getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 61 int getopt_long(int, char * const *, const char *,
|
| /xsrc/external/mit/MesaLib.old/dist/src/getopt/ |
| getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 61 int getopt_long(int, char * const *, const char *,
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| check_funcs_etc.cmake | 16 # getopt_long(3) is in getopt.h everywhere I can find it. Until we find 23 check_function_exists(getopt_long HAS_GETOPT_LONG) 25 message(FATAL_ERROR "Can't find getopt.h (needed for getopt_long()).") 28 message(FATAL_ERROR "You don't seem to have getopt_long().")
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| main.cpp | 82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {
|
| test_optpass.cpp | 179 while ((c = getopt_long(argc, argv, "", optpass_opts, &idx)) != -1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| main.cpp | 81 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) {
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| spirv2dxil.c | 78 while ((ch = getopt_long(argc, argv, "s:e:o:", long_options, NULL)) !=
|
| /xsrc/external/mit/fontconfig/dist/fc-conflist/ |
| fc-conflist.c | 110 while ((c = getopt_long (argc, argv, "Vh", longopts, NULL)) != -1)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| glcpp.c | 146 while ((c = getopt_long(argc, argv, "d", long_options, NULL)) != -1) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| spirv2nir.c | 104 while ((ch = getopt_long(argc, argv, "hs:e:g", long_options, NULL)) != -1)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| glcpp.c | 145 while ((c = getopt_long(argc, argv, "d", long_options, NULL)) != -1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| i965_disasm.c | 121 while ((c = getopt_long(argc, argv, "", i965_disasm_opts, &i)) != -1) {
|
| /xsrc/external/mit/fontconfig/dist/fc-pattern/ |
| fc-pattern.c | 120 while ((c = getopt_long (argc, argv, "cdf:Vh", longopts, NULL)) != -1)
|
| /xsrc/external/mit/fontconfig/dist/fc-query/ |
| fc-query.c | 124 while ((c = getopt_long (argc, argv, "i:bf:Vh", longopts, NULL)) != -1)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| i965_disasm.c | 169 while ((c = getopt_long(argc, argv, ":i:t:g:h", i965_disasm_opts, NULL)) != -1) {
|
| i965_asm.c | 232 while ((c = getopt_long(argc, argv, ":t:g:o:h", i965_asm_opts, NULL)) != -1) {
|
| /xsrc/external/mit/ctwm/dist/ |
| clargs.c | 117 * I assume '::' for optional args is portable; getopt_long(3) 169 while((ch = getopt_long(argc, argv, short_options, long_options, 297 /* getopt_long() already printed an error */
|
| /xsrc/external/mit/fontconfig/dist/fc-list/ |
| fc-list.c | 126 while ((c = getopt_long (argc, argv, "vbf:qVh", longopts, NULL)) != -1)
|
| /xsrc/external/mit/fontconfig/dist/fc-match/ |
| fc-match.c | 131 while ((c = getopt_long (argc, argv, "asvbf:Vh", longopts, NULL)) != -1)
|
| /xsrc/external/mit/fontconfig/dist/fc-scan/ |
| fc-scan.c | 122 while ((c = getopt_long (argc, argv, "bf:y:Vh", longopts, NULL)) != -1)
|
| /xsrc/external/mit/fontconfig/dist/fc-validate/ |
| fc-validate.c | 127 while ((c = getopt_long (argc, argv, "i:l:mVhv", longopts, NULL)) != -1)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| main.cpp | 224 while ((c = getopt_long(argc, argv, "hl", opts, NULL)) != -1) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| cffdump.c | 161 while ((c = getopt_long(argc, argv, "vsaS:E:F:D:e:L:q:h", opts, NULL)) !=
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| gmemtool.c | 134 while ((c = getopt_long(argc, argv, "g:hv", opts, NULL)) != -1) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| cmdline.c | 287 while ((c = getopt_long(argc, argv, "v:", longopts, NULL)) != -1) {
|