Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dti_opts.c461 int optsz; in __rpc_tli_set_options() local
472 optsz = sizeof (struct linger); in __rpc_tli_set_options()
483 optsz = sizeof (struct linger); in __rpc_tli_set_options()
503 optsz = sizeof (int); in __rpc_tli_set_options()
513 topt->len = optsz; in __rpc_tli_set_options()
515 oreq.opt.len = sizeof (struct opthdr) + optsz; in __rpc_tli_set_options()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dutil.c322 const char *opt, size_t optsz, int cbfunc(int)) in str2chr() argument
324 if (optsz == 0) { in str2chr()
336 ((arg[optsz] == '=') && strncmp(arg, opt, optsz) == 0)) { in str2chr()
343 if (arg[optsz] == '\0') { in str2chr()
368 optarg = &arg[optsz]; in str2chr()
/titanic_50/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) in nv_addtype() argument
782 Namdecl_t *cp = newof((Namdecl_t*)0,Namdecl_t,1,optsz); in nv_addtype()
791 memcpy((void*)dp,(void*)op, optsz); in nv_addtype()