Searched refs:long_opts (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibsendtrap.c137 static const struct option long_opts[] = { local
147 while ((ch = getopt_long(argc, argv, str_opts, long_opts, NULL)) != -1) {
H A Dsminfo.c101 static const struct option long_opts[] = { local
121 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibaddr.c130 static const struct option long_opts[] = { local
150 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibping.c204 static const struct option long_opts[] = { local
226 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibstat.c210 static const struct option long_opts[] = { local
224 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibsysstat.c254 static const struct option long_opts[] = { local
274 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dsmpdump.c243 static const struct option long_opts[] = { local
259 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dvendstat.c151 static const struct option long_opts[] = { local
169 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibportstate.c246 static const struct option long_opts[] = { local
265 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibroute.c395 static const struct option long_opts[] = { local
416 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dsmpquery.c437 static const struct option long_opts[] = { local
458 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dperfquery.c359 static const struct option long_opts[] = { local
380 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibnetdiscover.c945 static const struct option long_opts[] = { local
971 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dibtracert.c728 static const struct option long_opts[] = { local
752 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
H A Dsaquery.c1632 static const struct option long_opts[] = { local
1663 while ((ch = getopt_long(argc, argv, str_opts, long_opts, NULL)) != -1) {
/freebsd-9.3-release/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c65 static const struct option long_opts[] = { local
72 while ((c = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
/freebsd-9.3-release/contrib/xz/src/xzdec/
H A Dxzdec.c99 static const struct option long_opts[] = { local
114 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dargs.c84 static const struct option long_opts[] = { local
143 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))

Completed in 205 milliseconds