/osnet-11/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 166 struct sctpopt sopt; local 193 sopt.sopt_aid = id; 194 sopt.sopt_name = optname; 195 sopt.sopt_val = optval; 196 sopt.sopt_len = len; 197 if (ioctl(sock, SIOCSCTPGOPT, &sopt) == -1) { 200 *optlen = sopt.sopt_len;
|
/osnet-11/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 226 struct sctpopt sopt; local 228 sopt.sopt_aid = id; 229 sopt.sopt_name = opt; 230 sopt.sopt_val = arg; 231 sopt.sopt_len = *len; 233 if (ioctl(sock, SIOCSCTPGOPT, &sopt) == -1) { 236 *len = sopt.sopt_len;
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfscat.c | 163 static const char *sopt = "-a:fh?i:n:qVvr"; local 191 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfslabel.c | 115 static const char *sopt = "-fh?nqvV"; local 134 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfscp.c | 129 static const char *sopt = "-a:ifh?N:nqVv"; local 160 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsfix.c | 135 static const char *sopt = "-hV"; local 144 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfscluster.c | 115 static const char *sopt = "-c:F:fh?I:ilqs:vV"; local 144 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsls.c | 196 static const char *sopt = "-aFfh?ilp:qRsVvx"; local 226 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfscmp.c | 187 static const char *sopt = "-dhPv"; local 203 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsundelete.c | 431 static const char *sopt = "-b:Cc:d:fh?i:m:o:OPp:sS:t:TuqvV"; local 470 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsclone.c | 328 static const char *sopt = "-dfhmo:O:rs"; local 349 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsinfo.c | 160 static const char *sopt = "-:dfhi:F:mqtTvV"; local 188 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | ntfsresize.c | 446 static const char *sopt = "-bdfhinPs:vV"; local 471 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|
H A D | mkntfs.c | 343 static const char *sopt = "-c:CfFhH:IlL:np:qQs:S:TvVz:"; local 381 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) {
|