sopt
int ip_ctloutput(struct socket *, struct sockopt *sopt);
char sopt[BUFSIZ];
(void) sprintf(sopt, "-s%s", name);
(void) execle(UUCICO, "UUCICO", "-r1", uopt, sopt, (char *) 0, Env);
(void) execle(UUCICO, "UUCICO", "-r1", sopt, (char *) 0, Env);
sopt = malloc(sizeof(*sopt) * hash_tblcnt);
if (sopt == NULL) {
sopt[sofar++].p = bucket->opt.p;
qsort((void *)sopt, sofar, sizeof(sopt[0]), opt_compare);
opt = sopt[i].p;
(void) free(sopt);
register option_t *sopt;
for (sopt = opt; sopt->name != NULL; ++sopt, hash_tblcnt++) {
he->opt.p = sopt;
loc = opt_hash(sopt->name);
strcmp(sopt->name, bucket->opt.p->name) == 0) {
sopt->name);
opt_t *sopt;
char *nextopt, *comma, *sopt;
for (sopt = optarg; sopt != NULL; sopt = nextopt) {
comma = strchr(sopt, ',');
ret = setsubopt(ctx, &mdata, sopt);
sopt++;
if (sopt) {
if (sopt && !number_read) printf("No news.\n");
int sopt = 0; /* 1 says -s specified */
static int sopt = 0; /* 1 = who -s */
if (!sopt) terse = 0;
sopt = 1;
if (!sopt) terse = 0;
if (sopt == 1) {
sopt = 0;
struct sctpopt sopt;
sopt.sopt_aid = id;
sopt.sopt_name = opt;
sopt.sopt_val = arg;
sopt.sopt_len = *len;
if (ioctl(sock, SIOCSCTPGOPT, &sopt) == -1) {
*len = sopt.sopt_len;
struct sctpopt sopt;
sopt.sopt_aid = id;
sopt.sopt_name = optname;
sopt.sopt_val = optval;
sopt.sopt_len = len;
if (ioctl(sock, SIOCSCTPGOPT, &sopt) == -1) {
*optlen = sopt.sopt_len;
struct ipw2100_scan_options sopt;
sopt.flags = LE_32(0);
sopt.channels = LE_32(sc->sc_chmask >> 1);
&sopt, sizeof (sopt));