Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c2867 static unsigned long int syssize = 0; in create_mbx() local
2872 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()