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

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-bootp.c378 u_int8_t uc, subopt, suboptlen; local
671 subopt = *bp++;
676 tok2str(agent_suboption_values, "Unknown", subopt),
677 subopt,
684 tok2str(agent_suboption_values, "Unknown", subopt),
685 subopt,
687 switch (subopt) {
/freebsd-10.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c488 int32_t count, subopt; local
498 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
499 switch (subopt) {
543 int32_t count, subopt; local
553 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
554 switch (subopt) {
596 int32_t count, subopt; local
606 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
607 switch (subopt) {
638 int32_t count, subopt, saved_errn local
724 int32_t cut_dflt, len, subopt; local
[all...]
/freebsd-10.3-release/contrib/sendmail/src/
H A Dreadcf.c2944 char *subopt; local
2983 subopt = strchr(val, '.');
2984 if (subopt != NULL)
2985 *subopt++ = '\0';
3038 subopt = NULL;
3041 if (subopt != NULL && !bitset(OI_SUBOPT, o->o_flags))
3045 OPTNAME, subopt);
3046 subopt = NULL;
3054 OPTNAME, opt, subopt == NULL ? "" : ".",
3055 subopt
[all...]
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c151 const char *subopt; member in struct:ctladm_opts
203 ctladm_cmdargs *argnum, const char **subopt);
246 ctladm_cmdargs *argnum, const char **subopt)
256 *subopt = opts->subopt;
431 const char *subopt; local
435 &argnum, &subopt);
743 const char *subopt; local
755 &err_type, &argnum, &subopt);
761 &pattern, &argnum, &subopt);
245 getoption(struct ctladm_opts *table, char *arg, uint32_t *cmdnum, ctladm_cmdargs *argnum, const char **subopt) argument
3969 const char *subopt = NULL; local
[all...]
/freebsd-10.3-release/sbin/camcontrol/
H A Dcamcontrol.c146 const char *subopt; member in struct:camcontrol_opts
257 const char **subopt);
342 cam_argmask *argnum, const char **subopt)
352 *subopt = opts->subopt;
7291 const char *subopt; local
7320 &argnums, &subopt);
8966 const char *subopt = NULL; local
8987 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt);
9046 if (subopt !
341 getoption(struct camcontrol_opts *table, char *arg, uint32_t *cmdnum, cam_argmask *argnum, const char **subopt) argument
[all...]
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c20247 int (* func) (char * subopt); /* Function to decode sub-option. */

Completed in 170 milliseconds