Home
last modified time | relevance | path

Searched refs:wset (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/pfexecd/
H A Dpfexecd.c337 priv_set_t *gset, *wset; in callback_user_privs() local
340 wset = (priv_set_t *)&pap->pfa_buf; in callback_user_privs()
343 res = priv_issubset(wset, gset); in callback_user_privs()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1224 fd_set *rset, *wset; in sftp_server_main() local
1303 wset = (fd_set *)xmalloc(set_size); in sftp_server_main()
1307 memset(wset, 0, set_size); in sftp_server_main()
1320 FD_SET(out, wset); in sftp_server_main()
1322 if (select(max+1, rset, wset, NULL, NULL) < 0) { in sftp_server_main()
1343 if (FD_ISSET(out, wset)) { in sftp_server_main()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c253 fd_set rset, wset; local
300 wset = rset;
337 if ((n = select(sockfd +1, &rset, &wset, &eset,
343 if (FD_ISSET(sockfd, &wset) || FD_ISSET(sockfd, &rset)) {
368 if ((n = select(sockfd +1, &rset, &wset, NULL,
381 wset = rset;
414 if (FD_ISSET(sockfd, &rset) || FD_ISSET(sockfd, &wset)) {
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h192 typedef struct wset { struct