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

/freebsd-10.3-release/usr.sbin/watchdogd/
H A Dwatchdogd.c529 timeout_act_error(const char *lopt, const char *badact) argument
545 lopt, badact, opts);
554 timeout_act_str2int(const char *lopt, const char *acts) argument
572 timeout_act_error(lopt, o);
690 const char *lopt; local
751 lopt = longopts[longindex].name;
752 if (!strcmp(lopt, "pretimeout")) {
753 pretimeout = fetchtimeout(0, lopt, optarg, 0);
754 } else if (!strcmp(lopt, "pretimeout-action")) {
755 pretimeout_act = timeout_act_str2int(lopt,
[all...]
/freebsd-10.3-release/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-10.3-release/usr.sbin/service/
H A Dservice.sh53 l) LIST=lopt ;;
/freebsd-10.3-release/usr.sbin/nfsd/
H A Dnfsd.c163 const char *lopt; local
212 lopt = longopts[longindex].name;
213 if (!strcmp(lopt, "minthreads")) {
215 } else if (!strcmp(lopt, "maxthreads")) {
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c20454 struct arm_long_option_table *lopt;
20516 for (lopt = arm_long_opts; lopt->option != NULL; lopt++)
20519 if (c == lopt->option[0]
20521 && strncmp (arg, lopt->option + 1,
20522 strlen (lopt->option + 1)) == 0)
20526 if (lopt->deprecated != NULL)
20528 _(lopt->deprecated));
20532 return lopt local
20440 struct arm_long_option_table *lopt; local
[all...]

Completed in 111 milliseconds