Searched refs:copy_string (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c73 static void copy_string(char *d, char *s, int maxlen);
461 copy_string(s, sysid, 32);
463 copy_string(s, volid, 32);
466 copy_string(s, volsetid, 128);
468 copy_string(s, pubid, 128);
470 copy_string(s, prepid, 128);
472 copy_string(s, applid, 128);
474 copy_string(s, copyfile, 37);
476 copy_string(s, absfile, 37);
478 copy_string(
490 copy_string(char *d, char *s, int maxlen) function
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c1027 copy_string(char **to, char *from) function
1052 retcode = copy_string(&to->idmap_id_u.sid.prefix,
1077 retcode = copy_string(&mapping->id1domain, request->id1domain);
1081 retcode = copy_string(&mapping->id1name, request->id1name);
1089 retcode = copy_string(&mapping->id2domain, request->id2domain);
1092 retcode = copy_string(&mapping->id2name, request->id2name);

Completed in 62 milliseconds