Lines Matching refs:malloc
264 fn = malloc(strlen(dirname) + strlen(de->d_name) + 2);
307 profile = malloc(sizeof(struct _profile_t));
464 prf = malloc(sizeof(struct _prf_file_t));
495 expanded_filename = malloc(len);
1069 char *p = malloc(sz);
1084 new = malloc(sizeof(struct profile_node));
1294 if ((iter = malloc(sizeof(struct profile_iterator))) == NULL)
1508 *ret_string = malloc(strlen(value)+1);
1668 *ret_name = malloc(strlen(name)+1);
1677 *ret_value = malloc(strlen(value)+1);