Searched refs:xcalloc (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dxfuncs.c63 extern void *xcalloc(size_t nmemb, size_t size) function
H A Dunarchive.c303 typed = (file_header_t *) xcalloc(1, sizeof(file_header_t));
333 typed->name = xcalloc(1, 16);
393 cpio_entry = (file_header_t *) xcalloc(1, sizeof(file_header_t));
400 cpio_entry->name = (char *) xcalloc(1, namesize);
424 cpio_entry->link_name = (char *) xcalloc(1, cpio_entry->size + 1);
528 tar_entry = xcalloc(1, sizeof(file_header_t));
H A Dfind_pid_by_name.c70 pid_array = (pid_t*) xcalloc( num_pids+10, sizeof(pid_t));
H A Dlibbb.h141 extern void *xcalloc(size_t nmemb, size_t size);
H A Dinterface.c85 #define new(p) ((p) = xcalloc(1,sizeof(*(p))))
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dxargs.c78 execstr = xcalloc(strlen(cmd_to_be_executed) +
H A Dgunzip.c133 of_name = (char *) xcalloc(sizeof(char), length + 1);
H A Dlogger.c147 message=xcalloc(1, 1);
H A Dcut.c147 char *printed = xcalloc(strlen(line), sizeof(char));
184 printed = xcalloc(strlen(line), sizeof(char));
H A Dls.c303 p= (struct dnode **)xcalloc((size_t)num, (size_t)(sizeof(struct dnode *)));
873 av= (char **)xcalloc((size_t)1, (size_t)(sizeof(char *)));
877 av= (char **)xcalloc((size_t)ac, (size_t)(sizeof(char *)));
H A Dps.c213 pid_array = (pid_t*) xcalloc( num_pids+10, sizeof(pid_t));
H A Dlash.c980 job->cmdbuf = command = xcalloc(2*strlen(*command_ptr) + 1, sizeof(char));
1409 command = (char *) xcalloc(BUFSIZ, sizeof(char));
1426 command = (char *) xcalloc(BUFSIZ, sizeof(char));
1440 command = (char *) xcalloc(BUFSIZ, sizeof(char));
H A Dmount.c299 mntentlist = (struct k_mntent *) xcalloc ( numfilesystems, sizeof(struct k_mntent));
H A Ddpkg.c506 common_node_t *new_node = (common_node_t *) xcalloc(1, sizeof(common_node_t));
671 char *old_sep = (char *)xcalloc(1, 3);
672 char *new_sep = (char *)xcalloc(1, 3);
H A Dcmdedit.c337 char *prmt_mem_ptr = xcalloc(1, 1);
370 pbuf = xcalloc(256, 1);
H A Dutility.c1262 pid_array = (pid_t*) xcalloc( num_pids+10, sizeof(pid_t));
1374 extern void *xcalloc(size_t nmemb, size_t size) function
H A Dinterface.c86 #define new(p) ((p) = xcalloc(1,sizeof(*(p))))
H A Dinsmod.c3190 f->local_symtab = xcalloc(j, sizeof(struct obj_symbol *));

Completed in 139 milliseconds