Searched refs:nalloc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | mini_inetd.c | 93 int n, nalloc, i; in mini_inetd_addrinfo() local 98 for (nalloc = 0, a = ai; a != NULL; a = a->ai_next) in mini_inetd_addrinfo() 99 ++nalloc; in mini_inetd_addrinfo() 101 fds = malloc (nalloc * sizeof(*fds)); in mini_inetd_addrinfo()
|
| /freebsd-14.2/usr.bin/mail/ |
| H A D | main.c | 232 cc = cat(cc, nalloc(optarg, GCC)); in main() 238 bcc = cat(bcc, nalloc(optarg, GBCC)); in main() 258 to = cat(to, nalloc(argv[i], GTO)); in main() 260 smopts = cat(smopts, nalloc(argv[i], 0)); in main()
|
| H A D | send.c | 439 cat(hp->h_to, nalloc(np->n_name, np->n_type)); in fixhead() 442 cat(hp->h_cc, nalloc(np->n_name, np->n_type)); in fixhead() 445 cat(hp->h_bcc, nalloc(np->n_name, np->n_type)); in fixhead()
|
| H A D | names.c | 54 nalloc(char str[], int ntype) in nalloc() function 101 t = nalloc(nbuf, ntype); in extract() 512 np = nalloc(cp, ntype); in gexpand()
|
| H A D | extern.h | 39 struct name *nalloc(char *, int);
|
| /freebsd-14.2/contrib/expat/tests/ |
| H A D | minicheck.c | 95 int nalloc = tc->allocated + 100; in tcase_add_test() local 96 size_t new_size = sizeof(tcase_test_function) * nalloc; in tcase_add_test() 101 tc->allocated = nalloc; in tcase_add_test()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | misc.c | 1094 u_int nalloc; in addargs() local 1103 nalloc = args->nalloc; in addargs() 1105 nalloc = 32; in addargs() 1109 else if (args->num >= args->nalloc) in addargs() 1111 else if (args->num+2 >= nalloc) in addargs() 1112 nalloc *= 2; in addargs() 1114 args->list = xrecallocarray(args->list, args->nalloc, in addargs() 1115 nalloc, sizeof(char *)); in addargs() 1116 args->nalloc = nalloc; in addargs() 1133 if (args->list == NULL || args->num >= args->nalloc) in replacearg() [all …]
|
| H A D | misc.h | 122 u_int nalloc; member
|
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | t4_main.c | 4479 int rc, itype, navail, nalloc; in cfg_itype_and_nqueues() local 4497 nalloc = iaq->nirq; in cfg_itype_and_nqueues() 4500 rc = pci_alloc_msix(sc->dev, &nalloc); in cfg_itype_and_nqueues() 4502 rc = pci_alloc_msi(sc->dev, &nalloc); in cfg_itype_and_nqueues() 4504 if (rc == 0 && nalloc > 0) { in cfg_itype_and_nqueues() 4505 if (nalloc == iaq->nirq) in cfg_itype_and_nqueues() 4514 itype, iaq->nirq, nalloc); in cfg_itype_and_nqueues() 4516 navail = nalloc; in cfg_itype_and_nqueues() 4522 itype, rc, iaq->nirq, nalloc); in cfg_itype_and_nqueues()
|