Home | History | Annotate | Download | only in co

Lines Matching full:calloc

682     dirName = (char*) calloc(1, path_len+1);
785 dirName= (char*) calloc(1, strlen(p_path)); /* <--- this can cause problems */
787 dirName= (char*) calloc(1, strlen(p_path) + 1);