Searched refs:copy_string (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 73 static void copy_string(char *d, char *s, int maxlen); 461 copy_string(s, sysid, 32); in get_attr() 463 copy_string(s, volid, 32); in get_attr() 466 copy_string(s, volsetid, 128); in get_attr() 468 copy_string(s, pubid, 128); in get_attr() 470 copy_string(s, prepid, 128); in get_attr() 472 copy_string(s, applid, 128); in get_attr() 474 copy_string(s, copyfile, 37); in get_attr() 476 copy_string(s, absfile, 37); in get_attr() 478 copy_string(s, bibfile, 37); in get_attr() [all …]
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 1044 copy_string(char **to, char *from) in copy_string() function 1069 retcode = copy_string(&to->idmap_id_u.sid.prefix, in copy_id() 1094 retcode = copy_string(&mapping->id1domain, request->id1domain); in copy_mapping() 1098 retcode = copy_string(&mapping->id1name, request->id1name); in copy_mapping() 1106 retcode = copy_string(&mapping->id2domain, request->id2domain); in copy_mapping() 1109 retcode = copy_string(&mapping->id2name, request->id2name); in copy_mapping()
|