Home
last modified time | relevance | path

Searched refs:authfp (Results 1 – 7 of 7) sorted by relevance

/dports/security/putty/putty-0.76/unix/
H A Dux_x11.c57 FILE *authfp; in platform_make_x11_server() local
184 authfp = fdopen(authfd, "wb"); in platform_make_x11_server()
185 fwrite(authfiledata->u, 1, authfiledata->len, authfp); in platform_make_x11_server()
186 fclose(authfp); in platform_make_x11_server()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Dux_x11.c57 FILE *authfp; in platform_make_x11_server() local
184 authfp = fdopen(authfd, "wb"); in platform_make_x11_server()
185 fwrite(authfiledata->u, 1, authfiledata->len, authfp); in platform_make_x11_server()
186 fclose(authfp); in platform_make_x11_server()
/dports/security/putty/putty-0.76/
H A Dx11fwd.c473 FILE *authfp; in x11_get_auth_from_authfile() local
516 authfp = fopen(authfilename, "rb"); in x11_get_auth_from_authfile()
517 if (!authfp) in x11_get_auth_from_authfile()
535 size = fread(buf, 1, BUF_SIZE, authfp); in x11_get_auth_from_authfile()
544 size += fread(buf + size, 1, BUF_SIZE - size, authfp); in x11_get_auth_from_authfile()
648 fclose(authfp); in x11_get_auth_from_authfile()
/dports/security/putty-nogtk/putty-0.76/
H A Dx11fwd.c473 FILE *authfp; in x11_get_auth_from_authfile() local
516 authfp = fopen(authfilename, "rb"); in x11_get_auth_from_authfile()
517 if (!authfp) in x11_get_auth_from_authfile()
535 size = fread(buf, 1, BUF_SIZE, authfp); in x11_get_auth_from_authfile()
544 size += fread(buf + size, 1, BUF_SIZE - size, authfp); in x11_get_auth_from_authfile()
648 fclose(authfp); in x11_get_auth_from_authfile()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dx11fwd.c473 FILE *authfp; in x11_get_auth_from_authfile() local
516 authfp = fopen(authfilename, "rb"); in x11_get_auth_from_authfile()
517 if (!authfp) in x11_get_auth_from_authfile()
535 size = fread(buf, 1, BUF_SIZE, authfp); in x11_get_auth_from_authfile()
544 size += fread(buf + size, 1, BUF_SIZE - size, authfp); in x11_get_auth_from_authfile()
648 fclose(authfp); in x11_get_auth_from_authfile()
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c525 FILE *authfp; in auth_initialize() local
588 authfp = fopen (authfilename, "rb"); in auth_initialize()
589 if (!authfp) { in auth_initialize()
602 n = read_auth_entries (authfp, &head, &tail); in auth_initialize()
603 (void) fclose (authfp); in auth_initialize()
/dports/x11/xauth/xauth-1.1/
H A Dprocess.c697 FILE *authfp; in auth_initialize() local
761 authfp = fopen (authfilename, "rb"); in auth_initialize()
762 if (!authfp) { in auth_initialize()
775 n = read_auth_entries (authfp, False, &head, &tail); in auth_initialize()
776 (void) fclose (authfp); in auth_initialize()