Lines Matching refs:ecalloc
72 name = p = (char *) ecalloc(strlen(str)+1, sizeof(char)); in shell_unquote()
190 newstr = p = (char *) ecalloc(len, sizeof(char)); in shell_quote()
270 pathname = (char *) ecalloc(_MAX_PATH, sizeof(char)); in homefile()
347 e = (char *) ecalloc(n+1, sizeof(char)); in fexpand()
415 fpat = (char *) ecalloc(len, sizeof(char)); in fcomplete()
424 fpat = (char *) ecalloc(len, sizeof(char)); in fcomplete()
519 buf = (char *) ecalloc(len, sizeof(char)); in readfd()
532 p = (char *) ecalloc(len, sizeof(char)); in readfd()
572 scmd = (char *) ecalloc(len, sizeof(char)); in shellcmd()
631 gfilename = (char *) ecalloc(length, sizeof(char)); in lglob()
670 gfilename = (char *) ecalloc(len, sizeof(char)); in lglob()
674 pfilename = (char *) ecalloc(n, sizeof(char)); in lglob()
689 p = (char *) ecalloc(len, sizeof(char)); in lglob()
737 cmd = (char *) ecalloc(len, sizeof(char)); in lglob()
881 cmd = (char *) ecalloc(len, sizeof(char)); in open_altfile()
973 cmd = (char *) ecalloc(len, sizeof(char)); in close_altfile()
1027 m = (char *) ecalloc(strlen(filename) + sizeof(is_a_dir), in bad_file()
1047 m = (char *) ecalloc(strlen(filename) + sizeof(not_reg), in bad_file()