HomeSort by: relevance | last modified time | path
    Searched refs:getopt (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/getopt/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.2 2008/06/26 05:42:04 ray Exp $ */
2 /* $NetBSD: getopt.h,v 1.1.1.1 2014/07/09 19:38:35 riastradh Exp $ */
67 int getopt(int, char * const *, const char *);
70 extern char *optarg; /* getopt(3) external variables */
  /xsrc/external/mit/MesaLib.old/dist/src/getopt/
getopt.h 1 /* $OpenBSD: getopt.h,v 1.2 2008/06/26 05:42:04 ray Exp $ */
2 /* $NetBSD: getopt.h,v 1.1.1.1 2019/03/08 10:19:23 mrg Exp $ */
67 int getopt(int, char * const *, const char *);
70 extern char *optarg; /* getopt(3) external variables */
  /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
22 check_include_files(getopt.h HAS_GETOPT_H)
25 message(FATAL_ERROR "Can't find getopt.h (needed for getopt_long()).")
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_marshal_h.py 23 import getopt
88 (args, trail) = getopt.getopt(sys.argv[1:], 'm:f:')
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_marshal_h.py 25 import getopt
76 (args, trail) = getopt.getopt(sys.argv[1:], 'm:f:')
gl_marshal.py 26 import getopt
355 (args, trail) = getopt.getopt(sys.argv[1:], 'm:f:')
  /xsrc/external/mit/mesa-demos/dist/src/tests/
getprocaddress.py 7 import sys, getopt, re, os
88 (args, trail) = getopt.getopt(sys.argv[1:], "f:")
  /xsrc/external/mit/ctwm/dist/
version.c 40 if((ch = getopt(argc, argv, "Mmpa")) != -1) {
version.c.in 40 if((ch = getopt(argc, argv, "Mmpa")) != -1) {
  /xsrc/external/mit/ctwm/dist/gen/
version.c.in 40 if((ch = getopt(argc, argv, "Mmpa")) != -1) {
  /xsrc/external/mit/fontconfig/dist/fc-conflist/
fc-conflist.c 63 #include <getopt.h>
112 while ((c = getopt (argc, argv, "Vh")) != -1)
  /xsrc/external/mit/fontconfig/dist/fc-pattern/
fc-pattern.c 62 #include <getopt.h>
122 while ((c = getopt (argc, argv, "cdf:Vh")) != -1)
  /xsrc/external/mit/fontconfig/dist/fc-query/
fc-query.c 65 #include <getopt.h>
126 while ((c = getopt (argc, argv, "i:bf:Vh")) != -1)
  /xsrc/external/mit/xorg-server/dist/test/bugs/
bug1354.c 7 #include <getopt.h>
83 while ((gv = getopt (argc, argv, "t:r:")) != -1)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
main.cpp 26 #include <getopt.h>
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
main.cpp 26 #include <getopt.h>
  /xsrc/external/mit/fontconfig/dist/fc-list/
fc-list.c 61 #include <getopt.h>
128 while ((c = getopt (argc, argv, "vbf:qVh")) != -1)
  /xsrc/external/mit/fontconfig/dist/fc-match/
fc-match.c 62 #include <getopt.h>
133 while ((c = getopt (argc, argv, "asvbf:Vh")) != -1)
  /xsrc/external/mit/fontconfig/dist/fc-scan/
fc-scan.c 65 #include <getopt.h>
124 while ((c = getopt (argc, argv, "bf:y:Vh")) != -1)
  /xsrc/external/mit/fontconfig/dist/fc-validate/
fc-validate.c 65 #include <getopt.h>
129 while ((c = getopt (argc, argv, "i:l:mVhv")) != -1)
  /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
spirv2dxil.c 37 #include <getopt.h>
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
get_hash_generator.py 31 import os, sys, getopt
200 (opts, args) = getopt.getopt(sys.argv[1:], "f:")
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
get_hash_generator.py 33 import os, sys, getopt
202 (opts, args) = getopt.getopt(sys.argv[1:], "f:")
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
gen_gl_wrappers.py 36 import getopt
43 opts, args = getopt.getopt(sys.argv[1:], "", ['spec=', 'typemap=', 'dispatch-header=', 'prefix=', 'preresolve', 'staticwrappers' ])
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp.c 27 #include <getopt.h>

Completed in 16 milliseconds

1 2 3 4