Home
last modified time | relevance | path

Searched refs:nextattr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c1291 char *nextattr; in parse_attr_args() local
1416 if ((nextattr = strpbrk(subentry, in parse_attr_args()
1418 *nextattr = '\0'; in parse_attr_args()
1419 nextattr++; in parse_attr_args()
1425 subentry = nextattr; in parse_attr_args()
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl2door.h201 picl_prophdl_t nextattr; /* next attribute handle */ member
H A Dpicl.c586 *nextprop = ret->ret_nextattr.nextattr; in picl_get_next_prop()
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c593 err = ptree_get_next_prop(ptreeh, &ret.nextattr); in picld_get_next_attr()
597 cvt_ptree2picl(&ret.nextattr); in picld_get_next_attr()