Searched refs:pubid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c33 * pubid: publisher identifier (d-characters, 128 max)
75 char *pubid; variable
117 if (match("pubid=")) {
118 pubid = string;
315 copystring(pubid, (char *)HSV_pub_id(hs_buf), 128);
326 copystring(pubid, (char *)ISO_pub_id(unix_buf), 128);
341 copystring(pubid, (char *)ISO_pub_id(iso_buf), 128);
362 pubid = (char *)HSV_pub_id(hs_buf);
378 pubid = (char *)ISO_pub_id(iso_buf);
394 pubid
[all...]
/illumos-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm211 my ($obj, $base, $sysid, $pubid) = @_;
214 $pubid = '' if !$pubid;
215 print "external: base $base\nexternal: sysid $sysid\nexternal: pubid $pubid\n";
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c393 char *pubid; local
412 pubid = (char *)HSV_pub_id(h->hs_buf);
429 pubid = (char *)ISO_pub_id(h->iso_buf);
446 pubid = (char *)ISO_pub_id(h->unix_buf);
468 copy_string(s, pubid, 128);

Completed in 70 milliseconds