Searched refs:xcalloc (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-13-stable/crypto/openssh/
H A Dmonitor.c1113 resp = xcalloc(num, sizeof(char *));
1774 mon = xcalloc(1, sizeof(*mon));
H A Dssh.c606 saved_av = xcalloc(ac + 1, sizeof(*saved_av));
1404 sensitive_data.keys = xcalloc(sensitive_data.nkeys,
H A Dauth.c935 child_env = xcalloc(sizeof(*child_env), envsize);
H A Dhostfile.c224 struct hostkeys *ret = xcalloc(1, sizeof(*ret));
H A Dssh_namespace.h859 #define xcalloc Fssh_xcalloc macro
H A Dservconf.c1935 *chararrayptr = xcalloc(1,
2346 dst->s = xcalloc(src->num_s, sizeof(*dst->s)); \
H A Dchannels.c237 sc->channels = xcalloc(sc->channels_alloc, sizeof(*sc->channels));
385 c = sc->channels[found] = xcalloc(1, sizeof(Channel));
964 cc = xcalloc(1, sizeof(*cc));
4622 *chanids = xcalloc(num_socks + 1, sizeof(**chanids));
H A Dscp.c407 newargv = xcalloc(MAXIMUM(argc + 1, 1), sizeof(*newargv));
H A Dsshconnect.c1445 padded = xcalloc(1, size);
H A Dumac.c1224 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY);
H A Dsftp.c1839 list = xcalloc((sizeof(cmds) / sizeof(*cmds)) + 1, sizeof(char *));
H A Dsession.c1031 env = xcalloc(envsize, sizeof(char *));
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c689 xhash = xcalloc(hashlength * hashwidth, 1);
H A Dsh.exp.c956 struct wordent *new = xcalloc(1, sizeof *wdp);
H A Dsh.proc.c762 pp = xcalloc(1, sizeof(struct process));
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c4881 newdtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr));
4996 dtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr));
5076 dtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr));
5426 obj->vertab = xcalloc(obj->vernum, sizeof(Ver_Entry));

Completed in 235 milliseconds

1234