Searched refs:lopt (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c521 timeout_act_error(const char *lopt, const char *badact) argument
537 lopt, badact, opts);
546 timeout_act_str2int(const char *lopt, const char *acts) argument
564 timeout_act_error(lopt, o);
683 const char *lopt; local
748 lopt = longopts[longindex].name;
749 if (!strcmp(lopt, "pretimeout")) {
750 pretimeout = fetchtimeout(0, lopt, optarg, 0);
751 } else if (!strcmp(lopt, "pretimeout-action")) {
752 pretimeout_act = timeout_act_str2int(lopt,
[all...]
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-gram.y361 struct assignment *lopt;
365 lopt = find(as, "long");
366 if(lopt == NULL)
367 lopt = find(as, "name");
368 if(lopt == NULL)
373 asprintf(&s, "%s_flag", lopt->u.value);
375 asprintf(&s, "%s_%s", lopt->u.value, type->u.value);
531 struct assignment *lopt = find(tmp->u.assignment, "long");
539 if(lopt)
540 fprintf(cfile, "\"%s\", ", lopt
[all...]
H A Dslc-gram.c1873 struct assignment *lopt;
1877 lopt = find(as, "long");
1878 if(lopt == NULL)
1879 lopt = find(as, "name");
1880 if(lopt == NULL)
1885 asprintf(&s, "%s_flag", lopt->u.value);
1887 asprintf(&s, "%s_%s", lopt->u.value, type->u.value);
2043 struct assignment *lopt = find(tmp->u.assignment, "long");
2051 if(lopt)
2052 fprintf(cfile, "\"%s\", ", lopt
1870 struct assignment *lopt; local
2040 struct assignment *lopt = find(tmp->u.assignment, "long"); local
[all...]
/freebsd-current/tests/sys/netinet/
H A Dtcp_connect_port_test.c169 const struct linger lopt = { 1, 0 }; local
216 error = setsockopt(csock, SOL_SOCKET, SO_LINGER, &lopt,
217 sizeof(lopt));
H A Dso_reuseport_lb_test.c54 const struct linger lopt = { 1, 0 }; local
74 error = setsockopt(sd, SOL_SOCKET, SO_LINGER, &lopt, sizeof(lopt));
/freebsd-current/usr.sbin/service/
H A Dservice.sh57 l) LIST=lopt ;;
/freebsd-current/contrib/bc/tests/
H A Dother.sh93 lopt="extended-register"
99 lopt="mathlib"
424 "$exe" "$@" "--$lopt" -e "$exprs" > /dev/null 2> "$out2"
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c161 const char *lopt; local
234 lopt = longopts[longindex].name;
235 if (!strcmp(lopt, "minthreads")) {
237 } else if (!strcmp(lopt, "maxthreads")) {

Completed in 192 milliseconds