Searched refs:attrstr (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs_attr_002_pos.ksh | 121 typeset attrstr="$($LS -d/ c $obj | $SED '1d; s/.*{\(.*\)}.*/\1/g')" 124 [[ $attrstr =~ $attr ]] || log_fail "$op $attr -> $attrstr" 126 [[ $attrstr =~ $attr ]] && log_fail "$op $attr -> $attrstr"
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | devtab.c | 709 if (ent->attrstr = malloc(strlen(record)+1)) { in _getdevtabent() 710 q = ent->attrstr; in _getdevtabent() 726 ent->attrstr = NULL; /* For now */ in _getdevtabent() 874 if (ent->attrstr) free(ent->attrstr); in _freedevtabent()
|
H A D | putdev.c | 456 devtabent->attrstr = NULL; /* string */ in mkdevtabent() 656 size = (strlen(rec->attrstr)*2)+1; /* Max rec size */ in _putdevtabrec() 659 p = strcatesc(buf, rec->attrstr); /* Copy "escaped" */ in _putdevtabrec()
|
/titanic_44/usr/src/cmd/tnf/prex/ |
H A D | expr.c | 68 static void matchvals(spec_t * spec_p, char *attrstr, 241 char *attrstr, in matchvals() argument
|
/titanic_44/usr/src/lib/libadm/inc/ |
H A D | devtab.h | 122 char *attrstr; /* String containing attributes */ member
|
/titanic_44/usr/src/cmd/flowadm/ |
H A D | flowadm.c | 332 char attrstr[DLADM_STRSIZE]; in do_add_flow() local 338 bzero(attrstr, DLADM_STRSIZE); in do_add_flow() 360 (void) strlcat(attrstr, optarg, DLADM_STRSIZE); in do_add_flow() 361 if (strlcat(attrstr, ",", DLADM_STRSIZE) >= in do_add_flow() 363 die("attribute list too long '%s'", attrstr); in do_add_flow() 391 if (dladm_parse_flow_attrs(attrstr, &attrlist, B_FALSE) in do_add_flow()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 1653 char attrstr[8]; in dt_setcontext() local 1703 attrstr, sizeof (attrstr)), yypcb->pcb_pinfo.dtp_argc); in dt_setcontext()
|