Searched refs:filealloc (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | netrc.c | 345 char *filealloc = NULL; in Curl_parsenetrc() local 385 filealloc = aprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc() 386 if(!filealloc) { in Curl_parsenetrc() 390 retcode = parsenetrc(store, host, loginp, passwordp, filealloc); in Curl_parsenetrc() 391 free(filealloc); in Curl_parsenetrc() 395 filealloc = aprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc() 396 if(!filealloc) { in Curl_parsenetrc() 400 retcode = parsenetrc(store, host, loginp, passwordp, filealloc); in Curl_parsenetrc() 401 free(filealloc); in Curl_parsenetrc()
|
Completed in 3 milliseconds