Searched refs:AV_STORE_IV (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/ |
| D | SysV.xs | 79 #define AV_STORE_IV(ident, av, index) \ macro 166 AV_STORE_IV(data->msg_perm.uid , list, 0); in unpack() 167 AV_STORE_IV(data->msg_perm.gid , list, 1); in unpack() 168 AV_STORE_IV(data->msg_perm.cuid, list, 2); in unpack() 169 AV_STORE_IV(data->msg_perm.cgid, list, 3); in unpack() 170 AV_STORE_IV(data->msg_perm.mode, list, 4); in unpack() 171 AV_STORE_IV(data->msg_qnum , list, 5); in unpack() 172 AV_STORE_IV(data->msg_qbytes , list, 6); in unpack() 173 AV_STORE_IV(data->msg_lspid , list, 7); in unpack() 174 AV_STORE_IV(data->msg_lrpid , list, 8); in unpack() [all …]
|