Lines Matching refs:malloc
95 #include <malloc.h>
740 local_data_address = malloc(HOSTNAMESIZE);
1299 /* of the transport. This buffer will be malloc'd after we have found */
1996 /* of the transport. This buffer will be malloc'd after we have found */
2705 /* of the transport. This buffer will be malloc'd after we have found */
3473 /* of the transport. This buffer will be malloc'd after we have found */
8722 message = (char *)malloc(DATABUFFERLEN);
8724 printf("malloc(%d) failed!\n", DATABUFFERLEN);
9160 myaddr = (struct sockaddr_storage *)malloc(sizeof(struct sockaddr_storage));
9162 printf("malloc(%d) failed!\n", sizeof(struct sockaddr_storage));
9764 message = (char *)malloc(DATABUFFERLEN);
9766 printf("malloc(%d) failed!\n", DATABUFFERLEN);
11808 message = (char *)malloc(DATABUFFERLEN);
11810 printf("malloc(%d) failed!\n", DATABUFFERLEN);
12176 remote_data_address = malloc(strlen(arg1)+1);
12187 local_data_address = malloc(strlen(arg1)+1);
12259 /* send_size buffers malloc'd in the */