Searched refs:filealloc (Results 1 – 1 of 1) sorted by relevance
218 char *filealloc = NULL; in Curl_parsenetrc() local249 filealloc = curl_maprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc()250 if(!filealloc) { in Curl_parsenetrc()255 password_changed, filealloc); in Curl_parsenetrc()256 free(filealloc); in Curl_parsenetrc()260 filealloc = curl_maprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()261 if(!filealloc) { in Curl_parsenetrc()266 password_changed, filealloc); in Curl_parsenetrc()267 free(filealloc); in Curl_parsenetrc()