Searched refs:pubid (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/hsfs/labelit/ |
H A D | labelit.c | 75 char *pubid; variable 118 pubid = string; in main() 315 copystring(pubid, (char *)HSV_pub_id(hs_buf), 128); in updatelabel() 326 copystring(pubid, (char *)ISO_pub_id(unix_buf), 128); in updatelabel() 341 copystring(pubid, (char *)ISO_pub_id(iso_buf), 128); in updatelabel() 362 pubid = (char *)HSV_pub_id(hs_buf); in prntlabel() 378 pubid = (char *)ISO_pub_id(iso_buf); in prntlabel() 394 pubid = (char *)ISO_pub_id(unix_buf); in prntlabel() 415 prntstring("Publisher id", pubid, 128); in prntlabel()
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | xmlHandlers.pm | 211 my ($obj, $base, $sysid, $pubid) = @_; 214 $pubid = '' if !$pubid; 215 print "external: base $base\nexternal: sysid $sysid\nexternal: pubid $pubid\n";
|
/titanic_41/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 393 char *pubid; in get_attr() local 412 pubid = (char *)HSV_pub_id(h->hs_buf); in get_attr() 429 pubid = (char *)ISO_pub_id(h->iso_buf); in get_attr() 446 pubid = (char *)ISO_pub_id(h->unix_buf); in get_attr() 468 copy_string(s, pubid, 128); in get_attr()
|