Searched refs:syssize (Results 1 – 1 of 1) sorted by relevance
2867 static unsigned long int syssize = 0; in create_mbx() local2872 if (!syssize) { in create_mbx()2882 _ckvmssts_noperl(lib$getsyi(&syiitm, &syssize, 0, 0, 0, 0)); in create_mbx()2891 if (mbxbufsiz > syssize) mbxbufsiz = syssize; in create_mbx()