HomeSort by: relevance | last modified time | path
    Searched defs:optarg (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/bsd/openldap/dist/include/
getopt-compat.h 30 #define optarg lutil_optarg macro
36 LDAP_LUTIL_V (char *) optarg;
  /src/common/lib/libc/stdlib/
getopt.c 66 char *optarg; /* argument associated with option */ variable
123 optarg = NULL;
130 optarg = __UNCONST(place);
136 optarg = NULL;
138 optarg = nargv[optind];
  /src/external/bsd/nsd/dist/simdzone/compat/
getopt.c 30 char *optarg; variable
62 optarg = &argv[optind++][sp + 1];
68 optarg = argv[optind++];
75 optarg = NULL;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getopt.c 53 ROKEN_LIB_VARIABLE char *optarg; /* argument associated with option */ variable
99 optarg = NULL;
105 optarg = place;
121 optarg = nargv[optind];
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.c 54 char *optarg; /* argument associated with option */ variable
126 optarg = NULL;
132 optarg = place;
144 optarg = nargv[optind];
  /src/external/bsd/libpcap/dist/missing/
getopt.c 48 char *optarg; /* argument associated with option */ variable
109 optarg = NULL;
115 optarg = place;
127 optarg = nargv[optind];
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.c 55 char *optarg; /* argument associated with option */ variable
127 optarg = NULL;
133 optarg = place;
145 optarg = nargv[optind];
  /src/external/bsd/top/dist/
getopt.c 75 char *optarg; variable
104 optarg = &argv[optind++][sp+1];
110 optarg = argv[optind++];
117 optarg = NULL;
  /src/external/bsd/openldap/dist/libraries/liblutil/
getopt.c 50 char * optarg; variable
119 optarg = &argv[optind++][sp + 1];
127 optarg = argv[optind++];
137 optarg = NULL;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
getopt_int.h 42 char *optarg;
41 char *optarg; member in struct:_getopt_data
getopt_.h 50 # undef optarg macro
60 # define optarg __GETOPT_ID (optarg) macro
122 extern DLL_VARIABLE char *optarg;
163 a compiled-in constant, such as set a value from `optarg', set the
198 takes an argument, to be placed in `optarg'.
getopt.c 76 char *optarg;
325 ARGV-element, is returned in `optarg'. Two colons mean an option that
327 it is returned in `optarg', otherwise `optarg' is set to zero.
367 d->optarg = NULL;
458 d->optarg = argv[d->optind++];
570 d->optarg = nameend + 1;
637 d->optarg = argv[d->optind++];
818 d->optarg = d->__nextchar;
862 d->optarg = argv[d->optind++]
75 char *optarg; variable
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getopt_int.h 42 char *optarg;
41 char *optarg; member in struct:_getopt_data
getopt_.h 50 # undef optarg macro
60 # define optarg __GETOPT_ID (optarg) macro
122 extern DLL_VARIABLE char *optarg;
163 a compiled-in constant, such as set a value from `optarg', set the
198 takes an argument, to be placed in `optarg'.
getopt.c 76 char *optarg;
325 ARGV-element, is returned in `optarg'. Two colons mean an option that
327 it is returned in `optarg', otherwise `optarg' is set to zero.
367 d->optarg = NULL;
458 d->optarg = argv[d->optind++];
570 d->optarg = nameend + 1;
637 d->optarg = argv[d->optind++];
818 d->optarg = d->__nextchar;
862 d->optarg = argv[d->optind++]
75 char *optarg; variable
    [all...]
  /src/external/gpl2/groff/dist/src/include/
getopt_int.h 44 char *optarg;
43 char *optarg; member in struct:_getopt_data
getopt.h 46 # undef optarg macro
56 # define optarg __GETOPT_ID (optarg) macro
118 extern char *optarg;
159 a compiled-in constant, such as set a value from `optarg', set the
194 takes an argument, to be placed in `optarg'.
  /src/external/gpl2/texinfo/dist/lib/
getopt_int.h 44 char *optarg;
43 char *optarg; member in struct:_getopt_data
getopt.c 91 char *optarg;
347 ARGV-element, is returned in `optarg'. Two colons mean an option that
349 it is returned in `optarg', otherwise `optarg' is set to zero.
390 d->optarg = NULL;
480 d->optarg = argv[d->optind++];
595 d->optarg = nameend + 1;
665 d->optarg = argv[d->optind++];
855 d->optarg = d->__nextchar;
902 d->optarg = argv[d->optind++]
90 char *optarg; variable
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getopt_int.h 42 char *optarg;
41 char *optarg; member in struct:_getopt_data
getopt_.h 44 # undef optarg macro
54 # define optarg __GETOPT_ID (optarg) macro
116 extern char *optarg;
157 a compiled-in constant, such as set a value from `optarg', set the
192 takes an argument, to be placed in `optarg'.
  /src/lib/libutil/
getmntopts.c 60 char **optarg; member in struct:mntoptparse
79 return mp->optarg[m - mp->mopts];
118 free(mp->optarg);
145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) {
178 mp->optarg[m - m0] = p;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadow.c 186 const char *optarg; local
191 optarg = nvkm_stropt(device->cfgopt, "NvBios", &optlen);
192 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL;
  /src/external/bsd/elftosb/dist/keygen/
keygen.cpp 121 const char * optarg; local
122 while (optchar = options(iter, optarg))
147 m_keyCount = strtol(optarg, NULL, 0);
  /src/external/gpl2/mkhybrid/dist/
getopt.c 102 char *optarg = NULL;
349 ARGV-element, is returned in `optarg'. Two colons mean an option that
351 it is returned in `optarg', otherwise `optarg' is set to zero.
389 optarg = NULL;
457 optarg = argv[optind++];
541 optarg = nameend + 1;
564 optarg = argv[optind++];
636 optarg = nextchar;
640 optarg = NULL
101 char *optarg = NULL; variable
    [all...]

Completed in 25 milliseconds

1 2 3