| /xsrc/external/mit/libXfont/dist/src/fc/ |
| fsio.c | 81 int fs_fd = _FontTransGetConnectionNumber (trans_conn); local 89 FD_SET (fs_fd, &w_mask); 90 ret = Select (fs_fd + 1, NULL, &w_mask, NULL, &tv); 254 if (conn->fs_fd < 0) 384 if (conn->fs_fd == -1) 432 if (conn->fs_fd < 0) 438 FD_SET(conn->fs_fd, &r_mask); 439 FD_SET(conn->fs_fd, &e_mask); 440 result = Select(conn->fs_fd + 1, &r_mask, NULL, &e_mask, &tv); 450 if (FD_ISSET(conn->fs_fd, &r_mask) [all...] |
| fsio.h | 84 int fs_fd; /* < 0 when not running */ member in struct:_fs_fpe_data 125 #define fs_needsconnect(conn) ((conn)->fs_fd < 0)
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| fsio.c | 77 int fs_fd = _FontTransGetConnectionNumber (trans_conn); local 85 FD_SET (fs_fd, &w_mask); 86 ret = Select (fs_fd + 1, NULL, &w_mask, NULL, &tv); 250 if (conn->fs_fd < 0) 388 if (conn->fs_fd == -1) 436 if (conn->fs_fd < 0) 442 FD_SET(conn->fs_fd, &r_mask); 443 FD_SET(conn->fs_fd, &e_mask); 444 result = Select(conn->fs_fd + 1, &r_mask, NULL, &e_mask, &tv); 454 if (FD_ISSET(conn->fs_fd, &r_mask) [all...] |
| fsio.h | 85 int fs_fd; /* < 0 when not running */ member in struct:_fs_fpe_data 127 #define fs_needsconnect(conn) ((conn)->fs_fd < 0)
|