Lines Matching refs:retcode
65 int retcode = NETRC_FILE_MISSING;
151 retcode = NETRC_FAILED;
178 retcode = NETRC_SUCCESS; /* we did find our host */
190 retcode = NETRC_SUCCESS; /* we did find our host */
209 retcode = NETRC_FAILED; /* allocation failed */
225 retcode = NETRC_FAILED; /* allocation failed */
248 if(!retcode) {
270 return retcode;
282 int retcode = 1;
320 return retcode; /* no home directory found (or possibly out of
328 retcode = parsenetrc(host, loginp, passwordp, filealloc);
331 if(retcode == NETRC_FILE_MISSING) {
338 retcode = parsenetrc(host, loginp, passwordp, filealloc);
345 retcode = parsenetrc(host, loginp, passwordp, netrcfile);
346 return retcode;