Searched refs:optsz (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c461 int optsz; local
472 optsz = sizeof (struct linger);
483 optsz = sizeof (struct linger);
503 optsz = sizeof (int);
513 topt->len = optsz;
515 oreq.opt.len = sizeof (struct opthdr) + optsz;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c314 * optsz - 0 if option does not accept a value. If option does
322 const char *opt, size_t optsz, int cbfunc(int))
324 if (optsz == 0) {
336 ((arg[optsz] == '=') && strncmp(arg, opt, optsz) == 0)) {
343 if (arg[optsz] == '\0') {
368 optarg = &arg[optsz];
321 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c, const char *opt, size_t optsz, int cbfunc(int)) argument
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c780 void nv_addtype(Namval_t *np, const char *optstr, Optdisc_t *op, size_t optsz) argument
782 Namdecl_t *cp = newof((Namdecl_t*)0,Namdecl_t,1,optsz);
791 memcpy((void*)dp,(void*)op, optsz);

Completed in 296 milliseconds