Searched refs:xnmalloc (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | xalloc.h | 51 void *xnmalloc (size_t n, size_t s); 82 # define XMALLOC(type, n) xnmalloc (n, sizeof (type))
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | xalloc.h | 49 void *xnmalloc (size_t n, size_t s);
|
H A D | xmalloc.c | 58 xnmalloc (size_t n, size_t s) in xnmalloc() function
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | cvsrc.c | 118 new_argv = xnmalloc (max_new_argv, sizeof (char *)); in read_cvsrc()
|
H A D | modules.c | 246 modargv = xnmalloc (2, sizeof (*modargv)); in my_module() 263 modargv = xnmalloc (2, sizeof (*modargv)); in my_module() 271 modargv = xnmalloc (2, sizeof (*modargv)); in my_module()
|
H A D | ignore.c | 253 s_ign_list = xnmalloc (ign_count, sizeof (char *)); in ign_add()
|
H A D | hash.c | 469 array = xnmalloc (n, sizeof (Node *)); in sortlist()
|
H A D | filesubr.c | 889 *pargv = xnmalloc (argc, sizeof (char *)); in expand_wild()
|
H A D | admin.c | 131 dat->av = xnmalloc (dat->av_alloc, sizeof (*dat->av)); in arg_add()
|
H A D | main.c | 348 synonyms = xnmalloc (numcmds, sizeof(char *)); in cmd_synonyms()
|
H A D | subr.c | 187 *argv = xnmalloc (argv_allocated, sizeof (**argv)); in line2argv()
|
H A D | history.c | 1137 cpstart = xnmalloc (2, STAT_BLOCKSIZE (st_buf)); in read_hrecs_file()
|
H A D | client.c | 2692 modules_vector = xnmalloc (modules_allocated, in handle_module_expansion() 2719 module_argv = xnmalloc (argc + 1, sizeof (module_argv[0])); in client_expand_modules()
|
H A D | commit.c | 504 find_args.argv = xnmalloc (find_args.argc, sizeof (char **)); in commit()
|
H A D | ChangeLog | 868 * client.c (update_entries): Use xnmalloc. 928 * hash.c (sortlist): Use xnmalloc. 1026 * client.c (handle_module_expansion): Use xnmalloc, xnrealloc, 1032 * modules.c (my_module): Use xnmalloc and xnrealloc. Gratuitous 1057 * commit.c (commit): Use xnmalloc. Gratuitous reformatting. 1142 * filesubr.c (expand_wild): Use xnmalloc instead of xmalloc. 1209 * admin.c (arg_add): Use xnmalloc and xnrealloc. 1210 (admin): Use xnmalloc. Minor reformatting. 1212 * client.c (client_expand_modules): Use xnmalloc. 1214 * cvsrc.c (read_cvsrc): Use xnmalloc and xnrealloc.
|
H A D | server.c | 6889 response = xnmalloc (num_msg, sizeof (struct pam_response)); in cvs_pam_conv()
|