Searched refs:tmp_fd (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
H A Duser.c2466 int tmp_fd = -1; local
2498 tmp_fd = mkstemp(tmp);
2500 if (tmp_fd < 0) {
2508 write(tmp_fd, s, strlen(s));
2510 write(tmp_fd, find_display, strlen(find_display));
2512 close(tmp_fd);
2638 if (tmp_fd >= 0) {
2717 if (tmp_fd >= 0) {
2725 if (tmp_fd >= 0) {
2742 if (tmp_fd >
[all...]
H A Dxwrappers.c1290 int tmp_fd = -1; local
1305 tmp_fd = mkstemp(tmp);
1306 if (tmp_fd < 0) {
1311 write(tmp_fd, xauth_raw_data, xauth_raw_len);
1312 close(tmp_fd);
H A Dsslcmds.c651 int tmp_fd, incert, info_only = 0, delete_only = 0, listlong = 0; local
739 tmp_fd = mkstemp(tmp);
740 if (tmp_fd < 0) {
744 write(tmp_fd, genCert, strlen(genCert));
745 close(tmp_fd);
850 tmp_fd = mkstemp(tmp);
851 if (tmp_fd < 0) {
855 write(tmp_fd, genCert, strlen(genCert));
856 close(tmp_fd);
H A Dconnections.c637 int tmp_fd = mkstemp(tmp); local
638 if (tmp_fd < 0) {
642 write(tmp_fd, input, len);
643 close(tmp_fd);
H A Dv4l.c1168 int tmp_fd, len, rc, curr = 0; local
1186 tmp_fd = mkstemp(tmp);
1187 if (tmp_fd < 0) {
1196 close(tmp_fd);

Completed in 146 milliseconds