Home
last modified time | relevance | path

Searched refs:badopt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dgetopt.c40 badopt( in badopt() function
94 return (badopt(": unknown option -", c)); in ntp_getopt()
103 return (badopt(": option requires argument -", c)); in ntp_getopt()
/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c180 int badopt; member
513 if (gctx->tmptag.badopt != 0) in bootpc_received()
1352 if (tctx->badtag != 0 || tctx->badopt != 0) in bootpc_tag_helper()
1365 tctx->badopt = 1; in bootpc_tag_helper()
1392 tctx->badopt = 0; in bootpc_tag()
1414 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0) in bootpc_tag()