Lines Matching refs:ecalloc
69 name = p = (char *) ecalloc(strlen(str)+1, sizeof(char));
200 newstr = np = (char *) ecalloc(len, sizeof(char));
293 pathname = (char *) ecalloc(_MAX_PATH, sizeof(char));
392 e = (char *) ecalloc(n, sizeof(char));
435 fpat = (char *) ecalloc(len, sizeof(char));
444 fpat = (char *) ecalloc(len, sizeof(char));
573 scmd = (char *) ecalloc(len, sizeof(char));
632 gfilename = (char *) ecalloc(length, sizeof(char));
671 gfilename = (char *) ecalloc(len, sizeof(char));
675 pfilename = (char *) ecalloc(n, sizeof(char));
690 p = (char *) ecalloc(len, sizeof(char));
739 cmd = (char *) ecalloc(len, sizeof(char));
900 cmd = (char *) ecalloc(len, sizeof(char));
991 cmd = (char *) ecalloc(len, sizeof(char));
1045 m = (char *) ecalloc(strlen(filename) + sizeof(is_a_dir),
1065 m = (char *) ecalloc(strlen(filename) + sizeof(not_reg),