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

/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c523 timeout_act_error(const char *lopt, const char *badact) argument
539 lopt, badact, opts);
548 timeout_act_str2int(const char *lopt, const char *acts) argument
566 timeout_act_error(lopt, o);
685 const char *lopt; local
750 lopt = longopts[longindex].name;
751 if (!strcmp(lopt, "pretimeout")) {
752 pretimeout = fetchtimeout(0, lopt, optarg, 0);
753 } else if (!strcmp(lopt, "pretimeout-action")) {
754 pretimeout_act = timeout_act_str2int(lopt,
[all...]
/freebsd-13-stable/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-13-stable/contrib/bc/tests/
H A Dother.sh65 lopt="extended-register"
70 lopt="mathlib"
229 "$exe" "$@" "--$lopt" -e "$exprs" > /dev/null 2> "$out2"
/freebsd-13-stable/tests/sys/netinet/
H A Dso_reuseport_lb_test.c57 const struct linger lopt = { 1, 0 }; local
77 error = setsockopt(sd, SOL_SOCKET, SO_LINGER, &lopt, sizeof(lopt));
H A Dtcp_connect_port_test.c172 const struct linger lopt = { 1, 0 }; local
219 error = setsockopt(csock, SOL_SOCKET, SO_LINGER, &lopt,
220 sizeof(lopt));
/freebsd-13-stable/usr.sbin/service/
H A Dservice.sh57 l) LIST=lopt ;;
/freebsd-13-stable/usr.sbin/nfsd/
H A Dnfsd.c175 const char *lopt; local
248 lopt = longopts[longindex].name;
249 if (!strcmp(lopt, "minthreads")) {
251 } else if (!strcmp(lopt, "maxthreads")) {

Completed in 120 milliseconds