Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c189 const char *opt, size_t optsz, int (*cbfunc)(int)) in str2chr() argument
191 if (optsz == 0) { in str2chr()
203 ((arg[optsz] == '=') && strncmp(arg, opt, optsz) == 0)) { in str2chr()
210 if (arg[optsz] == '\0') { in str2chr()
235 optarg = &arg[optsz]; in str2chr()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c459 int optsz; in __rpc_tli_set_options() local
470 optsz = sizeof (struct linger); in __rpc_tli_set_options()
481 optsz = sizeof (struct linger); in __rpc_tli_set_options()
501 optsz = sizeof (int); in __rpc_tli_set_options()
511 topt->len = optsz; in __rpc_tli_set_options()
513 oreq.opt.len = sizeof (struct opthdr) + optsz; in __rpc_tli_set_options()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c797 void nv_addtype(Namval_t *np, const char *optstr, Optdisc_t *op, size_t optsz) in nv_addtype() argument
799 Namdecl_t *cp = newof((Namdecl_t*)0,Namdecl_t,1,optsz); in nv_addtype()
808 memcpy((void*)dp,(void*)op, optsz); in nv_addtype()