Home | History | Annotate | Download | only in src

Lines Matching refs:whine_malloc

114   else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *))))
433 !(big_name = (union bigname *)whine_malloc(sizeof(union bigname))))
696 (lookup = whine_malloc(sizeof(struct crec))))
836 (cache = whine_malloc(sizeof(struct crec) +
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME)))
971 if (!(ah1 = whine_malloc(sizeof(struct hostsfile))))
974 if (!(path = whine_malloc(lendir + lenfile + 2)))
1085 crec = whine_malloc(sizeof(struct crec));
1105 aliasc = whine_malloc(sizeof(struct crec));
1135 if (!addrbuff && !(addrbuff = whine_malloc(ADDRSTRLEN)))