Searched refs:longopts (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dgetopt.h111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
H A Dgetopt.c379 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
383 const struct option *longopts;
460 + (longopts != NULL && argv[optind][1] == '-'));
478 if (longopts != NULL
495 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/include/nonunix/
H A Dgetopt.h113 const struct option *longopts, int *longind);
116 const struct option *longopts, int *longind);
121 const struct option *longopts, int *longind,
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dgetopt.c74 const struct option *longopts);
151 * optstr must contain the short options, and longopts the long options.
155 const struct option *longopts)
167 getopt_long_only(argc,argv,optstr,longopts,&longindex):
168 getopt_long(argc,argv,optstr,longopts,&longindex)))
174 printf(" --%s",longopts[longindex].name);
175 if (longopts[longindex].has_arg)
294 static struct option longopts[]= variable in typeref:struct:option
342 while ((opt=getopt_long(argc,argv,shortopts,longopts,NULL)) != EOF)
154 generate_output(char * argv[],int argc,const char *optstr, const struct option *longopts) argument
H A Dtar.c143 static struct option longopts[] = { variable in typeref:struct:option
187 (opt = getopt_long(argc, argv, "cxtzvOf:X:pC:", longopts, NULL))
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/networking/
H A Difenslave.c96 struct option longopts[] = { variable in typeref:struct:option
135 while ((c = getopt_long(argc, argv, "acdfrvV?h", longopts, 0)) != EOF)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dmount.cifs.c523 static struct option longopts[] = { variable in typeref:struct:option
598 longopts, NULL)) != -1) {

Completed in 57 milliseconds