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

/solaris-userland/components/krb5/Solaris/
H A Dkadm_host_srv_names.c127 tmp_srv_names = calloc(sl.nservers + 1, sizeof (char *));
175 tmp_srv_names = calloc(sl.nservers + 1, sizeof (char *));
224 tmp_srv_names = calloc(sl.nservers + 1, sizeof (char *));
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c219 if ((bus = calloc(sizeof (*bus), 1)) == NULL) {
341 if ((hdl = calloc(sizeof (*hdl), 1)) == NULL) {
346 if ((info = calloc(sizeof (*info), 1)) == NULL) {
1719 if ((hdl->device->config = calloc(len, 1)) == NULL) {
1843 calloc(extralen, 1)) == NULL) {
1857 if ((hdl->device->config[index].interface = calloc(len, 1)) ==
1945 calloc(len, 1)) == NULL) {
2040 altsetting[alt].extra = calloc(extralen, 1)) == NULL) {
2060 endpoint = calloc(len, 1)) == NULL) {
2160 calloc(extrale
[all...]

Completed in 26 milliseconds